Uninstall and re-install/maintenance
Posted: Tue May 20, 2014 4:08 pm
Hello,
My installer sets up a MS SQL data base, prompts the technician to acknowledge some release notes and then installs the program. When uninstalling the program, either from the menu option or the control panel it wants to run the MS SQL install portion. I have this section at the beginning of the install so that the software can not be installed if the data base is not installed. I attempted using the following variables: MAINTENANCE, UNINSTALLLINK, REMOVEOLD,NEDSUPGRADE, and NEWINSTANCE.
What I am trying to do is the following:
IF this is an install (not an upgrade, maintenance or uninstall)
RUN the SQL scripts
GET the release notes acknowledgement
INSTALL the program
ELSE
Uninstall the program
END
The above mentioned variables have not assisted me in this goal. I have read through the Pre-Defined Variables list as well which did not give me an answer either. Thanks in advance for any assistance that can be provided.
My installer sets up a MS SQL data base, prompts the technician to acknowledge some release notes and then installs the program. When uninstalling the program, either from the menu option or the control panel it wants to run the MS SQL install portion. I have this section at the beginning of the install so that the software can not be installed if the data base is not installed. I attempted using the following variables: MAINTENANCE, UNINSTALLLINK, REMOVEOLD,NEDSUPGRADE, and NEWINSTANCE.
What I am trying to do is the following:
IF this is an install (not an upgrade, maintenance or uninstall)
RUN the SQL scripts
GET the release notes acknowledgement
INSTALL the program
ELSE
Uninstall the program
END
The above mentioned variables have not assisted me in this goal. I have read through the Pre-Defined Variables list as well which did not give me an answer either. Thanks in advance for any assistance that can be provided.