cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bknoll
Level 4

Maintenance Mode

Hi,

I am trying to allow modification of config files in maintenance mode. So for example, The server location is stored in the client's app.config and I want to be able to update this in the case that the server moves. It also needs to be able to run multiple times. Is this possible?

Thanks.
Labels (1)
0 Kudos
(3) Replies
bknoll
Level 4

Can anybody help me?
0 Kudos
basher590
Level 3

Hey,

Did you ever get a reply for this or figure it out? I would like to do the same thing, re-run the install with the ability to re-enter the public properties and deploy them to the application without having to uninstall first.

Chris
0 Kudos
enanrum
Level 9

I'm assuming Basic MSI: in the MaintenanceType dialogs's ->Behavior->Next PushButton - you can add the Specific dialog in the Event Argument with a condition of _IsMaintenance = "Change"

You can use this condition _IsMaintenance = "Change" in any custom action you want to run if need to update config files.

Hope this gets you started.
0 Kudos