notes 1 - 1 of 1:
2005-10-20
MSI wrapper for EXE
Install Orca.msi from MS Platform SDK.
Open Orca, new file.
Add tables:
Binary - add row, Name 'CustomExe', Import the executable.
CustomAction - add row, Action 'CustomAction', Type 2, Source 'CustomExe'.
(if you need to provide command line parameters, enter them in Target field)
InstallExecuteSequence - add row, Action 'CustomAction', Sequence 1000 - for silent install.
InstallUISequence - add row, Action 'CustomAction', Sequence 1000 - for normal install.



