Hi,
Try this out in Setup Factory:
1) Add your File to Setup Factory, set the Destination to something like: %TempDir%\Install", and make sure no Shortcuts are going to be created (FILE PROPERTIES -> SHORTCUT TAB)
2) Add an execute command, to execute the second installation, it will look like:
Command: Execute Program
Target: %TempDir%\Install\Install.exe
Wait For Program to End Before Continuing: Checked
Advanced Tab - Set the Command to occur "After Installing"
3) Create an Operation to delete the files in the directory:
File Operation
Operation: Delete
Source: %TempDir%\Install\*.*
4) Remove the directory:
File Operation
Operation: Remove Directory
Source: %TempDir%\Install
5) Go to: SETTINGS -> UNINSTALL and uncheck the “Include and Uninstall Program” because you do not want an uninstall.
Try this out, it should work properly for you. If you have any problems feel free to contact me.
mark.
Try this out in Setup Factory:
1) Add your File to Setup Factory, set the Destination to something like: %TempDir%\Install", and make sure no Shortcuts are going to be created (FILE PROPERTIES -> SHORTCUT TAB)
2) Add an execute command, to execute the second installation, it will look like:
Command: Execute Program
Target: %TempDir%\Install\Install.exe
Wait For Program to End Before Continuing: Checked
Advanced Tab - Set the Command to occur "After Installing"
3) Create an Operation to delete the files in the directory:
File Operation
Operation: Delete
Source: %TempDir%\Install\*.*
4) Remove the directory:
File Operation
Operation: Remove Directory
Source: %TempDir%\Install
5) Go to: SETTINGS -> UNINSTALL and uncheck the “Include and Uninstall Program” because you do not want an uninstall.
Try this out, it should work properly for you. If you have any problems feel free to contact me.
mark.
Comment