Improve. Closes #382.
This commit is contained in:
parent
bc7f95828b
commit
684b229dc8
@ -20,7 +20,7 @@ begin
|
||||
Result := '{autodesktop}'
|
||||
else
|
||||
Result := '{autopf}';
|
||||
Result := ExpandConstant(Result + '\' + Param);
|
||||
Result := ExpandConstant(AddBackslash(Result) + Param);
|
||||
end;
|
||||
|
||||
<event('InitializeWizard')>
|
||||
|
Loading…
x
Reference in New Issue
Block a user