To manually create a self-extracting executable, I use IExpress which is built in to Windows (edit: its from the IE Adminstration Kit). I'm looking for a way to automate this using FinalBuilder, our builder of choice. Is there a way to do this? Maybe a batch script that can be run from FinalBuilder?
How to create a self extracting installer (exe) with FinalBuilder
3.2k Views Asked by invertigo At
1
There are 1 best solutions below
Related Questions in INSTALLATION
- Bundle Multiple Xamarin apps in one pkg installer
- install a R package from directory
- Can I automate auto-app installation on my Android device?
- Stop the installshield installation if a file is not found in vb.net
- GVM: Issue when installing GVM in Ubuntu 14.04
- Not able to format namenode in hadoop-2.6.0 multi node installation
- How to install SFML in ubuntu?
- how to install packages from pypi to anaconda?
- What is PREFIX IN make PREFIX=$HOME/usr/local/OpenBLAS?
- WiX installer - change the install path
- First time app run action depending on how app was installed (Android)
- First time app run action depending on how app was installed (iOS)
- Error while installing HBase on windows
- Produce both versions x32 and x64 under PyInstaller
- Python: Trouble with dill installation
Related Questions in SELF-EXTRACTING
- Providing self-extracting encrypted downloads from a web site
- Creating a selfextracting executable which will copy itself to temp directory on Windows and launch itself
- How to extract a Win32 Cabinet Self-Extractor without executing the extracted file then
- Editing .ini file in InstallShield self extracting exe
- Self-extracting script in sh shell
- Python write() not writing the full string
- Self-extracting EXE where command-line parameters are not compressed
- DotNetZip doesn't close the self extractor form until the post extraction run program closes
- Create self extracting archive with autorun on linux for windows platform
- RARSFX / ZipSFX - Passing a parameter to in-archive file
- Issue with spaces in 7zip self-extracting exe "extract to" folder name
- How can I programmatically identify a self extracting executable, and extract the contained files?
- How can I self-extract a binary resource (executable) using C++?
- Scripts executed by a WinRar self-extracting archive not behaving as expected
- SED file location is wrong when generate exe using IExpress.exe
Related Questions in FINALBUILDER
- Unmanaged Exports Error when Building Assembly with FinalBuilder
- How to stop Final Builder 8 from destroying the rc file using Delphi 10.2 Tokyo
- How to output some files from FinalBuilder to teamcity as artifacts
- How do I add the VCL framework to an existing Delphi project (or know if it's been added)
- How to delete to recycle bin in FinalBuilder
- How can I update a .properties file using FinalBuilder?
- Continuous Integration - Tests Categorization
- DunitX and FinalBuilder
- regex to replace the entire character in string
- How can I run an entire FinalBuilder script remotely?
- Access FinalBuilder variables from PowerShell code
- NUnit in Finalbuilder: How can I provide a path to nunit-console without the finalbuilder option
- SFTP action in FinalBuilder always gets disconnected
- Search for >$(bla)< and replace
- Final Builder action to change exe properties
Related Questions in IEXPRESS
- extracting python exe created via Iexpress getting ImportError: DLL load failed: The specified module could not be found. Error
- Getting IExpress to install to copy files to right location
- IExpress command line without using .SED file
- Self extracting installer using IExpress
- How do I handle multiple App.config files in my WIX Project?
- IExpress - Disable Compression
- Extracting ZIP file to absolute path
- SED file location is wrong when generate exe using IExpress.exe
- iExpress incompatibility with Windows 7, 32 bit?
- Iexpress set extraction path?
- Is there a way to change IExpress options after an executable is made?
- How would I install files from Github
- Simple self-extracting installer won't run a simple batch file
- Iexpress.exe Unable to open report file even when ran as administrator
- mkdir in batch file as admin
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I ended up going with 7zip's sfx feature, which you can get when you download the 7zip extras.
http://7zsfx.info/en/