Skip to content

Commit

Permalink
Install uptick not per machine
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic22 authored and bitphage committed Jul 7, 2019
1 parent 14158ba commit 47bb0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/windows/bundle/bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
DisplayName="Processing Python..."
InstallCommand="/q Include_pip=1 PrependPath=1 Include_launcher=1 Include_test=0"
/>
<ExePackage Id="Uptick" InstallCommand="cmd /c" DisplayName="Processing Uptick..." SourceFile="prerequisites\uptick.bat" Vital="no" />
<ExePackage Id="Uptick" InstallCommand="cmd /c" DisplayName="Processing Uptick..." SourceFile="prerequisites\uptick.bat" Vital="no" PerMachine="no" />
<MsiPackage SourceFile="..\msi\bin\$(var.Build)\DEXBotInstaller.msi" DisplayName="Processing DEXBot..." />
</Chain>
</Bundle>
Expand Down

0 comments on commit 47bb0bf

Please sign in to comment.