I just want to check if there is a better way.
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

RAS
Started by
Becky Nichols
, Aug 14 2001 22:16
1 reply to this topic
Posted 14 August 2001 - 22:16
I need to know if the NT machine that the app is being installed on has RAS installed. I think I can check for the key HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/RAS
Posted 11 September 2001 - 19:15
The preferred way, as documented by Microfost, is trying to load RASAPI32.DLL: Check
http://support.microsoft.com/support/kb/articles/Q181/5/18.ASP
In my setups I'm using a small DLL with an InstallShield-compatible function to check this out.