Re: [WiX-users] Passing Properties to Mergemodules

2007-07-10 Thread Mailinglist
l Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kalle Olavi Niemitalo Sent: Dienstag, 10. Juli 2007 11:20 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Passing Properties to Mergemodules Mailinglist <[EMAIL PROTECTED]> writes: > > Property=&quo

Re: [WiX-users] Passing Properties to Mergemodules

2007-07-10 Thread Kalle Olavi Niemitalo
Mailinglist <[EMAIL PROTECTED]> writes: > > Property="NOEXESTART.AD9BF3FE-AC74-4A7D-B6E9-74FAAE910CA3" Value="1"/> IIRC you should use underscores there instead of hyphens. NOEXESTART.AD9BF3FE_AC74_4A7D_B6E9_74FAAE910CA3 > And get rid of the extra space. pgpNneyqT7RyI.pgp Description: PGP

[WiX-users] Passing Properties to Mergemodules

2007-07-10 Thread Mailinglist
Hello, I try to push a commandline given parameter from my setup to one of my mergemodules with a custom action. This parameter should trigger a custom action from the mergemodule. However, in the log, the property for the parameter in main setup is shown and set correctly in the msi logfile,