[wix-users] Installer dialog guidance

John Cooper JoCooper at jackhenry.com
Fri Jul 22 13:45:36 PDT 2016


Host:port would allow you to build them up in a semicolon delimited string.  Messy, but it works.

Alternately, you could use the semi-custom action pattern and append rows during the install to an exist installer table.  Then, when you're done appending, you could loop over them quite easily during processing.

I use this to build up a list of web sites and SQL Data Sources.  An immediate custom action appends each row.
--
John Merryweather Cooper
Senior Software Engineer -- Integration Development Group -- Enterprise Notification Service
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Office:  913-341-3434x431050
JoCooper at jackhenry.com





-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Joseph L. Casale
Sent: Friday, July 22, 2016 3:38 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Installer dialog guidance

The e-mail below is from an external source.  Please do not open attachments or click links from an unknown or suspicious origin.

> You could set properties from the dialog and use Registry Components to write the values, but if you want the subkeys written immediately, a deferred custom action with rollback support is your option.

Hey John,
What might be an approach to build up a collection of strings based on user input here?
A CA scheduled from the button push of a dialog control cant set properties. I don't know how many sets of host/port I will get from the user in this case, so I was hoping to accumulate them and then write them out myself however accumulating them seems to the trick, not writing them.

Any ideas?

Thanks!
jlc

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

NOTICE: This electronic mail message and any files transmitted with it are intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.




More information about the wix-users mailing list