Comment 8 for bug 391266

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 391266] Re: win32 installer fails to launch bzr-explorer on completion

Irongut пишет:
> I have a solution that works on my system, remove the WorkingDir
> parameter from the run command. So the Run section becomes:

OK, I understand the problem. Inno has special constant for system drive ({sd}).
What if we using this constant in WorkingDir?

Can you check following variant:

[Run]
Filename: "bzr"; Parameters: "explorer"; WorkingDir: {sd}\; Description: "{cm:LaunchProgram,Bazaar
Explorer}"; Flags: nowait postinstall skipifsilent