I have a config file, myapp.exe.config, that I want to install only if it does not already exist. That is, I don\'t want to overwrite any existing config file. How can this be done in WiX?
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 want to make an application which includes dynamic screensaver. User can select multiple images from their PC and generate swf file. so i want to include swf file and images in th开发者_JAVA技巧e wi
Given a Wix installer with multiple shortcuts in 开发者_JS百科the start menu, how can I, without renaming the shortcuts, control the order they appear in the start menu?The selected answer is wrong. Y
i got a 开发者_StackOverflow中文版problem regarding wix and managed custom actions: I already managed it to create an managed custom action and got it called from my installer (verified it in the inst
I know how to install a WebFilter into a particular WebSite (or Virtual Server). How can I install a WebFilter int开发者_运维问答o the WebService - or to the top-level server?To do this, specify no
I am just getting started with Wix.I see there there a several libraries included with the default Wix install.I also see that users can create their own libraries(wixlibs).Are there any 3rd party Wix
I\'m making use of the Wix standard dialogs. How do I customise the text of the messages displayed? For example, in the License Agreement page, I want to change the text \"I accept the ter开发者_开发
I have a large .NET source tree (185C# and VB projects, of which 60 are apps or websites) that i want to create a wix setup for. The general idea is to have 1 setup msi and to make each executable a f
If this is a repeat question, please direct me to the existing solution. I wasn\'t able to find a matching query.