Hello,
I'm packaging with AdminStudio 8 and try to set a intallation condition with registry check on :
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"CSDVersion"="Service Pack 2"
I create a system search variable to store CSDVersion value to SRVPACK variable. That's work greats.
I try to create the condition in Install conditions with the following condition :
SRVPACK NOT="Service Pack 2"
But it doesn't work, how can I set the operator condition to check if "CSDVersion" is different to "Service Pack 2" for stop installation of my package ?
great thanks to everyone who help me :cool: