I currently met an issue with application name in InstallValidate dialogue (this can be brought up from leaving the appl开发者_开发问答ication open whilst installing a newer version) is somehow differ
i\'m not too much exp in wix, so maybe my question is silly, but i could not find the answer to it. I define secure, public property:
I hav开发者_StackOverflow社区e a msi setup file which was created with wise for windows installer. Now I want to create a new version of this installer with Wix toolset. The problem is, that the insta
Can not set a property value using Session.CustomActionData. if (s.CustomActionData.ContainsKey(P开发者_Go百科ropertyName0))
I\'ve added en-us.wxl file to my project. At the moment I do not want to localize it. I just want to keep all ui strings in one file. And i want to be able to replace the standard text in some dialog
i got a problem with wix and managed custom actions: in my custom action i create a file and save it in the INSTALLLOCATION path. It seems like it works, no exception is thrown. But after the inst开发
I want to show my custom windows form on uninstall. I am going to use a C# custom action for this. How do I make the custom action wait till the user clicks OK 开发者_开发技巧or Cancel? I want my cust
I\'m using a wix setup project to install my asp.net application. I put a simple .bat file in the setup project that helps me to install on destination machines.
I\'m having some trouble getting a password protected PFX certificate to install through WiX. I\'m using WiX 3.5.2519.0.
I\'m following a number of different tutorials in an attempt to make a generic IIS WIX installer which I can then split up as 开发者_JAVA百科appropriate into different libraries.