Windows Server 2008
Hello,
I have written a custom action that needs to be running only on Windows 2008 Server machine OR Windows 2008 Server R2 machine. I need the conditions for the custom actions so that it runs only on these 2 OS.
Any suggestions on the same.
Regards,
I have written a custom action that needs to be running only on Windows 2008 Server machine OR Windows 2008 Server R2 machine. I need the conditions for the custom actions so that it runs only on these 2 OS.
Any suggestions on the same.
Regards,
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
spartacus
13 years ago
Posted by:
pjgeutjens
13 years ago
your condition will have to combine checks on VersionNT, MsiNTProductType and possibly ServicePackLevel properties.
All of these can be found on MSDN. Also see here for some examples.
EDIT: ... soo close Graham... [:(] But at least we seem to be well in sync [:D]
All of these can be found on MSDN. Also see here for some examples.
EDIT: ... soo close Graham... [:(] But at least we seem to be well in sync [:D]
Posted by:
anonymous_9363
13 years ago
Posted by:
manitha21
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.