Re: [Installbase-devel] Adding Path, All-Users Folder on Windows
Status: Alpha
Brought to you by:
damonc
From: Damon C. <da...@yo...> - 2003-08-11 22:57:28
|
> Hi, > I use InstallBase on Windows to install several applications. For one I > need to add a directory to the Windows PATH. This is a simple registry > key. How do I modify this so that my new path is appended to the old > one. > The other thing is how do I add a Program Folder to the All Users > directory on Win2k? > > Thanks in advance for your help. There are scriping ways to modify the registry if you have a little programming knowledge. Otherwise, I'll have to write up a little something to make it happen. To add a folder to the Program Folder for All Users, just use the: <COMMON_PROGRAMS> Virtual Folder. <PROGRAMS> represents the Program Files for the current user, and <COMMON_PROGRAMS> is the Program Files for all users. Damon |