H
Halcyon Daze
I have a .reg file which looks like this:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\someprogram\Shell\open\command]
@="C:\\SomeProgram\\System\\TheProgram.exe \"%1-flag\""
Notice the C:\
I want to make this location (C:\) change, depending where someone
installed SomeProgram.
There is another registry key, default, which already should exist on
the computers of people who have installed SomeProgram:
My
Computer\HKEY_CLASSES_ROOT\Applications\SomeProgram.exe\shell\open\command
Is there a way to make my little .reg file "know" where SomeProgram is
installed, if not C:\ ?
Thanks very much!
-Andy
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\someprogram\Shell\open\command]
@="C:\\SomeProgram\\System\\TheProgram.exe \"%1-flag\""
Notice the C:\
I want to make this location (C:\) change, depending where someone
installed SomeProgram.
There is another registry key, default, which already should exist on
the computers of people who have installed SomeProgram:
My
Computer\HKEY_CLASSES_ROOT\Applications\SomeProgram.exe\shell\open\command
Is there a way to make my little .reg file "know" where SomeProgram is
installed, if not C:\ ?
Thanks very much!
-Andy