Re: [WiX-users] using a input property

2013-06-16 Thread fparisini
Thanks a lot :) -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/using-a-input-property-tp7586501p7586597.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] using a input property

2013-06-15 Thread Blair Murri
1. Yes 2. The default scheduling has the searches run before the UI dialogs are ever shown, so typically, registry searching after UI requires custom actions. Blair > > I have a couple of questions: > - Is the publish tag the only way to perform an action after a user input > interface ev

Re: [WiX-users] using a input property

2013-06-13 Thread fparisini
Any hint? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/using-a-input-property-tp7586501p7586527.html Sent from the wix-users mailing list archive at Nabble.com. -- This

[WiX-users] using a input property

2013-06-12 Thread fparisini
Hi, I found some ways to use the value inserted in a input control: - I can set a property with the input value; - I can use the "publish" tag to perform actions such as a "setproperty" making use of the inserted value; I have a couple of questions: - Is the publish tag the only way to perf