Browse Source

Enable Autolaunch

Tobias Hieta 9 years ago
parent
commit
f99e22052f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      bundle/win/Bundle.wxs

+ 1 - 2
bundle/win/Bundle.wxs

@@ -79,8 +79,7 @@
                   SourceFile="$(var.OutputPath)/PMP.msi"
                   Vital="yes">
         <MsiProperty Name="INSTALLLOCATION" Value="[InstallFolder]" />
-        <!-- Disable autolaunch for now -->
-        <!--  <MsiProperty Name="AUTOLAUNCH" Value="[autolaunch]" /> -->
+        <MsiProperty Name="AUTOLAUNCH" Value="[autolaunch]" />
       </MsiPackage>
       <ExePackage Id="vcredist_repair"
                   SourceFile="C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\1033\vcredist_x64.exe"