Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2008
    Posts
    7

    Running external exes / dlls

    Hi,

    I need some help with running dlls/exes.

    I need to call some external processes that will run after the main msi install.

    Everything is in VB.Net and the exes need parameters passed to them.

    Any ideas?

    Thanks

    Jules

  2. #2
    Join Date
    Jun 2008
    Posts
    7
    Hi,

    Still having problems with this.

    I just want to run an exe from the CD, after installation of the main application (I do not want to install the exe on the user's system).

    Could you please offer detailed steps on how to achieve this?

    Regards

    Jules

  3. #3
    Join Date
    Jul 2008
    Posts
    10

    Lightbulb Running external exes / dlls

    If you are working with MSI Factory, you can create a "Custom action" and Publish this action, for example when you push the finish button on the "ExitDialog" (the last dialog in the installation proccess). In that custom action you must run your exe file...but if the drive letter of the cd/dvd drive changes, you can have problems to access your exe. Change the timing secuence for the Finish button doing your custom action before the default action implemented (but keep this action in the secuence of published actions).

    There are more possibilities, and better...but I am not expert...


    Sorry for my english...

  4. #4
    Join Date
    Jul 2008
    Posts
    10
    In this post http://indigorose.com/forums/showthread.php?t=22584

    You can read some similar.


  5. #5
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Sorry I should have posted this sooner but I helped this user through general tech support.

    The issue was that the user wanted to run an exe from the CD that contained the MSI file.

    The solution was a 'Run Executable' action with 'Full path with working folder' and using [SourceDir]\subfolder1\filename.exe

    Hope this serves to help people in the future

    Adam Kapilik

Similar Threads

  1. Running External EXE File appear back...?
    By portand in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 04-17-2007, 01:11 PM
  2. DLLs and EXEs for your AMS 5/6 projects - FREE!
    By Intrigued in forum AutoPlay Media Studio 6.0
    Replies: 7
    Last Post: 10-20-2005, 09:26 AM
  3. Checking If a Particular Program is Running
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-03-2003, 01:31 PM
  4. Determining if the user is running windows 98SE and NOT windows 98?
    By rise4peace in forum AutoPlay Media Studio 4.0
    Replies: 11
    Last Post: 03-17-2003, 02:21 AM
  5. Maximize AMS window after running external program
    By kpsmith in forum AutoPlay Menu Studio 3.0
    Replies: 1
    Last Post: 10-09-2000, 08:28 PM

Posting Permissions

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