Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > During installation of a setup build in vs2005, what are the things happened in registry entry?
 

During installation of a setup build in vs2005, what are the things happened in registry entry?

When an Installation Setup is made in vs2005, what are files created in registry entry while installing that setup, and when uninstalling the setup what are the corresponding files deleted from the registry of that setup.
How to know all these.
Can anyone suggest for knowing about all these things?
Thanks...
SVT Gdwl
  • Moved byYiChun ChenMSFTWednesday, August 05, 2009 4:26 AMDeployment issue (From:Visual Studio Setup and Installation)
  • Moved byYiChun ChenMSFTWednesday, August 05, 2009 4:25 AMUnable to move thread
  •  
SVT Gdwl  Tuesday, August 04, 2009 4:48 AM
Hi SVT Gdwlï¼?br/>
After you install your application, the register information is located at:
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\

The node in this location is named by your productcode. You can look into the key of one node.
DisplayName is your application name.
InstallLocation is the application location on the disk.
InstallSource is the MSI/setup file location when you install the application.

There is also some other information of your application.

Hope I have not misunderstood your requirement.

Sincerely,
Kira Qian
Please mark the replies as answers if they help and unmark if they don't.
Kira Qian  Thursday, August 06, 2009 3:03 AM
Hi SVT,

I am moving this thread from Base "Visual Studio Setup and Installation" forum to the "ClickOnce and Setup & Deployment Projects" forum, since the issue is related to deployment. There are more deployment experts in the "ClickOnce and Setup & Deployment Projects" forum.

Thanks
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
YiChun Chen  Wednesday, August 05, 2009 4:24 AM
It's not clear what you mean by "files created in registry entry" or "deleted from the registry". In general, a setup does what you tell it to do in the IDE, file view and registry view etc.
Phil Wilson
PhilWilson  Wednesday, August 05, 2009 10:01 PM
Hi SVT Gdwlï¼?br/>
After you install your application, the register information is located at:
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\

The node in this location is named by your productcode. You can look into the key of one node.
DisplayName is your application name.
InstallLocation is the application location on the disk.
InstallSource is the MSI/setup file location when you install the application.

There is also some other information of your application.

Hope I have not misunderstood your requirement.

Sincerely,
Kira Qian
Please mark the replies as answers if they help and unmark if they don't.
Kira Qian  Thursday, August 06, 2009 3:03 AM

You can use google to search for other answers

Custom Search

More Threads

• Update to .NET 3.0
• Error installing to "Guest" account
• HTTP 405 Error after converting to VS 2008?
• Build msi packages by msbuild
• Deploying a ClickOnce application when referencing other projects
• Newbie question on One touch
• Changing the installer window icon
• Service installer class does not handle rollback
• Server & Bandwidth Requirements
• Sending parameters to an embedded form .Net control?