G
Guest
My application is run within an intranet environment and is installed on client machines. Each time the application is executed, it checks to see if a newer version is availble. If there is, it launches a new process and starts the installation while shutting down the original process. I'm running into some issues, however
1) A duplicate shortcut is being created on the desktop. That is, when the older version of the app is removed, its shortcut is not being deleted
2) The installer does not seem to check whether an instance of the older application is already running
3) On uninstall, directories and files not initially installed with the app (residing within the app directory) are not being deleted. How do I incorporate a script in the Deployment project to accomplish a full, clean removal
I appreciate any assistance.
1) A duplicate shortcut is being created on the desktop. That is, when the older version of the app is removed, its shortcut is not being deleted
2) The installer does not seem to check whether an instance of the older application is already running
3) On uninstall, directories and files not initially installed with the app (residing within the app directory) are not being deleted. How do I incorporate a script in the Deployment project to accomplish a full, clean removal
I appreciate any assistance.