We are writing custom actions using Delphi and wanted to know if there would be any issues with the following or whether one way would be better than the other.
I am trying to create a .msi database using Wix to install a driver package. Now this driver package is made to run on all platforms and can be installed on any platform (any version of windows, 2k
I\'m trying to find a solution for the following issue: I have numerous programs (lets call them slaves) that all rely on a single program (master).I need to distribute an installer for each slave.Th
I want to execute the application, I have upgraded. http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm does not work for me开发者_JAVA技巧 as I do not have an Exit dialog.<Instal
I have the following Wix code,that checks if some registry entry exist it doesn\'t launch Custom Action.A Question is what is wrong in Custom Action condition defined as inner element?
I am using开发者_开发百科 the below code to check one of my pre-requisite. <Property Id=\"PRE_INSTALLATION\">
I have an MSI that is being generated from WIX scripts. My question is similar to this question. I want to create a custom uninstaller instead of using the default MSI uninstaller.
Part of our app involves registering a plug-in to a third-party product. While the third-party service is running, it has our DLL loaded, so the files on disk are locked.
I have a sequence of SetProperty actions which rely on each other. Here is a simplified example: <SetProperty Id=\"A\" Before=\"AppSearch\" Value=\"Hello\" />
How can we search a (Default) registry entry with value (value no开发者_运维百科t set) from WIX?I tried by using RegistrySearch without Name attribute still its not working.Anyhelp would be appreciate