PDA

View Full Version : Hiding the installation process for some condition


chandu143
01-06-2009, 02:41 AM
Hi all,
Can we hide the installation process i.e. welcome screen for some condition. Means will provide the some code in the uninstall process and untill the uninstall process is running installtion process should be stopped. After the completion of the uninstall process installation process should run i.e welcome screen should appear.

thanks in advance

Ulrich
01-06-2009, 05:54 AM
Hello,

you should not uninstall something first, to ask if the user wants to install a new version afterwards. If he cancels the installation, will you re-install the former version?

Your questions would be better placed in the Setup Factory forum.

Ulrich

chandu143
01-06-2009, 06:28 AM
Hi,
What you mentioned is right , but as per my requirement i need to uninstall the program if it exists and start the installation process. If the user don't want to install the application will install later.

Thanks.