|
-
Mar 4th, 2007, 09:52 AM
#1
Thread Starter
New Member
Uninstalling Self
I’m trying to create an uninstall program for my application. I can remove everything except the program that’s doing the removing. (error code 70 permission denied). How do they get around this problem?
-
Mar 4th, 2007, 10:25 AM
#2
Lively Member
Re: Uninstalling Self
you can try installing the installer and then running it. then you can just go to ad or rmove programs (xp) and delete it itself. Note the user can just do this to uninstall the actual program you dont have to create an uninstallation
-
Mar 4th, 2007, 01:26 PM
#3
Re: Uninstalling Self
Moved to application deployment.
What installer are you using?
-
Mar 4th, 2007, 01:42 PM
#4
Thread Starter
New Member
Re: Uninstalling Self
I do the install. Using a .inf file I move all the necessary files from a cd to the computer then execute the application. I would like the users to have the option to click a button and have everything that was placed on their computer removed when they no longer need the application.
-
Mar 4th, 2007, 03:32 PM
#5
Re: Uninstalling Self
There lies the problem... Use a conventional installer and you won't have those kinds of problems.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|