I want to save the path of my application, ins开发者_如何学Gotalled with wix, in the windows registry. I tried the following:
We use Wix to create our MSI installer. We have a few custom actions that work great when using the installer normally with a GUI, but when using silent ins开发者_JS百科tall (with \"msiexec /qb /i\" )
I have a problem where I create a cub file using wix which works fine however when I try and run it against a MSI created with InstallShield I get the following error:
If I have a managed Wix Custom Action, is there anyway I can u开发者_C百科pdate a Control with the type of Text? I see that a progress bar can be updated by using the session.Messagewith InstallMessag
Strange behavior with Installer Transaction and ExternalUI that destroys my log files. I\'m chaining three MSIs in this Transaction.
I am attempting to install a registry key that sh开发者_运维技巧ould only be accessible by certain users.Every other part of the installer works (it installs a service and registers a component).Here
i have the followin开发者_开发百科g requirement: two folders A and B, for file a, if it exists in A, we build it into our install packet, otherwise we use file a in folder B as the default selection.
I have following CustomAction: <CustomAction Id=\"ActionName\" After=\"InstallFinalize\"> <![CDATA[NOT Installed AND (VSTORUNTIME4=\"#1\")]]>
I want to show a custom dialog which will have two text box.After the user types these information(and clicks next) , I want to sa开发者_如何学Pythonve the data in an xml file.
I have a lot files to harvest in a per user install project in wix. I used heat.exe to harvest the file, but each file in one component has its own keypath property, while my files will cop开发者_开发