How to build the setup similar to microsoft\'s dotnet 3.5 which is SFX self executing setup. So which will have the company information, and version info, etc of the project\'s setup.exe into the fin
I am trying to create a self extracting exe. Creating it is no problem. Where I am facing problems开发者_如何学运维 is
I\'ve created my self extracting .exe file from 7zip command line using the 7z a -sfx <name.exe> <filelist...>
I have a problem. I have the service which is giving me .exe file which they claim is in fact zip archive. A self-extracting archive.
i have created an installer using nsis and a data file included, i m开发者_如何学运维 trying to create a self auto extractor containing both of those files via linux so that they would run on windows(
For a coursework, I have to analyse a malware. It is a .EXE Win32 Cabinet Self-extractor file. (that\'s how windows see it, it actually start with 4D 5A 00 03 Hex).
The web site I\'m working on currently provides an option for the user to download their data in an encrypted zip file.Standard zip file encryption is nearly worthless (so I\'ve read), so I\'m looking
I\'m trying to generate a self extracting script using the method discussed here: http://www.linuxjournal.com/node/1005818
Any ideas how to pack ClickOnc开发者_开发技巧e online installation filetree in a single .exe file for installing offline? I know it\'s not designed for this purpose, but using Windows Installer is NOT
开发者_开发知识库I need help creating a self extracting zip file that does not display anything. I just need it to extract the files to a given place in the background. Everything I have found display