Wix Installer : Setting component condition property when doing a MSIEXEC admin install at command line

Your Pre-processor Use I was half-way answering with a suggestion to use the pre-processor constructs (?if? et al) when I realized you only wanted a single MSI (at least at a time – it seems), so I skipped it. I normally use such constructs to compile flavors of MSI files from the same WiX source. … Read more

Java: run as administrator

You have to create a manifest file that specifies that your application needs administrator permissions. You can include the manifest in your exe or keep it as a separate file (yourapp.exe.manifest) http://msdn.microsoft.com/en-us/library/bb756929.aspx