[WiX-users] What's the best way to deal with configuration data?

2014-10-01 Thread Colin Sim
I have some questions about how best to deal with install or setup configuration data. I apologies in advance if this is a repeat of something that's already been covered in a previous post, but I haven't really found anything that speaks to this subject. At my place of work we have three appro

Re: [WiX-users] Bootstrapper Custom UI, Checkbox to customize install

2014-10-01 Thread newuser2014
Thank you for the advice. Now I can use checkboxes to customize my installation. However, when I tried to put the same checkbox on the modify screen for selection during uninstallation, they don't seem to work. My code looks like the following, selective installation works, but uninstallation

Re: [WiX-users] NetFx451Redist / NetFX452Redist not detecting installed Net 4 correctly?

2014-10-01 Thread js69
To expand on this issue: when we build the bootstrapper for the Net 4 Client framework, it will not crash (but also not install the NetFx452 via the prereq dialog, only later). That means, a custom bootstrapper right now could not really target the Net 4.5 framework, because the prereq installer i

Re: [WiX-users] error CNDL0044: The Class element's ForeignServer or Server

2014-10-01 Thread Sofling76
Hi Everyone, The problem has been resolved by adding -sreg and -scom switches to me heat command. Sorry for taking your time with my mistake. Thank you! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/error-CNDL0044-The-Class-element-s-ForeignSe

[WiX-users] BootStrapper(Burn) Extracts all files to ProgramData folder

2014-10-01 Thread ssmsam
Hi , I created a BootStrapper using WiX 3.8. When i trigger the Setup.exe and i looked into the log file, i found that all the core files(including .msi, data1.cab) will get extracted to the folder "C:\Program Data\Package Cache\{ProductId}" . Then i tried suppressing CustomAction through Orca i c