Operating system specific deployment

  • Thread starter Thread starter evan
  • Start date Start date
E

evan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top