cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jrbowen
Level 2

Windows Server 2008

I need to configure an installer that only installs on Windows Server 2008. I've verified that the os.name property returned by Java is "Windows Server 2008", but this doesn't appear to work if used as the platform name in the "Check Platform" rule. I have verified that I've removed the "Windows (All)" entry from the "Do Not Perform On" column. Is there some other magic here?
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

Maybe write a little custom code that will explicitly check for the value of that variable and make the appropriate actions depending on the os.name being 2008 or not...
0 Kudos