Installshield package for access - shortcut

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

    Installshield package for access - shortcut

    I have created install packages for my ade on mssql installation as a
    windows installer package in installshield and it all works fine
    except;

    1. I want to determine whether Access 2002 is installed and if not,
    install the access 2002 runtime.

    2. I need to create a shortcut which includes the "\runtime" switch to
    force runtime mode for users with a full version of access. The trick
    is that this requires the full path to the executable which may be an
    existing full version of Access 2002 or the newly installed runtime.

    i.e. "c:\program files\office... \msaccess.exe" \runtime
    "c:<pathtofile> \myproject.ade"

    NOTE:
    I do not have, and will not spend more $$$$ on the sagekey scripts.
    Installshield is $$$ enough :).

    The access packaging and deployment wizard is not the trick either.

    Thanks in advance.
  • TC

    #2
    Re: Installshield package for access - shortcut

    Check for the Access 2k "progid" ("Access.Applic ation.10") in the
    HKEY_CLASSES_RO OT hive of the registry. Everything you want is available
    from there.

    HTH,
    TC


    "Agent86" <agent86@statle randwaldorf.com .au> wrote in message
    news:eacbb63d.0 401141915.47067 ba6@posting.goo gle.com...[color=blue]
    > I have created install packages for my ade on mssql installation as a
    > windows installer package in installshield and it all works fine
    > except;
    >
    > 1. I want to determine whether Access 2002 is installed and if not,
    > install the access 2002 runtime.
    >
    > 2. I need to create a shortcut which includes the "\runtime" switch to
    > force runtime mode for users with a full version of access. The trick
    > is that this requires the full path to the executable which may be an
    > existing full version of Access 2002 or the newly installed runtime.
    >
    > i.e. "c:\program files\office... \msaccess.exe" \runtime
    > "c:<pathtofile> \myproject.ade"
    >
    > NOTE:
    > I do not have, and will not spend more $$$$ on the sagekey scripts.
    > Installshield is $$$ enough :).
    >
    > The access packaging and deployment wizard is not the trick either.
    >
    > Thanks in advance.[/color]


    Comment

    • Agent86

      #3
      Re: Installshield package for access - shortcut

      Thanks TC - ne chance on a bit of detail on the installshield steps to
      create do the tests and create the shortcuts - ne1? - haven't done a
      lot of windows installer packages..
      Thanks

      Comment

      • TC

        #4
        Re: Installshield package for access - shortcut

        agent86@statler andwaldorf.com. au (Agent86) wrote in message news:<eacbb63d. 0401190451.2eaa 8829@posting.go ogle.com>...[color=blue]
        > Thanks TC - ne chance on a bit of detail on the installshield steps to
        > create do the tests and create the shortcuts - ne1? - haven't done a
        > lot of windows installer packages..
        > Thanks[/color]

        Sorry, I don't know anything about Installshield, at all. Clearly,
        you'd need to be looking for instructions or actions that let you read
        from the registry. I'd be checking for "registry" in the online help
        or printed documentation (assuming there is some!).

        Alternatively, I notice there are some newsgroups named like
        installshield.* , perhaps you could get help there.

        TC

        Comment

        Working...