I am using WinNT 4.0, service pack 5, IE 5 and IS Prof. 5.53.
Anyone has similar experience or solutions, please help me... Thanks!
- Emily
chuck
Emily Chang wrote in message <37e97...@news.installshield.com>...
I would be willing to bet that the problem is that the lone argument to
LaunchApp (or LaunchAppAndWait) needs to be specifically Regsvr32.exe, and
then the second parameter needs to be "/s " + the file to be registered, or
something like that. The problem is probably that you're putting the /s as
part of the first argument, and the LaunchApp functions want only a file
name.
e.g.
LaunchApp("regsvr32.exe", "/s " + szFile);
instead of
LaunchApp("regsvr32.exe /s", szFile);
- Emily
Mickey Ferguson wrote in message <37ea4...@news.installshield.com>...
Pls tell me how to setup dialup networking programatically under Win95,
Win98 and WinNT with VC4.0 or above, i.e., what APIs should be used to setup
dialup networking.
If you know where I can find useful information to this question, pls also
tell me.
Any help will be appreciated.
My Email addr. is: zh...@public.cs.hn.cn
Tan