Re: [WiX-users] Want to run a batfile which is bundled with msi

2009-11-24 Thread Blair
What does the batfile do? Is it self-registration (which shouldn't be done if there is any other way, since it tends to be unreliable) or is it configuration (which often can be more reliably performed on first-run)? -Original Message- From: MYFLEX [mailto:shrinuen...@gmail.com] Sent: Mon

Re: [WiX-users] Want to run a batfile which is bundled with msi

2009-11-24 Thread salever.lee
If the batch file is executed after install finalization, you can try . 2009-11-24 salever.lee 发件人: MYFLEX 发送时间: 2009-11-23 18:16:11 收件人: wix-users 抄送: 主题: [WiX-users] Want to run a batfile which is bundled with msi How to run a batch file which is bundled with the msi. Please gi