Because of the size of OEM 2024, my current software distribution software can’t handle it. I have been using Winzip to create the zip file then using “Winzip self extractor” to create the .exe file for distribution. I like what Autodesk has since it quickly installs the program but I don’t have a clue how to purchase that. Any suggestion would be greatly apprecialted.
with AutoSTAGE we have been useing WinRAR for the last couple of years. This as a lot of configuration options and can be run from command line (like when integrating into an automated build tool, see here).
WinRar is easy to use if you get into the details of all the arguments and options.
I have not found any limitiations regarding file sizes.
The WinRAR suggestion is a great one. It compresses the files better than Winzip and by using the “SFX” tool, I was able to create a self extracting .exe file that automatically started up the setup.exe routine in the built install wizard.
We’ve been using 7-zip to compress our AutoCAD OEM install for some years now. We launch a full AutoCAD install if the user has a compatible full AutoCAD installed or offer the OEM if they don’t.
InstallShield is our tool of choice for our solution (both full and OEM versions) and if OEM is required, we launch the self extracting exe and then run the installer once it has unpacked.