Skip to content

Commit

Permalink
Uninstaller parameters with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoe committed Jan 19, 2016
1 parent cf40e5e commit 167310c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/Tx.iss
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Filename: {win}\Microsoft.NET\Framework\v4.0.30319\ngen.exe; Parameters: "instal
Filename: {app}\TxEditor.exe; WorkingDir: {app}; Flags: nowait postinstall skipifsilent

[UninstallRun]
Filename: {win}\Microsoft.NET\Framework\v4.0.30319\ngen.exe; Parameters: uninstall {app}\TxEditor.exe; Flags: runhidden
Filename: {win}\Microsoft.NET\Framework\v4.0.30319\ngen.exe; Parameters: "uninstall ""{app}\TxEditor.exe"""; Flags: runhidden

[UninstallDelete]
; Delete user configuration files if not uninstalling for a downgrade
Expand Down

0 comments on commit 167310c

Please sign in to comment.