wix - How can I have a Modify/Change install run the XmlConfig action to accept new values (values from public properties)? -


i have xmlconfig entries such this:

<util:xmlconfig id='setsomething'                 file="[website]web.config"                 action='create'                 node='value'                 elementpath="//configuration/appsettings/add[\[]@key='something'[\]]/@value"                 value="[something]"                 on='install'                 preservemodifieddate='no'                 verifypath="//configuration/appsettings/add[\[]@key='something'[\]]/@value"                /> 

which works fine on install. modify/change installs, prefer allow same ui dialog sequence can change values. 'change' without having uninstall/reinstall.

is supposed work way - maybe how scheduled? , if so, possible change that? far looks of properties published in time during modify/change, schedxmlconfig action confusingly different looking in logs in modify/change in install


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -