Results 1 to 3 of 3

Thread: Installing another installer from a installer package..

  1. #1

    Thread Starter
    Addicted Member arunb's Avatar
    Join Date
    Jul 2005
    Posts
    131

    Installing another installer from a installer package..

    Hi,

    I am using Visual Installer to make installation packages for my VB applications.

    One of my applications uses a serial to USB converter, this converter comes with a CD that contains the installer for the drivers.

    Now I would like combine the driver installer with my VB application installer, so that I do not have to give the driver CD separately to the user.

    How do I do this ?? Is it possible to run the Setup.exe application from visual installer ??

    thanks
    aa

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Installing another installer from a installer package..

    Thread moved to Application Deployment forum (which is for questions about installing/distributing your software)

  3. #3
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Installing another installer from a installer package..

    Normally a retail license does not provide you with redistribution rights. You might contact the vendor for redistribution terms and ask whether an MSM is available.

    Or barring that you might try Msimerg.exe but I think most people use a custom action and VBScript to start the dependency installer from within your dependent install. Another more direct way is probably to run msiexec from an EXE custom action as described in Q104221: HOWTO: Launch Another Installation or Uninstallation from within an Installation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width