PDA

View Full Version : Suggestion: OS Checking



NewsArchive
11-21-2009, 02:39 AM
Hi Friedrich

Would it be too difficult to extend the OS checking so we can specify the
minimum Service Pack for a particular OS?
I'm just thinking its ok to say yes a program can run on say XP but it would
be nicer to say minimum of XP SP2 for example.

--
--
Cheers
Richard

NewsArchive
11-21-2009, 02:40 AM
You can easily script that yourself.
Check the Misc.sb7 item in the example files that I nagged you to download.
Here's a screen shot from my CHM that installs with the examples.

Jane

NewsArchive
11-21-2009, 02:40 AM
Hi Jane

Yeah I'm doing it already but as SP's are just as important as the OS for
some installs I thought it was worth suggesting.<g>

--
--
Cheers
Richard

NewsArchive
11-21-2009, 02:44 AM
Hi Richard,

> Yeah I'm doing it already but as SP's are just as important as the OS for
> some installs I thought it was worth suggesting.<g>

What Jane suggested is the correct and best way to handle this.

I would never use the "OS Version Checking" Requirement. It's simply not
powerful nor flexible enough. BTW, we also do not use it in any of the
Script Consulting Projects.

I would suggest to do requirements checking directly from the script. The
same script can have different requirements for different outputs (e.g. if a
project is compiled from a "Release" or a "SKU Wizard", etc.). All this
can't be handled through the "standard" OS Version Checking.

Friedrich