all groups > visual studio .net general > may 2004 >
You're in the

visual studio .net general

group:

Setup Project: Add Install Dir into registry


Re: Setup Project: Add Install Dir into registry Michael O'Shaughnessy
5/28/2004 8:22:29 AM
visual studio .net general:
Check out this link
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vbcontheregistryeditor.asp
It discusses the Registry Editor which can be used when deploying
applications.
However, if you want the installation path that the user selects, the only
way that I know is to use a Custom Action. Check this link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vbconthecustomactionseditor.asp
Good Luck!
[quoted text, click to view]

Re: Setup Project: Add Install Dir into registry Michael O'Shaughnessy
5/28/2004 9:03:33 AM
Hey, I found another link that may be helpful:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxconinstallationfolderuserinterfacedialogbox.asp

[quoted text, click to view]

Re: Setup Project: Add Install Dir into registry Phil Wilson
5/28/2004 9:45:30 AM
Just make a registry entry in VS and put [TARGETDIR] in the value.
--
Phil Wilson
[MVP Windows Installer]
[quoted text, click to view]

Setup Project: Add Install Dir into registry Reinhard Vornholt
5/28/2004 11:58:26 AM
Hello,

maybe I am simple to dumb to see how it works, but how can I modify by setup
project that its write the install path into the registry.
I assume there is aways to tell the installer to write a key with the
installation dir into registry.

thanx
R.

Re: Setup Project: Add Install Dir into registry Reinhard Vornholt
6/1/2004 9:11:36 AM
Thanx a lot Phil,
thats exactly what I was looking for.
R.

"Phil Wilson" <pdjwilson@nospam.cox.net> schrieb im Newsbeitrag
news:e0Vn5LNREHA.1308@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button