Re: [WiX-users] VSIX Installation through custom action in wix

2015-05-12 Thread Tobias S
VSIX deployment is a bit tricky... but think there exist some good sources online: http://www.codeproject.com/Articles/838842/Deploying-snippets-within-VSIX-package http://www.codeproject.com/Articles/873395/Installing-VSIX-package-via-WiX-installer http://blogs.clariusconsulting.net/kzu/how-to-ins

Re: [WiX-users] VSIX Installation through custom action in wix

2015-05-11 Thread ssmsam
I think, You may need to run VS20xx as admin. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/VSIX-Installation-through-custom-action-in-wix-tp7600265p7600294.html Sent from the wix-users mailing list archive at Nabble.com. ---

[WiX-users] VSIX Installation through custom action in wix

2015-05-08 Thread Mohamed Yasir
Hi, I have created a MSI using wix toolset 3.8 that contains custom action. In custom action, install VSIX through command prompt. While installing MSI, VSIX disabled in both VS 2012 and VS 2013 as default. If I install VSIX manually, VSIX enabled in both VS 2012 and VS 2013 as default. Can yo