Quote:
Originally Posted by fabrieunko
Thank you very much for your help, I appreciate helping beginners like me. I have a last question about the executable Wemtool.exe where should I put it? next to my installer.ISS?
|
Put WemTool in the archive which you are compressing or you can add it as a file in the inno script and extract it via ExtractTemporaryFile (you will need to make sure that you tell Inno to extract it to {app} in the [Files] section and not {tmp}).