Hello,
I've used Setup Factory 7.0 for awhile and use it to build simple local installers for our training applications. Recently we've changed our product a bit and it requires the installation of two separate programs. One is a small application that runs the training and the second is a larger file that contains the installation of the media for the training itself. Since the media changes based on the course, I want the application and the media to be separate installations so I can use the same application for all courses.
_______________________
Here's what I'd like to do and I'm not sure what the best way to do this is, or really even how to do this:
1. When SETUP1.exe is run - Check to see if a folder at a specific location exists (I know how to do this part).
2. If the folder does NOT exist (I'll assume this means it's not installed) then go out to the web and download the SETUP2.exe installer file (this one is much smaller).
3. Once the file is downloaded, then LAUNCH SETUP2.exe and let it install the application.
4. When SETUP2.exe is complete, move on to let the rest of SETUP1.exe run, which will install the media included in the original setup file.
5. When it's all finished, both applications will have been installed and all the user will have to do is open the first setup to do it. This will allow me to update SETUP1.exe seperately of SETUP2.exe.
_______________________
So my question is how do I perform this? What is the best way to handle this in Setup Factory 8 (I just upgraded)? Using HTTP download? I am also getting the FTP plugin today as well.
Any advice, sample code on how it might work, or suggestions in general would be greatly appreciated.
Thanks!
-Brian
I've used Setup Factory 7.0 for awhile and use it to build simple local installers for our training applications. Recently we've changed our product a bit and it requires the installation of two separate programs. One is a small application that runs the training and the second is a larger file that contains the installation of the media for the training itself. Since the media changes based on the course, I want the application and the media to be separate installations so I can use the same application for all courses.
_______________________
Here's what I'd like to do and I'm not sure what the best way to do this is, or really even how to do this:
1. When SETUP1.exe is run - Check to see if a folder at a specific location exists (I know how to do this part).
2. If the folder does NOT exist (I'll assume this means it's not installed) then go out to the web and download the SETUP2.exe installer file (this one is much smaller).
3. Once the file is downloaded, then LAUNCH SETUP2.exe and let it install the application.
4. When SETUP2.exe is complete, move on to let the rest of SETUP1.exe run, which will install the media included in the original setup file.
5. When it's all finished, both applications will have been installed and all the user will have to do is open the first setup to do it. This will allow me to update SETUP1.exe seperately of SETUP2.exe.
_______________________
So my question is how do I perform this? What is the best way to handle this in Setup Factory 8 (I just upgraded)? Using HTTP download? I am also getting the FTP plugin today as well.
Any advice, sample code on how it might work, or suggestions in general would be greatly appreciated.
Thanks!
-Brian
Comment