Re: How to deploy New App
Re: How to deploy New App
Instaed of uninstalling... why dont u just Overwrite the old files with new ones?
Re: How to deploy New App
Quote:
Originally Posted by some1uk03
Instaed of uninstalling... why dont u just Overwrite the old files with new ones?
How would I go about doing that?
Re: How to deploy New App
If security is enables you can "run as" someone who can install unless you have the user name and password and that would seem to be a great security violation and I don't believe that they would let you do that.
Re: How to deploy New App
You should probably package that app in MSI (windows installer) form so you can have non-admins install it with elevated priviledges.
http://support.microsoft.com/kb/259459
Re: How to deploy New App
Quote:
Originally Posted by lowlyhack
Good idea!, Thanks :thumb: