Quote:
Originally Posted by pakrat2k2
In InstallerScript_3.0.0.0.u1 [2019.02.05].iss the line numbers you said & what I extracted are 1 line different ?
|
In the update1.hotfix4 script on the previous page, it's exactly lines 6024 and 6030. You may have inserted a line somewhere before line 6024 in the script.
--------------------------
Quote:
Originally Posted by houcine80
@Cesar82
OnlyLabel=1 does not work on [SmallButton] ??
|
Fixed in Hotfix 5.
--------------------------
Quote:
Originally Posted by KaktoR
@Cesar
[CMDCommands], are they always executed from {app} folder or from {tmp} folder (working dir)?
|
I do not know if this was the question...
But the bat file (.cmd) is created inside the {tmp} directory.
An is-XXXXX.cmd file (XXXX, are randomly generated characters) is created.
TmpFile: = GenerateUniqueName(ExpandConstant ('{tmp}'), '.cmd');