Hello everyone, I need to create a multi-language installer for a windows application. I need help in creating an installer using WiX, which does the following during installation:
1. Prompt user for language selection. 2. Proceed with installation in selected language. 3. Skip the license agreement window. 4. Prompt to install for self or all users on the pc. 5. Prompt for feature list to install. 6. Prompt for folder to install into with default folder already displayed. Creates a folder if it doesn't already exist. 7. Install application binaries in selected language to selected path. 8. Run a custom application immediately after clicking finish. even one step before finish would do. 9. While un-installing, the language should be the language it was installed in. Of the list above I have only managed to get point 3 & 5 to work, with point 6 partially; the default folder is not what I want it to be. It goes by default to program files. I seem to be running into these types of errors very often when building the project in Visual studio 2008: "The primary key '......' is duplicated in table 'ControlEvent' " "The primary key 'WixUI_Mode' is duplicated in table 'Property'. " This error below I get when I change the location settings on the pc and I attempt to run the .msi file. "Error applying transforms. Verify that the specified transforms paths are valid." Any sample script for getting the points I have not been able to accomplish as mentioned above? Also some tips on what to do when I run into the transforms errors on a generated MSI file. What changes do I need to make? What is the cause of the problem? Thanks for your time. ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users