I'm new to advance installer, I am trying to add a custom action to an exe file. The output MSI file throws the following error during installation
The same exe file if I try to run on a command prompt it works fine.There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor.
Code: Select all
abc.exe install filename.dll -codebase
Below is the procedure I followed to setup custom action
- File Path: APPDIR\abc.exe
Command Line - install "[APPDIR]\filename.dll" -codebase
Working Directory - APPDIR
,Installed files
too but ended up with the same result.New Custom actions
Please let me know where I might be going wrong, Ig you need I can send a sample project.
PS: Since the autoregistration of COM dll failed, I'm following this way to register dll via exe file
http://www.advancedinstaller.com/forums ... 863#p83863