OSDN Git Service

Ver1.32のインストーラ用の値を更新, WiX 3.11 + Win10環境でビルドできるよう設定
[wptscs/wpts.git] / Installer / Wptscs.wxs
index d790f73..9537fd4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
-  <?define ProductVersion="1.3.1" ?>
-  <?define ProductGUID="{7446ECCE-2E69-449B-9EA9-F84724122026}" ?>
+  <?define ProductVersion="1.3.2" ?>
+  <?define ProductGUID="{C8286B4C-8F7D-4063-AA07-462DF9EA716D}" ?>
   <?define ProductUpgradeCode="{8A17447B-F484-4b42-98C4-317216CCEB78}" ?>
   <?define MainExecutableGUID="{3F07C4BD-A267-4E3D-B1A5-4F5F36ABC681}" ?>
   <?define ResourceJAGUID="{A3DB3F56-B8EF-42ca-8891-26378B9A5DBE}" ?>
       <Custom Action="NoDowngrade" After="FindRelatedProducts">NEWERFOUND</Custom>
       <RemoveExistingProducts After="InstallInitialize" />
     </InstallExecuteSequence>
-
-    <PropertyRef Id="NETFRAMEWORK40CLIENT"/>
-    <Condition Message="!(loc.NetFrameworkMsg)">
-      <![CDATA[Installed OR NETFRAMEWORK40CLIENT]]>
-    </Condition>
   </Product>
 </Wix>