Make WiX setup for a Wizard of Visual Studio
Sunday, August 31st, 2008For learns the WiX toolset I have decided to write a setup for install a Wizard of Visual Studio. This setup is very easy with WiX and his Visual Studio extension.
This wxs file make the follow steps:
- Install the IWizard implementation in the GAC repository of target system.
- Copy the Template for Visual Studio 2005 or 2008 in his ProjectTemplate folder.
- Execute the command to install the template in visual studio (devenv /installvstemplates)