This commit is contained in:
kudzu_cp 2012-06-20 02:54:16 +00:00
parent 4952fce654
commit adfc4a94c7
3 changed files with 16 additions and 11 deletions

View file

@ -349,9 +349,12 @@ Root: HKCR; SubKey: Cosmos.ProjectFile\DefaultIcon; ValueType: string; ValueName
Root: HKCR; SubKey: Cosmos.ProjectFile\shell\open\command; ValueType: string; ValueName: ; ValueData: """{pf32}\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe"" ""%1"""
[Run]
; Necessary to remove then add. Adding won't overwrite (ie upgrade)
Filename: {code:VSNET2010_PATH}\VSIXInstaller.exe; Parameters: "/u:e2ce86d3-fb0b-43ad-938a-5bcdd087ea2d"; Flags: waituntilterminated
Filename: {code:VSNET2010_PATH}\VSIXInstaller.exe; Parameters: """{app}\Build\VSIP\Cosmos.VS.XSharp.vsix"""; Flags: waituntilterminated
; Necessary to remove then add. Adding won't overwrite (ie upgrade) unless we change the version in the manifest manually.
; Step 2 takes a LONG time.. but its necessary because of a bug in VSIXInstaller
; http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/645bcdb8-135f-4cdd-af95-bc1a3b36d5d1
Filename: {code:VSNET2010_PATH}\VSIXInstaller.exe; Parameters: "/quiet /u:e2ce86d3-fb0b-43ad-938a-5bcdd087ea2d"; Flags: waituntilterminated
Filename: {code:VSNET2010_PATH}\devenv.exe; Parameters: /setup; Flags: waituntilterminated
Filename: {code:VSNET2010_PATH}\VSIXInstaller.exe; Parameters: "/quiet ""{app}\Build\VSIP\Cosmos.VS.XSharp.vsix"""; Flags: waituntilterminated
; Forces VS to merge the resource metadata that describes menus, toolbars, and command groups from all VSPackages available.
#if BuildConfiguration == "Devkit"

View file

@ -3,7 +3,10 @@
<body>
<h3>Public Tasks</h3>
<ul>
<li>Convert current DB from FB to SQL Compact</li>
<li>Convert current DB from FB to SQL Compact<ul>
<li>without EDM as first step - just straight port</li>
</ul>
</li>
<li>Installer as part of bat: how do we get it to stop asking UAC every time?<ul>
<li><a href="http://msmvps.com/blogs/martinzugec/archive/2008/05/16/ignore-uac-for-specific-programs.aspx">
http://msmvps.com/blogs/martinzugec/archive/2008/05/16/ignore-uac-for-specific-programs.aspx</a></li>
@ -14,9 +17,8 @@
</li>
<li>Dynamic load/unload IL2CPU and other parts so we dont need to exit and run
builder every time for changes</li>
<li>VSIX installer issue. See comments in the .iss</li>
</ul>
<h3>
Matthijs</h3>
<ul>
<li>X# msbuild action</li>
<li><a href="http://www.tellingmachine.com/post/Too-much-VMWare-can-cause-Unable-to-connect-to-host-Error-The-specified-version-was-not-found.aspx">
@ -34,7 +36,6 @@
To Do</h3>
<ul>
<li>X#<ul>
<li>VSIX installer problem</li>
<li>Waitforhandshake</li>
<li>Complete</li>
<li>Code Completion</li>

View file

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Vsix Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="e2ce86d3-fb0b-43ad-938a-5bcdd087ea2d">
<Name>Cosmos.VS.XSharp</Name>
<Author>Cosmos</Author>
<Version>1.0</Version>
<Description xml:space="preserve">Cosmos X# Language</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://www.GoCosmos.org</MoreInfoUrl>
<InstalledByMsi>false</InstalledByMsi>
<SupportedProducts>
<VisualStudio Version="10.0">
@ -15,9 +16,9 @@
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
</Identifier>
<References>
<Reference Id="Microsoft.VisualStudio.MPF" MinVersion="10.0">
<Name>Visual Studio MPF</Name>
</Reference>
<Reference Id="Microsoft.VisualStudio.MPF" MinVersion="10.0">
<Name>Visual Studio MPF</Name>
</Reference>
</References>
<Content>
<VsPackage>|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage>