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

Different setup types on different OS platform


2 replies to this topic

sanjay.btech

sanjay.btech
  • Full Members
  • 3 posts

Posted 15 May 2007 - 15:37

I want my Installer should first identify the operating platform of the target computer And Depending Upon target platform different setup types .eg consider setup Type1 and setupType2 Type 1 should run on win98 while other type2 should run on winXp.Please Help me Out....

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 16 May 2007 - 15:06

You can use the various system variables to identify the OS (e.g. SYSINFO.WIN9X.bWin98 for Windows 98 and SYSINFO.WINNT.bWinXP for Windows XP).

Then, based on those values, you can use the ComponentSetupTypeSet to conditionally override the active setup type.

For more information on each of these items, check the IS help file.

Edited by Taco Bell, 16 May 2007 - 15:07.

user posted image

sanjay.btech

sanjay.btech
  • Full Members
  • 3 posts

Posted 17 May 2007 - 06:30

Thanks for the suggestions.It works.