Menu

Bug: In script / [Run]-section the 'flags:' are missing (when InnoSetupVersion=5.4.2)

2015-01-29
2015-01-30
  • Daniello Alto

    Daniello Alto - 2015-01-29

    ExampleFile: SWFEditor 1.3 Build 614

    ;InnoSetupVersion=5.4.2 (Unicode)
    ....
    
    [Run]
    Filename: "{app}\SWFEditor.exe"; WorkingDir: "{app}"; Description: "{cm:LaunchProgram,Sothink SWF Editor}"; 
    MinVersion: 0.0,5.0;
    

    This is how it should be:

    ;InnoSetupVersion=5.4.2 (Unicode)
    ....
    
    [Run]
    Filename: "{app}\SWFEditor.exe"; WorkingDir: "{app}"; Description: "{cm:LaunchProgram,Sothink SWF Editor}"; 
    MinVersion: 0.0,5.0; flags: postinstall nowait
    

    However I notice that in 'InnoSetupVersion=5.5.0 (Unicode)' run flags are recognise correctly

    Btw. Could you please upload source for innounp40 ?
    In innounp sources
    there is currently only innounp35.
    with latest 'Struct5310u.pas'

    Guess the key for this bug may lay in a sourcefile Name 'Struct5420u.pas'.

     
  • Ariman

    Ariman - 2015-01-30

    Sources are uploaded to the same directory as binaries now.

     
  • Ariman

    Ariman - 2015-01-30

    I've checked latest version 0.40 and it gives me following results in script

    [Run]
    Filename: "{app}\SWFEditor.exe"; WorkingDir: "{app}"; Description: "{cm:LaunchProgram,Sothink SWF Editor}"; MinVersion: 0.0,5.0; Flags: postinstall skipifsilent nowait
    

    As you can see flags are present.

     

Log in to post a comment.