Loading
Block install on Server 2008?
For a basic MSI project:

 

What would my condition statement look like to block an install on a Windows Server 2008 machine but allow an install on a Vista Machine?

 

VersionNT has the same value for Vista and 2008 platforms.

 

Also WindowsBuild shares the same value with Vista SP1 and 2003

 

I can not combine with the ServicePackLevel because because I have to be able to block future releases of 2008.

  • Community Manager (Flexera Software)

    Will MsiNTProductType (and similar properties) help to differentiate them?
  • Thats exectly what I needed. When combined with VersionNT I can easily tell when I am on a server 2008 machine.

     

    Thank You Robert!

     

    You Da man!:D
    Expand Post

Loading
Block install on Server 2008?