Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vs extension not Visual Studio 2013 aware #4185

Closed
wixbot opened this issue Nov 7, 2013 · 4 comments
Closed

Vs extension not Visual Studio 2013 aware #4185

wixbot opened this issue Nov 7, 2013 · 4 comments
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented Nov 7, 2013

When trying to install an extension for VS2013, the MSI falls over. MSI log file shows that the VS2012 version of VSIXInstaller is being invoked. From what I can see in the latest source on CodePlex, the extension still defaults to looking for the VS2012 version of VSIXInstaller, thus it's not possible to target VS2013 with a VSIX package.

Originally opened by alistair.mackay

@wixbot
Copy link
Author

wixbot commented Nov 7, 2013

Update. I found this in latest ferion of wix3.8 branch

   <!-- VS2013 is the latest VSIX at this point in time, so search for that by default. -->
   <Property Id="VS_VSIX_INSTALLER_PATH" Secure="yes">
       <RegistrySearch Id="WixVS2013EnvDir" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\12.0\Setup\VS" Name="EnvironmentDirectory" Type="directory">
           <FileSearch Id="WixVS2013VsixInstaller" Name="VSIXInstaller.exexxx" />
       </RegistrySearch>
   </Property>

VSIXInstaller.exexxx?

Originally posted by alistair.mackay

@wixbot
Copy link
Author

wixbot commented Nov 7, 2013

Update. I found this in latest ferion of wix3.8 branch

   <!-- VS2013 is the latest VSIX at this point in time, so search for that by default. -->
   <Property Id="VS_VSIX_INSTALLER_PATH" Secure="yes">
       <RegistrySearch Id="WixVS2013EnvDir" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\12.0\Setup\VS" Name="EnvironmentDirectory" Type="directory">
           <FileSearch Id="WixVS2013VsixInstaller" Name="VSIXInstaller.exexxx" />
       </RegistrySearch>
   </Property>

VSIXInstaller.exexxx?

Originally posted by alistair.mackay
Status changed from Open to Untriaged

@wixbot
Copy link
Author

wixbot commented Nov 7, 2013

Originally changed by barnson
AssignedTo set to bobarnson

@wixbot
Copy link
Author

wixbot commented Nov 10, 2013

Originally changed by barnson
Resolution set to fixed
Status changed from Open to Resolved

@wixbot wixbot added this to the v3.8 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants