Re: [WiX-users] Properties and Custom Actions

2010-05-24 Thread Scharp, Craig
make changes to use the CustomActionData. Thanks again! -Original Message- From: Blair [mailto:os...@live.com] Sent: Monday, May 24, 2010 1:08 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Properties and Custom Actions According to

Re: [WiX-users] Properties and Custom Actions

2010-05-24 Thread Blair
According to http://msdn.microsoft.com/library/aa370543.aspx deferred custom actions, both those written in script and those that compiled, can only access the following three properties: CustomActionData, ProductCode, or UserSID. If you are seeing different, it is a happy error in the version of M