Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FLExInstaller/Redistributables.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ExePackage Id="FBInstaller" Cache="no" PerMachine="yes" Vital="yes" Compressed="yes" Permanent="yes"
Name="FLExBridge_Offline.exe"
SourceFile="..\libs\FLExBridge_Offline.exe"
InstallCommand="/Q /norestart"
InstallCommand="/Passive /norestart"
DetectCondition="FLExBridge">
<ExitCode Value="1638" Behavior="success"/> <!-- Don't fail if newer version is installed -->
</ExePackage>
Expand Down
2 changes: 1 addition & 1 deletion FLExInstaller/wix6/Redistributables.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ExePackage Id="FBInstaller" Cache="no" PerMachine="yes" Vital="yes" Compressed="yes" Permanent="yes"
Name="FLExBridge_Offline.exe"
SourceFile="..\libs\FLExBridge_Offline.exe"
InstallCommand="/Q /norestart"
InstallCommand="/Passive /norestart"
DetectCondition="FLExBridge">
<ExitCode Value="1638" Behavior="success"/> <!-- Don't fail if newer version is installed -->
</ExePackage>
Expand Down
2 changes: 1 addition & 1 deletion FLExInstaller/wix6/Shared/Common/Redistributables.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ExePackage Id="FBInstaller" Cache="remove" PerMachine="yes" Vital="yes" Compressed="yes" Permanent="yes"
Name="FLExBridge_Offline.exe"
SourceFile="$(var.ProjectDir)libs\FLExBridge_Offline.exe"
InstallArguments="/Q /norestart"
InstallArguments="/Passive /norestart"
DetectCondition="FLExBridge">
<ExitCode Value="0" Behavior="success" />
<ExitCode Value="1638" Behavior="success" />
Expand Down
Loading