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 <Property Id="X2GLOBALPROPERTY" Secure="yes"/>. 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 the
dialogs, I have a ComboBox that sets a global property to the value of a SQL
Server to use for subsequent database access.

 

I'm using this global property in CA's that get called in both the
InstallUISequence and InstallExecuteSequence. When I call a CA in the
InstallUISequence, the global property has the correct value. When I try to
use the global property in the InstallExecuteSequence CA's, it apparently is
an empty string.

 

My CA's in both Install sequences are VBScripts that use the
Session.Property("X2GLOBALPROPERTY") method to get the property value.

 

Has anyone else seen this type of behavior? If so, do you have a work
around?

 

Mike Rerick

Sr. Software Engineer - Professional Services

  <blocked::http://www.iwsinc.com/> 

 

9200 S.E. Sunnybrook Blvd., Suite 170

Clackamas, OR   97015

Phone: (503) 353-8068    Fax: (503) 353-8065

 



The information contained in this transmission contains potentially
privileged, export controlled and/or confidential information of Imageware
Systems, Inc. or its customers or partners.  It is intended only to be read
by the person(s) named above and for no other purpose.  You are hereby
notified that any dissemination, distribution, duplication of this
communication or use of its contents for any purpose not authorized
expressly by Imageware Systems, Inc. is strictly prohibited and could lead
to both civil and/or criminal penalties.  If you are not the intended
recipient, you are prohibited to review the contents herein and please
contact the sender by reply e-mail and destroy all copies of the original
message.  To reply to our e-mail administrator directly, please send an
e-mail to [EMAIL PROTECTED]
  
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to