Accessing PropertyRef WIX_SUITE_TERMINAL #8931
-
I am trying to block an MSI install from continuing if the OS is Terminal Services / Remote Desktop Services. I have the following code in my Packages.wxs
And my Test.wixproj looks like this,
When I run
When trying to build with wix on command line I get this error,
I have exhausted searching Docs, Github and Stackoverflow and I can't work out what I need to do to add the WiX UI Extensions such that the property I found this and added a project ref to I followed this but I can't see an answer to my problem. Please help! Version Info
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You don't need the |
Beta Was this translation helpful? Give feedback.
You don't need the
PropertyRef
. That's how it was done in WiX v3.