You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
From installer.txt files we observed that
"7zSD.sfx,config.txt modules extracts archive to temp folder and then runs specified program and removes
temp files after program finishing."
We observed that one error displayed related to productName.msi file not found.
During investigation observed that extracted files at temp location is deleting immediately jus after extraction or just start of installation start. So ProductName.msi not found error displayed. Also observed main single installer EXE process terminated.
Might be possible due termination of Parent EXE, extracted files deleted immediately.
Can some how we modified the single installer EXE either 7zSD.sfx or config to wait the parent process / avoid to delete extracted files after the its child process finished.
Regards,
Saddam.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
From installer.txt files we observed that
"7zSD.sfx,config.txt modules extracts archive to temp folder and then runs specified program and removes
temp files after program finishing."
We observed that one error displayed related to productName.msi file not found.
During investigation observed that extracted files at temp location is deleting immediately jus after extraction or just start of installation start. So ProductName.msi not found error displayed. Also observed main single installer EXE process terminated.
Might be possible due termination of Parent EXE, extracted files deleted immediately.
Can some how we modified the single installer EXE either 7zSD.sfx or config to wait the parent process / avoid to delete extracted files after the its child process finished.
Regards,
Saddam.
The text was updated successfully, but these errors were encountered: