Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ColdFusion Studio & registry

Status
Not open for further replies.

Silvano

Programmer
Jul 16, 2001
386
US
whenever ColdFusion studio is started, it attepts to write something in the registry; I have a restricted user that I want him to be able to run cfstudio but keep his restricted user settings (able to run all applications but can not install new apps or do any changes that can damage computer);
the error when he tries to start cf studio is:

application error: exception EOleError in module cfstudio.exe at 00080844. Error creating system registry entry

I know I can go to regedt32 and change settings there to allow him to be able to write to this key only, but I have to know exactly what key the cfstudio is trying to write to

any tips would be appriciated Sylvano
dsylvano@hotmail.com

"every and each day when I learn something new is a small victory..."
 
CFStudio uses a bunch of keys to keep a users preferences in CFStudio. They are all kept in:

for ColdFusion Studio 4.5
HKEY_CURRENT_USER\Software\Allaire\Studio45

or
for ColdFusion Studio 4
HKEY_CURRENT_USER\Software\Allaire\Studio4

Although, you may have to allow the read/write privedges starting at the Allaire key because there is a value stored at that level which is LatestCFSInstallKey:
HKEY_CURRENT_USER\Software\Allaire
- tleish
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top