nResult = LaunchAppAndWait("REGSVR32 /s " + sTarget^"EXE\\PRJMGNT.DLL",
sNullArg, WAIT );
... and so on.
It works OK, unless REGSVR32.exe does not exist on the target machine.
Microsoft states that the program is installed on every machine with NT 4.0
and Windows 95 and above, but we have found that there are exceptions to
this. Here are my questions:
1. Has anyone else figured out a way around this situation? If so, what did
you do?
2. Is it possible to do what REGSVR32 does by just updating registry keys or
doing something more straightforward?
Thanks,
Mike Coldewey