Hi Team,
First of all, thank you for all the responses you have been giving to my posts before in such quick pace! Have never seen such support elsewhere! Special thanks to Catalin!
Now coming to my problem, I have a Honeywell USB Driver that is provided only as a batch file and not as msi installer. This batch file when running separately via cmd prompt, opens up another cmd promt after few seconds and then runs some more batch files on the new window.
1. I have added that folder in my Temporary Folder (as it is not required post installation).
2. I have added a Launch File custom Action with the following settings
FileToLaunch: [#setup.bat]
Command Line: /silent /install /machine
Run As Administrator - Checked
Execution Time:
When the system is being modified (deferred)
Under Execution Options:
Wait For custom action to finish before proceeding - UNCHECKED
Wait For return code at the end of the sequence - CHECKED
This setup.bat uses multiple other bat files to perform its installations.
But the problem is when the batch file is started, immediately the installer goes to the FINISH page (thereby removing the temporary file) and I can see that the files don't exists error comes up on the cmd screen opened by the initial setup.bat file.
Can someone help me out on this?
Regards
Aswin Srinivasan