In my current application, I use a Wise Installer script that checks our FTP server to see if there is a newer version of the application available, if so, it downloads the new version and the runs it otherwise it runs the version currently residing on the local machine. I want to release a newer version of my app but I want to uninstall the existing version and then install the new version.

Unfortunately most of my users do not have the rights to install new applications on their machines. So either I have to visit 200+ machines to install or I can devise some sort of installer that will installer the new app. My question, how would I go about giving the installer program the appropriate rights when the new programs needs to be installed? Kind of like when you click on a application and select the "Run As" option.

I hope this makes sense. The main reason for this is that we will be changing the location of the FTP server and my existing Wise Script will not work and I don't want to visit the 200+ machines either physically or via Remote Desktop to reinstall the app and the new Wise Installer Script. 90% of the machines are running WinXP and the remainder is using Win98.


Thanks,

Mark