I have a question concerning InstallOptions.
Is there any way to avoid an InstallOptions-Screen from being shown if the used OS isn't NT ?
This is how I, at the time, check if the user has Win9x:
ClearErrorsThanks in forward.
UserInfo::GetName
IfErrors Win9x
...
Bye Defcon0