Old 28th February 2008, 13:27   #1
jainish
Junior Member
 
Join Date: Feb 2008
Posts: 3
Putting the Set-Up File In Control panel

I am Developing a set-Up using NSIS.I am Created the SetUp.exe and UninstallSetup.exe for installation and un-installation of the application.

Now the problem I am facing is how I able to put this file in the Control could panel So that one could able to find that the software is installed. And also how could I able to invoke the Remove method from Control panel so that the user could able to uninstall the software.

Can anyone help me?
jainish is offline   Reply With Quote
Old 28th February 2008, 14:14   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
Do you mean Add/Remove programs? Check the example scripts.

Stu
Afrow UK is offline   Reply With Quote
Old 29th February 2008, 05:41   #3
jainish
Junior Member
 
Join Date: Feb 2008
Posts: 3
Thank you For your suggestion.It is Working Properly.But i am still facing one more problem that When i am giving the Registry path as HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyInstallKey
For keeping My Set-Up Un-installation path
It is putting that key in

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\MyInstallKey

I do not want that UnInstall file threre

Can you help me?
jainish is offline   Reply With Quote
Old 29th February 2008, 05:42   #4
BSOD2600
Member
 
Join Date: Jan 2006
Location: USA
Posts: 82
Sounds like you're installing a 32bit program on 64bit windows. It keeps 32bit stuff separate.
BSOD2600 is offline   Reply With Quote
Old 29th February 2008, 13:34   #5
jainish
Junior Member
 
Join Date: Feb 2008
Posts: 3
No I am Not Installing 32 bit program.it is Specifically and only work with 64 bit machine.Even i am creating a simple key Say "HKLM\Software\MS\Windows\NewKey" It is registering in Wow6432Node only, Looks like Any registry entry made From this installation is going there only.How could I able solve this.

Can you help me?
jainish is offline   Reply With Quote
Old 29th February 2008, 14:18   #6
Animaether
Major Dude
 
Join Date: Jun 2001
Posts: 1,173
try looking at "SetRegView". That changes which registry (32bt vs 64) will be used for the registry commands.

http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.7.6
Animaether is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump