Post-Install MSI and Bat File
I need to create a post-install task with an MSI. When I opened the folder with the MSI it had a TXT file that stated:
Unattended/Silent Install/uninstall method:
1. Copy the .bat and Collage_Win_3.2.0.2563.msi in the same folder.
2. Right click .bat file file and run as administrator.
How can I create a post-install task that includes the bat file and msi file to be able to install the software?
Answers (1)
Top Answer
You need an application type, of post install task.
ZIP your payloads and in the command line summon the BAT file.
You can have folders, but make sure that whatever triggers the show, is in the ROOT of the Zipped file, not in a folder.