Announcement

Collapse
No announcement yet.

suf6: Default Install type

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • suf6: Default Install type

    I have 3 install types
    "Tracker"
    "Full Install"
    "Custom"

    Default install is "Tracker"
    however, it's not highlighted when the setup is run.

  • #2
    Re: suf6: Default Install type

    Hi,

    So you are setting the Default Installation type on the Custom Tab of the "Select Install Type Screen"? I just tested this out on my side and everything worked properly.

    Perhaps you could generate a Project Report (Project -> Generate Report) and post the contents of the Select Install Screen's "Custom Properties" section.

    Mine is as follows:

    *****************
    Install type:
    Name: Typical
    Description: Installs the most common program features. Recommended for most users.
    Packages set to TRUE by install type:
    Install type:
    Name: Tracker
    Description: All program features will be installed. (Requires the most disk space.)
    Packages set to TRUE by install type:
    Install type:
    Name: Minimum
    Description: Only required features will be installed.
    Packages set to TRUE by install type:
    Store selected install type name in variable: %InstallType%
    Store selected install type index in variable: %InstallTypeIndex%
    Default install type: Tracker
    *****************

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

    Comment


    • #3
      Re: suf6: Default Install type

      Install type:
      Name: Tracker
      Description: Installs Tracker Core & Related files -- does not alter System DLL's at all.
      Packages set to TRUE by install type: Data Related items,Tracker Core Files,VFP Runtimes,WA State Files,Word Components
      Install type:
      Name: Full Install
      Description: All files and all system & NTTS4 System DLL's
      Packages set to TRUE by install type: Data Related items,TerminalServer DLL,Tracker Core Files,VFP Runtimes,WA State Files,Windows System DLL's,Word Components
      Install type:
      Name: Custom
      Description: Advanced: You decide which features to install.
      Packages set to TRUE by install type: Data Related items,TerminalServer DLL,Tracker Core Files,VFP Runtimes,WA State Files,Windows System DLL's,Word Components
      Store selected install type name in variable: %InstallType%
      Store selected install type index in variable: %InstallTypeIndex%
      Default install type: Tracker

      Comment


      • #4
        Re: suf6: Default Install type

        Hi,

        So you are saying that using this code the "Tracker" install type is not selected by default when you run your installation?

        Everything appears to be correct; perhaps you could send me your SF6 file so that I can test this out on my system.

        You can e-mail me at: [email protected]

        Also, which install type is highlighted?
        mark.

        [This message has been edited by Mark (edited 11-20-2001).]
        MSI Factory The Next Generation Intelligent Setup Builder

        Comment


        • #5
          Re: suf6: Default Install type

          no install type is highlighted.
          project sent.

          Comment


          • #6
            Re: suf6: Default Install type

            Hi,

            I believe that this was caused be an unintentional trailing space in your Install Type name. Instead of having "Tracker" you had "Tracker "

            I hope everything works out now.

            mark.
            MSI Factory The Next Generation Intelligent Setup Builder

            Comment


            • #7
              Re: suf6: Default Install type

              Good detective work!

              However, in this case, suf should ignore white spaces..... imho.

              Comment

              Working...
              X