ricktendo64, on Nov 22 2008, 10:14 PM, said:
I downloaded chm files and updated the cabs with them
What chm files? For what? Just curious...
ricktendo64, on Nov 22 2008, 10:14 PM, said:
I also removed all the non english languages and edited the MSI installers to remove any langs from the installer too using installshield
That could be scripted. Deleting files is trivial. Modifying a MSI installer is fairly simple too (using the OpenDatabase and OpenView methods of the WindowsInstaller.Installer object and simple SQL-like commands) Looks like just removing the files works though (saves 300-some MBs).
ricktendo64, on Nov 22 2008, 10:14 PM, said:
(also removed windows installer, dx redist and other misc stuff too)
I figured that was probably fairly easy to strip too (haven't actually looked yet though)
ricktendo64, on Nov 22 2008, 10:14 PM, said:
As for unattendedly making a WinRAR sfx I have never done it so anybody else know how to make a WinRAR sfx unattededly plz show us
The help file (winrar.chm) has the infos about all the switches. The commands are stored as comments (added using command c, and loaded from a file using the -z switch, as the help file suggests)
Edit: BTW, you don't need a large and fancy thinstalled unpacker just for a standard 7zip sfx. Just "7z.exe x Nero-9.x.x.x.exe -oc:\some\path\" will do... That's trivial to script too.
This post has been edited by crahak: 22 November 2008 - 11:25 PM