This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Deploy VSIX via MSI
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 18, 2013
01:48 AM
Deploy VSIX via MSI
I need to deploy my VSIX via a MSI. How do I do this? I figured out that i have to run "vsixinstaller.exe myvsix.vsix". How do I do this in the Setup Project? Is there any other way?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 23, 2013
04:43 AM
Hello,
You will need to create a exe custom action to achieve the required behavior.
Create a exe custom action,schedule it appropriately to run vsixinstaller.exe and pass the file path as a command line arguement to the vsixinstaller.exe.
Hope this helps.
Thanks,
Chiranjeevi
You will need to create a exe custom action to achieve the required behavior.
Create a exe custom action,schedule it appropriately to run vsixinstaller.exe and pass the file path as a command line arguement to the vsixinstaller.exe.
Hope this helps.
Thanks,
Chiranjeevi