Re: [WiX-users] Property problem

2008-09-07 Thread Brian Rogers
Hey Mike, Just to be sure, the custom action in the InstallExecuteSequence that is using this property is being run as an Immediate action and not deferred. If it is being run as a deferred action you will need to set the CustomActionData

Re: [WiX-users] Property problem - additional info

2008-09-05 Thread Mike Rerick
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sent: Friday, September 05, 2008 3:00 PM To: WiX Users Subject: Re: [WiX-users] Property problem - additional info In article <[EMAIL PROTECTED]>, Mike Rerick <[EMAIL PROTECTED]> writes: > I have set all of the needed propert

Re: [WiX-users] Property problem - additional info

2008-09-05 Thread Mike Rerick
Yes, all of the problem property Ids are in uppercase. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sent: Friday, September 05, 2008 3:00 PM To: WiX Users Subject: Re: [WiX-users] Property problem - additional info In article <[EM

Re: [WiX-users] Property problem - additional info

2008-09-05 Thread Richard
In article <[EMAIL PROTECTED]>, Mike Rerick <[EMAIL PROTECTED]> writes: > I have set all of the needed properties to have the Secure="yes" attribute. > The install is a perMachine install on XP. The properties do appear in the > SecureCustomProperties property in the properties list that the

Re: [WiX-users] Property problem - additional info

2008-09-05 Thread Mike Rerick
Arnson Sent: Friday, September 05, 2008 8:45 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Property problem - additional info Mike Rerick wrote: > It appears that in the InstallExecuteSequence, all of the various global > properties that had th

Re: [WiX-users] Property problem - additional info

2008-09-05 Thread Buddell, James
, September 04, 2008 6:29 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Property problem - additional info It appears that in the InstallExecuteSequence, all of the various global properties that had their values modified in the InstallUISequence have reverted back

Re: [WiX-users] Property problem - additional info

2008-09-05 Thread Bob Arnson
Mike Rerick wrote: > It appears that in the InstallExecuteSequence, all of the various global > properties that had their values modified in the InstallUISequence have > reverted back to having whatever default value they had initially when they > were declared. > Properties have to be public

Re: [WiX-users] Property problem - additional info

2008-09-05 Thread Brian Simoneau
To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Property problem - additional info It appears that in the InstallExecuteSequence, all of the various global properties that had their values modified in the InstallUISequence have reverted back to having whatever default

[WiX-users] Property problem - additional info

2008-09-04 Thread Mike Rerick
It appears that in the InstallExecuteSequence, all of the various global properties that had their values modified in the InstallUISequence have reverted back to having whatever default value they had initially when they were declared. Based on values that the user enters in various dialogs, s

[WiX-users] Property problem

2008-09-04 Thread Mike Rerick
Everyone, I'm using WiX 3.0.4401 to build my installs. I've run into an interesting problem with a global property. The property is defined as . It gets its initial list from a CA that calls a function in a custom DLL. I modified the Mondo UI file to add additional dialogs. In one of t