windows installer: fixed quotes in run on install parameter, maybe fixes issue #20142

git-svn-id: trunk@32167 -
This commit is contained in:
vincents 2011-09-03 11:32:10 +00:00
parent 0baaf1915d
commit 3dc28630df

View File

@ -91,7 +91,7 @@ Name: {userdesktop}\Lazarus; Filename: {app}\lazarus.exe; Tasks: desktopicon; Ic
Name: {group}\{#AppName} (debug); Filename: {app}\startlazarus.exe; Parameters: --debug; WorkingDir: {app}; IconFilename: {app}\images\mainicon.ico; Comment: Lazarus --debug
[Run]
Filename: {app}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\fpcmkcfg.exe; Parameters: "-d """"basepath={app}\fpc\$FPCVERSION"" -o ""{app}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\fpc.cfg""; Flags: runhidden; Tasks: ; Languages:"; WorkingDir: {app}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}
Filename: fpcmkcfg.exe; Parameters: "-d ""basepath={app}\fpc\$FPCVERSION"" -o ""{app}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\fpc.cfg"""; Flags: runhidden; Tasks: ; Languages: ; WorkingDir: {app}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}
[UninstallDelete]
Name: {app}\compilertest.pas; Type: files