how to write custom action for autorun of msi file

parag's picture

how to write the custom action using wise packaging software
i want to write the custom action for autorun of .msi format file
please help

nandana's picture

If you want to install an

If you want to install an msi from other msi...
select "Install MSI from relative path" CA and fill up the detailes in install file box give only msi name and keep the msi in the same folder of calling msi. To uninstall use CA "Install msi from detination" use product code to withe condition "REMOVE=ALL".

This should help otherwise just ignore me...