Re: [WiX-users] Set variable with custom action

2007-07-23 Thread K-ballo
AFAIK you can't. What you can do, is change property values at runtime, like this: test And of course, giving the custom action a proper sequence. However, this may or may not work according to how you use the variable at your project. How are you intending to use that var, and what do

[WiX-users] Set variable with custom action

2007-07-23 Thread oesimartin
How can I set a variable at setup runtime with a custom action? The definition of the variable: Now I want to change the variable value from "test" to a global property value. How to do so? Please help me! -- View this message in context: http://www.nabble.com/Set-variable-with-custom-act