[WiX-users] Conditionally create shortcuts

2008-12-04 Thread ychen
Hi, I would like to create shortcuts based on whether one or more checkboxes are checked. Is that achievable? IS_CHECKED -- View this message in context: http://n2.nabble.com/Conditionally-create-shortcuts-tp1614044p1614044.h

Re: [WiX-users] Unable to read the value of a property associated with a checkbox from vbscript

2008-12-04 Thread ychen
Thanks for your reply. I tried your solution, but it still doesn't work. The vbscript still prints "chkLeft=", which looks like the value of the property is still not defined. It looks like chkLeft was set to x at some point (say, in that dialog), but it became undefined after that point (perhaps

[WiX-users] Unable to read the value of a property associated with a checkbox from vbscript

2008-12-03 Thread ychen
Hi, I have a dialog with checkboxes, each of which is associated with a property. These properties are declared under Product element as show below: This is how I declare checkboxes in a dialog. I want to read the values of those properties from vbscript using a custom

[WiX-users] How to get the path of the installed shortcut?

2008-12-03 Thread ychen
Hi, I'm trying to figure out how to read the path of the installed shortcut into a property. Can I do it without using any custom actions? How? Thanks. -- View this message in context: http://n2.nabble.com/How-to-get-the-path-of-the-installed-shortcut--tp1610619p1610619.html Sent

Re: [WiX-users] How can I achieve this?

2008-12-03 Thread ychen
What is the best way to do create shortcuts for selected app servers then? -- View this message in context: http://n2.nabble.com/How-can-I-achieve-this--tp1605139p1609089.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] How can I achieve this?

2008-12-02 Thread ychen
Instead of dynamically creating shortcuts based on the selected application servers, I want to install all shortcuts and then remove unselected shortcuts. This way, I don't need to worry about how to remove them during un-installation processes. How can I do that? Thanks. -- View this message

Re: [WiX-users] How can I achieve this?

2008-12-02 Thread ychen
I have some more questions. 1. does a listbox support multiple selection? 2. how do I dynamically create shortcuts with different command-line arguments? -- View this message in context: http://n2.nabble.com/How-can-I-achieve-this--tp1605139p1605685.html Sent from the wix-users mailing list arc

[WiX-users] How can I achieve this?

2008-12-02 Thread ychen
Hi, I am creating an installer for a win-form application, which can be used to interact with multiple application servers. During installation process, I want to allow users to select one or more application servers from a list, and then for each selected application servers, create one