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
- INSTALL_FAILED_DUPLICATE_PERMISSION: Package
- How can i install pyaudio on MacOS
- Problem installing Manim on Windows 11. Error regarding the wrong "decorator" version
- 'No such file or directory' installing RTC-Tools through pip
- Install Postfix Mail Server
- Plugin with id 'com.android.application' not found in Github Winlator Project
- OSError: [WinError 5] Access is denied: 'c:\\python311\\scripts\\pip.exe' Consider using the `--user` option
- Installing the C compiler for LC3
- Why is installation of MySQL on my mac is always halted
- OS: Parrot OS (hashcat : Depends: libminizip1t64 but it is not installable)
- GROMACS 2024 with CP2K 9.1 BUILD
- After the installation process When the server is running, nothing is displayed on the page myddleware
- PHP php_mongodb.dll for 32bit
- A given package is installed but spyder won't see it
- I cant install libraries?
Related Questions in SELF-EXTRACTING
- Windows "Open with" a file with self-extracting CAB Win32
- How to create self-extracting archive in WPF C# with the DotNetZip library
- Python write() not writing the full string
- How to make a self-extracting package that can run a batch script as admin after the extracting?
- What script should I use to create a Self Extraction Directive in Innosetup?
- Prevent self extracting application entering sandbox mode on Windows 11
- How to find the name of script that is currently running in R?
- JUnit testcase to test a Map of Map containing class object
- DotNetZip doesn't close the self extractor form until the post extraction run program closes
- How to unzip Self Extracting Zip files in Azure Blob Storage?
- Able to extract only one page (~50 items) and not all data for a date from API of BSE using python code. Earlier I used to get all data for a date
- How to programmatically create a self extracting archive?
- SED file location is wrong when generate exe using IExpress.exe
- Scripts executed by a WinRar self-extracting archive not behaving as expected
- char extraction issue with ZipFile (System.IO.Compression), c# (WPF)
Related Questions in FINALBUILDER
- Random access violation with brcc32
- Relative "SourceCodeDirectory" project variable file path does not work on FinalBuilder
- Continua CI: How to ReUse Configuration? (DailyBuild + Release)
- How can I run an entire FinalBuilder script remotely?
- FinalBuilder History Log Columns
- "No testable files found." when trying to run NUnit though final builder
- Error "The expression ['$Agent.NUnit.3.0.Path$' exists] evaluated False" when trying to run NUnit from final builder?
- How to stop Final Builder 8 from destroying the rc file using Delphi 10.2 Tokyo
- How to execute a .exe file using PsExec in Finalbuilder
- XCopy folder with spaces in FinalBuilder
- DunitX and FinalBuilder
- Automise: how to keep cmd window open after executing?
- Resolve SVN Conflict
- FinalBuilder 7 compatibility with windows 10
- How to run multiple commands in a batch file?
Related Questions in IEXPRESS
- Windows "Open with" a file with self-extracting CAB Win32
- PowerShell based GUI form not loading ( Closing with a Flash) when called from Other PowerShell wrapper compiled in EXE through IExpress
- iexpress exe with arguments give command line option syntax error
- Error opening the IExpress Self Extraction Directive file
- How to pass relative path to strings in Self-Extraction Directive file?
- Using an exe file for IExpress
- How to auto make a shortcut in the start menu upon doing a exe
- Executing two files using IExpress
- How do you convert .bat to .exe?
- how to run batch file after installing all files (IExpress)
- Is there a way to change IExpress options after an executable is made?
- How would I install files from Github
- SED file location is wrong when generate exe using IExpress.exe
- Extracting ZIP file to absolute path
- Iexpress set extraction path?
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 # Hahtags
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/