Page 1 of 1

Maintenence Default Action

Posted: Thu Dec 22, 2005 3:08 pm
by hess_joel
Is there a way to default the selection of Remove in the Maintenence Dialog? I've tried the obvious ways of making sure that the remove check box is checked, but it doesn't seem to be working. It seems to work as expected when accessed through Add/Remove Programs, but when accessed from the Uninstall shortcut, it doesn't.[/code]

Posted: Thu Dec 22, 2005 3:19 pm
by sinan
You can do this in code by setting REMOVE to TRUE and MODIFY to FALSE. Or, you can add the command line REMOVE=TRUE MODIFY=FALSE to the uninstall shortcut.

Posted: Thu Dec 22, 2005 3:56 pm
by hess_joel
That did it...Thanks