Hi guys, I hope you can help me. Look, I have been trying to change it but I have not been able to do it. By default, when you export a project as "Web / Email executable" an .exe is created that when opened it is decompressed in the temporary folder, is there a way to change that path? if I want it to be unzipped "temporarily" but elsewhere
Announcement
Collapse
No announcement yet.
How to change the default path of the .exe?
Collapse
X
-
By design, temporary files should be replaced into the %TEMP% folder. Even if you publish to a folder first, and then build your extractor manually with WinRAR'sfx or WinZip SE, by default the files will still be decompressed into the temporary folder. If you have a compelling technical reason for this, you would need to find another tool to build a custom self extractor, which deletes the extracted files after the end of the execution of the monitored program, from a non-TEMP folder. To my knowledge, there is no undocumented option in AutoPlay Media Studio to override the default behavior.
Ulrich
- Likes 1
-
Originally posted by Ulrich View PostBy design, temporary files should be replaced into the %TEMP% folder. Even if you publish to a folder first, and then build your extractor manually with WinRAR'sfx or WinZip SE, by default the files will still be decompressed into the temporary folder. If you have a compelling technical reason for this, you would need to find another tool to build a custom self extractor, which deletes the extracted files after the end of the execution of the monitored program, from a non-TEMP folder. To my knowledge, there is no undocumented option in AutoPlay Media Studio to override the default behavior.
Ulrich
Comment
Comment