|
-
May 15th, 2008, 06:33 AM
#1
Thread Starter
New Member
[Help]How do I modify the uninstall exe?
I want to write some entries to the registry when an application I’m distributing is installed. That I have managed to do fine by editing setup1.exe.
However I would also like these registry entries to be removed when the program is uninstalled and I’m not sure how to go about this.
Any advice?
Btw new here - hello.
-
May 15th, 2008, 06:57 AM
#2
Re: [Help]How do I modify the uninstall exe?
Use a different installer...
-
May 15th, 2008, 07:50 AM
#3
Thread Starter
New Member
Re: [Help]How do I modify the uninstall exe?
Could you elaborate a bit please?
-
May 15th, 2008, 08:31 AM
#4
Re: [Help]How do I modify the uninstall exe?
 Originally Posted by randem
Use a different installer...
this mean,
An installer like innosetup has simple codes to remove registry keys while Un-installing.
fro example
Code:
[Registry]
Root: HKCU; Subkey: "MyProgram\verion 1.2"; Flags: uninsdeletekey
BTW, purplekitty, Welcome to the forum
-
May 15th, 2008, 08:43 AM
#5
Re: [Help]How do I modify the uninstall exe?
Moved to Application Deployment
-
May 15th, 2008, 11:09 AM
#6
Thread Starter
New Member
Re: [Help]How do I modify the uninstall exe?
 Originally Posted by Fazi
this mean,
An installer like innosetup has simple codes to remove registry keys while Un-installing.
fro example
Code:
[Registry]
Root: HKCU; Subkey: "MyProgram\verion 1.2"; Flags: uninsdeletekey
BTW, purplekitty, Welcome to the forum 
Thanks for the help and the welcome
I'll have a look at innosetup and see how I get on.
-
May 15th, 2008, 11:17 AM
#7
Re: [Help]How do I modify the uninstall exe?
BTW,
You can also try this tool. An innosetup support tool i find it usufull. (dont estimate by it's skinn color , i use the old version)
http://www.***********/**********.html
-
May 15th, 2008, 04:26 PM
#8
Re: [Help]How do I modify the uninstall exe?
Fazi,
Why don't you use the current version?
-
May 15th, 2008, 08:38 PM
#9
Re: [Help]How do I modify the uninstall exe?
Are you sure you want to do this at all?
Microsoft has recanted its position on using the registry for application settings in most scenarios. Beginning with Vista Microsoft encourages moving away from this practice.
Registry Virtualization in Windows Vista
Virtualization Recommendations
Virtualization is intended only to assist in application compatibility with existing programs. Applications designed for Windows Vista should not perform writes to sensitive system areas, nor should they rely on virtualization to provide redress for incorrect application behavior. When updating existing code to run on Windows Vista, developers should ensure that, during run-time, applications only store data in per-user locations or in computer locations within %alluserprofile% that have access control list (ACL) settings properly set. Refer the UAC Developer Guide for more guidelines on developing applications for Windows Vista.
-
May 15th, 2008, 11:18 PM
#10
Re: [Help]How do I modify the uninstall exe?
 Originally Posted by dilettante
Microsoft has recanted its position on using the registry for application settings in most scenarios. Beginning with Vista Microsoft encourages moving away from this practice.
And people said I was crazy when I said don't use the registry that much use ini files...
-
May 16th, 2008, 12:12 AM
#11
Re: [Help]How do I modify the uninstall exe?
You're simply ahead of your time.
-
May 16th, 2008, 12:22 AM
#12
Re: [Help]How do I modify the uninstall exe?
 Originally Posted by randem
Fazi,
Why don't you use the current version?
Randem,
recently i did not had any installation builds
Mostly working on webbased projects these days
-
May 16th, 2008, 12:24 AM
#13
Re: [Help]How do I modify the uninstall exe?
Ah, Ok because the skins have changed drastically lately...
Of course you can choose your own color...
-
May 16th, 2008, 12:25 AM
#14
Re: [Help]How do I modify the uninstall exe?
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
|