All Questions
3 questions
0
votes
0
answers
20
views
Automate running and unpacking SFX file with password using Python
I am currently trying to automate the extraction of an SFX file while using Python. Is there any way I can automate:
running the .exe
enter the password
retry if the password wasn't correct?
Thanks ...
1
vote
0
answers
311
views
create self-extracting archive (sfx exe) in-memory with python
I need to create a self-extracting archive exe file in-memory and upload it to GCS.
I know 7zip can do that but as far as I see, py7zr doesn't support SFX files.
Does someone know how to do that?
0
votes
1
answer
3k
views
Create a SFX archive using python
I am looking for some help with python script to create a Self Extracting Archive (SFX) an exe file which can be created by WinRar basically.
I would want to archive a folder with password ...