Run .bat file automatically after msi installation in Wix -


i need run .bat file after .msi installation in wix. have created .msi wix setup project.

in .bat file, have written scripts edit etc/hosts files , install fonts windows machine per application need.

please me resolve issue. thanks.

it's possible run .bat that's things set java classpath , launch java application. not make additional changes machine.

there several issues design.

1) ui sequence shouldn't run elevated permissions .bat won't have rights things want do

2) changes being made outside of installation transaction there's no support rollback or uninstall

3) changes being made script has no support logging or error handling. it'll fragile.

4) because changes aren't expressed in windows intaller tables loose expressiveness , transformability msi provides.

the .bat should refactored , eliminated. "how xyz?" questions each thing (install font, modify file...) should each own stackoverflow question.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -