Nicholas Edivan
10-26-2005, 01:05 PM
I have created a batch file to add several registry entries to HKEY_CURRENT_USER prior to an application install.
When the batch file runs it adds the registry entries to HKEY_USERS not to HKEY_CURRENT_USER......
Any insight would be very helpful.
Dave Patrick
10-26-2005, 03:04 PM
We've no idea. Show us what you're doing.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Nicholas Edivan" wrote:
>I have created a batch file to add several registry entries to
>HKEY_CURRENT_USER prior to an application install.
> When the batch file runs it adds the registry entries to HKEY_USERS not to
> HKEY_CURRENT_USER......
>
> Any insight would be very helpful.
Nicholas Edivan
10-26-2005, 04:10 PM
Registry Entries are to the following keys:
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\Originals]
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\AdobeViewer]
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\AVGeneral\cToolbars\cWebSearchView\cPositions\cInternal]
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\AVGeneral\cToolbars\cWebSearchView\cPositions\cExternal]
I did not post the actual entries under each key because they are quite lengthy. Prior to the install the above mentioned entries are executed but
they appear only under HKEY_USERS.....
Dave Patrick
10-26-2005, 05:37 PM
We've no idea really without seeing at least an example of your methods.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Nicholas Edivan" wrote:
> Registry Entries are to the following keys:
>
> [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\Originals]
> [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\AdobeViewer]
> [HKEY_CURRENT_USER\Software\Adobe\Acrobat
> Reader\7.0\AVGeneral\cToolbars\cWebSearchView\cPositions\cInternal]
> [HKEY_CURRENT_USER\Software\Adobe\Acrobat
> Reader\7.0\AVGeneral\cToolbars\cWebSearchView\cPositions\cExternal]
>
> I did not post the actual entries under each key because they are quite
> lengthy. Prior to the install the above mentioned entries are executed but
> they appear only under HKEY_USERS.....
Mark V
10-30-2005, 05:15 PM
In microsoft.public.win2000.registry Nicholas Edivan wrote:
> Registry Entries are to the following keys:
>
> [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\Originals]
> [HKEY_CURRENT_USER\Software\Adobe\Acrobat
> Reader\7.0\AdobeViewer]
> [HKEY_CURRENT_USER\Software\Adobe\Acrobat
> Reader\7.0\AVGeneral\cToolbars\cWebSearchView\cPositions\cInterna
> l] [HKEY_CURRENT_USER\Software\Adobe\Acrobat
> Reader\7.0\AVGeneral\cToolbars\cWebSearchView\cPositions\cExterna
> l]
>
> I did not post the actual entries under each key because they
> are quite lengthy. Prior to the install the above mentioned
> entries are executed but they appear only under HKEY_USERS.....
Post more...perhaps the "top 10 lines" in your .REG file.
But I have a thought, are you watching for the changes in regedit and
*not* refreshing the view perhaps?