Mario,
I don’t know if there is a way from WixVSExtension. However, if you know the
UpgradeCode for the particular Visual Studio SDK, you could look for it in an
Upgrade block (assuming was installed via MSI). Perhaps something like this:
<Upgrade Id="{UPGRADE_GUID_HERE}">
<UpgradeVersion Minimum="0" IncludeMinimum="no" IncludeMaximum="no"
Property="FOUNDNEWVERSION" OnlyDetect="yes" />
</Upgrade>
You definitely have to ensure OnlyDetect is set.
-Matt
From: Majcica, Mario
Sent: Tuesday, December 16, 2014 4:42 AM
To: [email protected]
Hi all,
Is there a standard way, as there is for checking VS installed by using
WixVSExtension, to check if the Visual Studio SDK is installed?
Any suggestion is welcome.
Mario Majcica
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users