Operating system specific deployment

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

    Operating system specific deployment

    Hi anyone,

    I have to distribute a VB.NET project that requires the installation of
    Jet 4.0. As the installation files of Jet are operating system
    specific, during deployment I need to run the file that is specific to
    the system it is being installed on (see
    http://support.microsoft.com/kb/239114/).

    How would I do this?

    I will have to "Search Target Machine" for the operating system and
    create a launch condition for the result, but how do I search for the
    OS? A suggestion for the RegKey, Root and Value properties would be
    really helpful.

    Also, how do I do a search for the existence of Jet 4.0 on the Target
    machine?

    thanks,
    /evan

  • Ken Tucker [MVP]

    #2
    RE: Operating system specific deployment

    Hi,

    Here is an article on how to create the launch condition.



    I would include the mdac merge module to install the latest version of jet



    Ken
    ------------------

    "evan" wrote:
    [color=blue]
    > Hi anyone,
    >
    > I have to distribute a VB.NET project that requires the installation of
    > Jet 4.0. As the installation files of Jet are operating system
    > specific, during deployment I need to run the file that is specific to
    > the system it is being installed on (see
    > http://support.microsoft.com/kb/239114/).
    >
    > How would I do this?
    >
    > I will have to "Search Target Machine" for the operating system and
    > create a launch condition for the result, but how do I search for the
    > OS? A suggestion for the RegKey, Root and Value properties would be
    > really helpful.
    >
    > Also, how do I do a search for the existence of Jet 4.0 on the Target
    > machine?
    >
    > thanks,
    > /evan
    >
    >[/color]

    Comment

    Working...