Few days back I asked a similar question.
I have an application that is using WiX (Windows Installer XML)
as a package manager to create a .exe
file with some supporting files (folders and .dlls
). Double clicking this .exe
will extract into a new folder and Setup.exe
will run from that location. I just wanted to know if I can get the parameters for this .exe
and also of Setup.exe
so that I can create a batch file to install the complete application silently.