Menu

#275 SectionIn fails to include Section

2.0 Series
closed-fixed
General (291)
5
2005-01-11
2004-10-12
Anonymous
No

Following Code works as Follows:
If I select Section All from the Drop Down, then
Section3 Dir is created, but if I click all the options then
Section All is selected for me but the Directory Section3
is not created.

------------------------------------------------------

; Installer Settings
Name "Test"
OutFile "test_section_in.exe"

PageEx directory
DirText "Where is Cips installed?" "This is the base
folder for all Cips components"
DirVerify leave
PageExEnd

Page components
Page instfiles

InstType "Section 1" ; 1
InstType "Section 2" ; 3
InstType "Section All" ; 3

Section "Section 1"
SectionIn 1 3
SetOutPath $INSTDIR\Section1
SectionEnd

Section "Section 2"
SectionIn 2 3
SetOutPath $INSTDIR\Section2
SectionEnd

Section "-Section 3"
SectionIn 3
SetOutPath $INSTDIR\Section3
SectionEnd

Discussion

  • Amir Szekely

    Amir Szekely - 2004-10-12
    • assigned_to: nobody --> kichik
     
  • Amir Szekely

    Amir Szekely - 2005-01-11
    • status: open --> closed-fixed
     
  • Amir Szekely

    Amir Szekely - 2005-01-11

    Logged In: YES
    user_id=584402

    Thanks. Fixed in latest CVS version.

     

Log in to post a comment.