View Single Post
  #59  
Old 06-02-2019, 15:23
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
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 View Post
@Cesar82
OnlyLabel=1 does not work on [SmallButton] ??
Fixed in Hotfix 5.
--------------------------
Quote:
Originally Posted by KaktoR View Post
@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');

Last edited by Cesar82; 07-02-2019 at 08:08.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
houcine80 (07-02-2019), KaktoR (06-02-2019)