Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2006
    Posts
    1

    Grin Launching an existing set of files during the install

    Hi everyone!

    I have been hunting around in the forums for an answer to my problem but havent come accross anything so far.

    I have an existing set of setup files(incl dll's a setup.exe and a few others) that install a pocket pc program and synchronisation tool. I want to package these files into one setup file using Setup Factory.

    I would like if possible to call upon my own "setup.exe" file from the CD and complete the installation of that set of files on the computer before the rest of the installation completes.

    In a sense I do not need to copy my existing distribution files onto the computer - I just need to run them from the CD during the installation.
    Alternatively, I could install the files to a temp directory, install them and then delete them before the installation continues.

    If anyone can help with a solution and what actions to put where it would be much appreciated (or a better way of doing things even!!)

    Thanks

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    kram,

    The absolute easiest way of accomplishing this is a singe action:

    File.Run(_SourceDrive.."\\foldername\\installname. exe", "", "", SW_SHOWNORMAL, true)

    Adam Kapilik

Similar Threads

  1. HOWTO: Download and Install Files from the Web
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-23-2002, 01:16 PM
  2. HOWTO: Conditionally Install Files Based on OS
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-10-2002, 03:03 PM
  3. INFO: How to Set the Default Application Directory
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-25-2002, 12:02 PM
  4. HOWTO: Install Files to the Windows Directory
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-18-2002, 02:33 PM
  5. Replies: 0
    Last Post: 08-17-2000, 02:29 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