Tagged Questions
1
vote
1answer
577 views
WiX with a code example
I am looking for a precise tutorial of WiX with a project example, if possible. Current tutorials didn't help me a lot.
My requirements are
Including dependencies.
Adding registry entries.
Creating ...
0
votes
2answers
366 views
problem with UIRef in visual Studio
Hi i'm having a problem with UIRef in Visual Studio when i try to add a wxs file.
<UIRef Id="MyWixUI_FeatureTree"/>
<UIRef Id="WixUI_ErrorProgressText" />
This is the error:
error ...
2
votes
1answer
768 views
Wix doesn't remove the shortcuts on uninstall in VS 2008
for some reason the Wix shortcut is not removed on uninstall.
this is my code:
<Directory Id="ProgramFilesFolder">
<Directory Id="INSTALLDIR" Name="App">
<Component ...
1
vote
2answers
795 views
WIX: Heat duplicate id issue with multiple features/folders
I am newbie to Wix and creating a multi feature Wix project. Our product is having 4 modules and each module has to be included as a feature in the Windows installer. But all features are sharing the ...
0
votes
1answer
53 views
How do I customize what a third party MSM does?
I'm trying to convert a project in Visual Studio 2008 from static linking of the CRT to dynamic linking. This was easy enough, and I added the CRT MSM and policy MSM to my Wix file with no problems.
...
2
votes
1answer
2k views
How do I create an MSI in VS 2008 to install a certificate into Trusted Publisher store on client machine?
What are the steps needed to create a VS 2008 MSI setup and deployment file to install a custom created certificate/key onto a client's machine?