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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -