B
Brian Henry
I am trying to deploy my VB.NET project with a setup project, and I need to
make a reg key entry.. but it also needs to have the path to where the
program was installed in they string i placed in the key. How do I go about
insertint the installation path (folder only) to the file into the registery
on installation of the setup project?
Say my project was installe to "c:\program files\myproject"
I want to make a registry key string at ..\Software\MyProject which hast the
string
Location = "c:\program files\myproject\SomeFile.xyz"
but of course the user can change the install location, so just entering
this as a string in the installer wont work, how do i fix this and replace
the path with what they installer installed it to? thanks
make a reg key entry.. but it also needs to have the path to where the
program was installed in they string i placed in the key. How do I go about
insertint the installation path (folder only) to the file into the registery
on installation of the setup project?
Say my project was installe to "c:\program files\myproject"
I want to make a registry key string at ..\Software\MyProject which hast the
string
Location = "c:\program files\myproject\SomeFile.xyz"
but of course the user can change the install location, so just entering
this as a string in the installer wont work, how do i fix this and replace
the path with what they installer installed it to? thanks