PDA

View Full Version : Detecting which Windows version


Screeny
08-28-2005, 09:04 PM
I asked a question on the Setup Factory 6 forum about whether SF 6 can detect which version of Windows the user has:
http://www.indigorose.com/forums/showthread.php?t=12713
My followup question on the SF 7 forum is if SF 7 can do this and if it does it better than SF 6.

pww
08-29-2005, 04:22 AM
See 'System Requirements' in the 'Settings' tab - you can define on which OS's the installer should run and can choose whether only to inform the user, or abort the setup if it's run on another OS.

Alternatively, in the 'On Startup' script, you may use
System.GetOSVersionInfo or System.GetOSName functions if you need some OS-specific actions.

csd214
08-29-2005, 04:33 AM
I have posted a note in the SUF60 Forum. :)