iissa
07-27-2005, 08:47 AM
I am not sure if this has been answered previously in a post, but i could not find the post any where. My dilemma is i have a .reg file that i need all my clients to run to register a component.
[HKEY_CLASSES_ROOT\CLSID\{15B782AF-55D8-11D1-B477-006097098764}\InprocServer32]
"ThreadingModel"="Apartment"
@="c:\\windows\\system32\\Macromed\\AUTHORWA\\awswax. ocx"
if i run this on a pc, which has c:\windows as the root directory it works fine, but obviously it wont work on c:\winnt.
i was wondering if there is something like the following i can do that will register the component on any operating system.
i have tried the following but it would not work, not sure if i have the syntax incorrect or if its possbile at all.
[HKEY_CLASSES_ROOT\CLSID\{15B782AF-55D8-11D1-B477-006097098764}\InprocServer32]
"ThreadingModel"="Apartment"
@="%windir%\\system32\\Macromed\\AUTHORWA\\awswax.ocx"
any suggestions would be very much appreciated :
[HKEY_CLASSES_ROOT\CLSID\{15B782AF-55D8-11D1-B477-006097098764}\InprocServer32]
"ThreadingModel"="Apartment"
@="c:\\windows\\system32\\Macromed\\AUTHORWA\\awswax. ocx"
if i run this on a pc, which has c:\windows as the root directory it works fine, but obviously it wont work on c:\winnt.
i was wondering if there is something like the following i can do that will register the component on any operating system.
i have tried the following but it would not work, not sure if i have the syntax incorrect or if its possbile at all.
[HKEY_CLASSES_ROOT\CLSID\{15B782AF-55D8-11D1-B477-006097098764}\InprocServer32]
"ThreadingModel"="Apartment"
@="%windir%\\system32\\Macromed\\AUTHORWA\\awswax.ocx"
any suggestions would be very much appreciated :