python: fix TargetDir parameter (closes #1811)

This commit is contained in:
Richard Kuhnt 2018-01-08 17:21:24 +01:00
parent 57f2c141e3
commit 66ca236738

View File

@ -17,7 +17,7 @@
"args": [ "args": [
"/quiet", "/quiet",
"InstallAllUsers=$(@{$true=1;$false=0}[$global])", "InstallAllUsers=$(@{$true=1;$false=0}[$global])",
"TargetDir=$dir", "TargetDir=\"$dir\"",
"AssociateFiles=0", "AssociateFiles=0",
"Shortcuts=0", "Shortcuts=0",
"InstallLauncherAllUsers=$(@{$true=1;$false=0}[$global])" "InstallLauncherAllUsers=$(@{$true=1;$false=0}[$global])"