Results 1 to 2 of 2

Thread: [RESOLVED] [INNOSETUP] Install 3rd party after installation

  1. #1

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Resolved [RESOLVED] [INNOSETUP] Install 3rd party after installation

    Ola,

    Wondering where I can find documentation or example(s) how to execute an external installer after the installation is completed. The user should have the option to install it or not (checkbox??)

    Thanks for the help in advance.


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  2. #2

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: [INNOSETUP] Install 3rd party after installation

    Finally got it working:

    This example gives the user the choice to install sqlce35sp1.ms.

    Filename: "msiexec.exe"; Parameters: "/i ""{tmp}\sqlsercomp351.msi"""; StatusMsg: Install Microsoft SQL Server Compact 3.5 SP1; Components:sqlce; Flags: postinstall unchecked
    Last edited by Radjesh Klauke; Mar 16th, 2010 at 02:05 AM.


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

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