PDA

View Full Version : how do you set default selection in maintenance dialog



sudhir
01-17-2003, 12:42 PM
Anybody knows how to change default selection from Modify to Repair. Currently Modify is selected by default.

Thanks

SKS

RobertDickau
01-17-2003, 02:24 PM
Which type of project, Basic MSI or InstallScript?

For Basic MSI, open the Property Manager view and set the property _IsMaintenance to "Reinstall".

For InstallScript, the default setting is set by the last argument to SdWelcomeMaint.

sudhir
01-19-2003, 07:54 PM
Originally posted by RobertDickau
Which type of project, Basic MSI or InstallScript?

For Basic MSI, open the Property Manager view and set the property _IsMaintenance to "Reinstall".

For InstallScript, the default setting is set by the last argument to SdWelcomeMaint.


Thank you very much.

SKS

GeoffT
05-26-2003, 09:55 PM
i have removed the 'modify' option, however i am now unable to select the 'remove' as the default selection. I have changed the group to be 302, and the index's are set right.

If i reverse the indexs between the repair and remove, and leave SdWelcomeMaint with REPAIR then the remove is selected. but when i switch the order of the index's back then it stops working.

Also when i hit cancel it is possible to see the remove button become highlighted. is this a problem with installshield, or somehting i am doing??