Announcement

Collapse
No announcement yet.

Packages problems

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

  • Packages problems

    My project is a "workstation setup" utility [wssetup.exe] which gets delivered inside a setup.exe. The setup.exe installs some pdf documents on a server.

    The wssetup.exe is made available for the administrator's use to install on the client machines. All the wssetup.exe contains are 2 informational documents plus the Acrobat Reader install file. It also provides a shortcut to the pdf documents on the server.

    My problem is that when running the wssetup.exe (i.e., the workstation install), I need the administrator to be able to choose whether to also install Acrobat or not. Currently, the Acrobat install is launched regardless of which package is chosen.

    My Screens:

    1. Welcome
    2. Select Install
    3. Select Packages
    4. Shortcut Folder
    5. Create additional shortcut to server (all this screen does is allow the admin to specify where the docs were placed on the server). I then store this info in a variable I call %NetDrv%. In the System Editors, Shortcut Icons tab, I create a shortcut to the files at %NetDrv%.
    6. Ready to install
    7. Finished

    Okay. In wssetup.exe, the info docs are not specifically part of any package, thus the files should be installed by default, correct? So my Minimal Install defines no additional files.

    My Complete Workstation Install package adds the Acrobat Reader to the default unpackaged files.

    In the Shell Operations screen, on the execute tab, I have an execute program stipulated for the Acrobat Reader install with the Condition stipulating "Complete Workstation Install".

    What am I doing wrong? I had this working at one point, but don't know how I lost it somewhere along the way with all the tweaking I've done!



  • #2
    Re: Packages problems

    Hi,

    The reason that your installation is having problems is because you are not using a Select Install Type screen. In Setup Factory 5.0 (which I believe you are using) a Select Packages screen cannot be used on it's own, it must be used in conjunction with a Select Install Type screen.

    Try using a Select Install Type screen instead of a Select Packages screen. Give the user two Install Type to select from:
    1) Documents only
    2) Documents and Acrobat Reader

    The first Install Type will contain the "Documents" Package and the second Install Type will contain the "Documents" package and the "Acrobat" package.

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

    Comment


    • #3
      Re: Packages problems

      Mark,

      Thanks for your response. I am using SF 5.01.04. As indicated in my original post, I AM using a Select Install Type screen--it is screen number 2, after the Welcome screen.

      Comment


      • #4
        Re: Packages problems

        Mark, this is what my report generates for that execute command:

        Settings:
        Command: Execute Program
        Target: %AppDir%\rs405eng.exe
        Arguments:
        Working Dir: %AppDir%
        Wait for end: Yes
        Run Mode: Normal
        Advanced:
        Ask for disk: No
        Disk title:
        When: After Installing
        Conditions:
        OS: Any
        Language: Neutral
        Package: Complete Workstation Install
        Advanced: None

        Comment


        • #5
          Re: Packages problems

          Hi,

          Sorry I guess I missed that.

          You should download the update to Setup Factory 5.0 from here: http://www.indigorose.com/setup5/update.html this will upgrade your version of Setup Factory 5.0 to the latest version: 5.0.1.6.

          Since you are using a Select Install Type screen, you are probably not settings your packages correctly. It would be helpful if you could outline what install types you are using, and how you are using them.

          Perhaps you could e-mail me your SF5 project file ( [email protected] ) so that I can see exactly what you are doing.

          mark.
          MSI Factory The Next Generation Intelligent Setup Builder

          Comment


          • #6
            Re: Packages problems

            Mark, I have emailed you my project file.

            Comment


            • #7
              Re: Packages problems

              Hi,

              The problem is that both your "Complete Workstation" Install Type and your "Minimum Workstation" Install Type contain both of your packages.

              If you remove the "Complete Workstation Install Type" Package from the "Minimum Workstation" Install Type everything should work fine.

              Basically both of your Install Types were installing the same packages.

              mark.
              MSI Factory The Next Generation Intelligent Setup Builder

              Comment


              • #8
                Re: Packages problems

                Mark,

                I guess I'm not seeing what you're seeing. Would you explain step-by-step what I must do, for example, what screen, what option, etc.

                I just can't see the problem.

                Comment


                • #9
                  Re: Packages problems

                  Mark,

                  Never mind. I see what you mean. Thanks so much. It now works properly. And I thought I was getting pretty good with the program! My face is red.

                  Comment


                  • #10
                    Re: Packages problems

                    Hi bbrenner,

                    I'm glad that everything appears to be working properly now.

                    mark.
                    MSI Factory The Next Generation Intelligent Setup Builder

                    Comment


                    • #11
                      Re: Packages problems

                      You are a gem, Mark.

                      Comment

                      Working...
                      X