Hi,
I need to create an MSI for silent installation.
my requirements:
1. add to the package only one EXE file
2. The EXE file will auto run after install.
3. The entire process should be silent without user interaction.
4. The EXE file should be extracted to the same directory from where the MSI was started.
Current situation:
1. If 'Install Parameters > Limit to basic....' is not enabled, a wizard will show with only one button 'Finish' that once pressed, the EXE is extracted and auto ran as required.
2. If 'Install Parameters > Limit to basic....' is enabled, no wizard will show but the EXE file is extracted to a directory call APPDIR and it won't autorun.
Thanks.