Jump to content


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.
Photo

driver installaion...


3 replies to this topic

hahyojin

hahyojin
  • Members
  • 7 posts

Posted 30 January 2002 - 01:28

I want to install device driver in wiin2000 and  winxp.

and I don't know driver file's target path.

I don't need to install device driver in win9X.

I want to know OS check and install device driver.

please tell me about it in detail.

(Edited by hahyojin at 12:31 am on Jan. 30, 2002)


Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 30 January 2002 - 03:12

I never dealt with installing drivers under InstallShield, but here's some information on distinquishing the OS.

To simply tell NT/W2K/XP vs Win9x/Me, use:
GetSystemInfo (nItem, nvResult, svResult);
* where nItem is OS
* nvResult will return the platform of the target operating system. One of the following constants will be returned:
- IS_WINDOWSNT = Operating system is Windows NT, 2000, or XP.
- IS_WINDOWS9X = Operating system is Windows 95, 98, or Me.  

If you need to distinquish any further, use SYSINFO (i.e. SYSINFO.WINNT.bWin2000 = TRUE means it's Windows 2000).  See the SYSINFO help topic for further info.


hahyojin

hahyojin
  • Members
  • 7 posts

Posted 30 January 2002 - 05:41

I want to tell driver's automatical installation more important than OS distinguish.

Don't  you know  device driver's automatical installation.

help me...¤Ñ¤Ñ

(Edited by hahyojin at 4:43 am on Jan. 30, 2002)


Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 30 January 2002 - 15:55

I figured you needed that information since you want to install the device driver on some OSes, but not on others.

In any case, I can't understand you and am unable to help you.  Sorry.