Hello,
i need to create a compress zip executable .exe for windows from mac.
The file .exe its a autoextracting archive that lunch one application.
The .exe should be executed only on windows platform. I would like create it on mac.
Now on windows, I use winrar to do it with the command:
ztestSFX.txt
setup=%appdata%\Luncher.exe
path="%appdata%\test\"
silent=1
Overwrite=1
WinRar a caso5051-2 caso5051-2 -sfx -iiconeye2.ico -ztestSFX.txt
i need to create a compress zip executable .exe for windows from mac.
The file .exe its a autoextracting archive that lunch one application.
The .exe should be executed only on windows platform. I would like create it on mac.
Now on windows, I use winrar to do it with the command:
ztestSFX.txt
setup=%appdata%\Luncher.exe
path="%appdata%\test\"
silent=1
Overwrite=1
WinRar a caso5051-2 caso5051-2 -sfx -iiconeye2.ico -ztestSFX.txt