As Chris outlined in in his answer, If you want an Install time variation point you'll have to go the mutually exclusive component route or the harder dynamically emmited ServiceInstall table route using custom actions that leverage SQL Temporary Tables. ( Much harder... )
The first involves defining a component for each startup option you want to support, condition the components, and utilize the remember me pattern to persist the users choice across upgrades and repairs. The second is much harder to get right, and would take an advanced understanding of Windows Installer. -----Original Message----- From: Rob Reynolds [mailto:ferventco...@gmail.com] Sent: Tuesday, October 01, 2013 12:48 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to pass an enumeration as a variable? Allowing Service Start Type to be passed in as an MSI PROPERY I am trying to pass a variable to the service start enumeration. This is what I have found http://stackoverflow.com/questions/9419411/wix-setting-service-startup-type-using-a-property-property-not-recognized What is the recommended way to do that? ____ Rob "Be passionate in all you do" http://devlicio.us/blogs/rob_reynolds http://ferventcoder.com http://twitter.com/ferventcoder ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users