This post has been edited by maniaq: 22 August 2005 - 11:42 AM
Adobe Acrobat Reader 7 Lite - 5 MB Only! Fully Silent and Tweaked
#102
Posted 18 August 2005 - 07:43 AM
bONeS
#103
Posted 18 August 2005 - 02:09 PM
maniaq, on Aug 18 2005, 11:37 AM, said:
<{POST_SNAPBACK}>
Yes, I know. I've intentionally removed this file, because this is very common DLL installed by many applications like MS Office 2003 or Symantec Antivirus 10. If you have an application on your unattended CD that installs this Visual C++ DLL (like me) there is no need to duplicate it here. So, this is up to you to include it or not.
This post has been edited by Vid0: 18 August 2005 - 02:13 PM
#104
Posted 18 August 2005 - 03:14 PM
maniaq, on Aug 18 2005, 04:27 PM, said:
But for my Unattended Windows XP CD I'll not use this version, because, as I said, the missing file is installed by another application and there is no need to duplicate it twice.
#105
Posted 18 August 2005 - 03:24 PM
You two competing (ish) to create a smaller installer. Only benefits us guys more. By allowing a smaller overall UACD size
Thanx
#106
Posted 18 August 2005 - 04:50 PM
BTW, I noticed in the Prototype of Slimmed AR, the association with PDFs isn't ok, did you correct that guyz!
I mean when you are gonna to open PDF, there will be the (Open WIth Window) and that doesn't look good for some newbies who doesn't know a thing! LOL
Also what if I tell ya that I need the Desktop Icon? (oh yeah seems strange, but I'de like when I show the Desktop of the my UAXPSP2CD to some friends, all the useful softwares icons are on the Desktop
#107
Posted 19 August 2005 - 12:49 AM
Vid0, on Aug 19 2005, 12:14 AM, said:
maniaq, on Aug 18 2005, 04:27 PM, said:
But for my Unattended Windows XP CD I'll not use this version, because, as I said, the missing file is installed by another application and there is no need to duplicate it twice.
<{POST_SNAPBACK}>
#108
Posted 19 August 2005 - 02:04 AM
btw i use 7zip 4.26 version with ultra compression
p.s. the reason i'm asking is because i have an idea of creating AR even smaller, about 2MB smaller not compressed installed, so when i compress it should be about 5.7MB or something like that....
edited:
your's extracted installer size (21.9MB)
mine extracted installer size (19.7MB)
and all files are included also and msvcp71.dll, the main difference is the ar703.msi file (yours 2.56MB , mine only 388KB) so now i would want to know how to compress them.tnx
This post has been edited by maniaq: 19 August 2005 - 07:04 AM
#109
Posted 19 August 2005 - 07:34 AM
maniaq, on Aug 19 2005, 11:04 AM, said:
- I've made smaller SFX module 7zSD_AR.sfx (based on 7z 4.26b 7zSD.sfx) sized only 42002 bytes (attached to this post).
- Smaller configuration script...
;!@Install@!UTF-8! RunProgram="msistub AR703.msi /qb-!" ;!@InstallEnd@!
- ...based on smaller installer stub msistub.exe (only 2560 bytes). It has a little different command line syntax compared to a popular StartX.exe (167936 bytes) , but does the same job in this case.
- Archive is packed with 7z 4.26b and specially tweaked packing options to achieve better compression for this set of files. 7z command line looks like this:
7za.exe a -r -t7z -m0=BCJ2 -m1=LZMA:d24:fb255:a2:lc7:mf=bt3 -m2=LZMA:d19:fb128:a2:lc0:lp2:mf=bt3 -m3=LZMA:d19:fb128:a2:lc0:lp2:mf=bt3 -mb0:1 -mb0s1:2 -mb0s2:3 AR703.7z
- I have no time to tweak installer script ar703.msi. I’ve only made basic changes with Orca. There are a lot of useless options inside the script, and it definitely must be tweaked. I'd like to see your version of the script (Hope it’ll work as good as full version).

Attached File(s)
-
arstub.rar (39.43K)
Number of downloads: 90
#110
Posted 19 August 2005 - 07:35 AM
Vid0, on Aug 19 2005, 04:34 PM, said:
maniaq, on Aug 19 2005, 11:04 AM, said:
- I've made smaller SFX module 7zSD_AR.sfx (based on 7z 4.26b 7zSD.sfx) sized only 42002 bytes (attached to this post).
- Smaller configuration script...
;!@Install@!UTF-8! RunProgram="msistub AR703.msi /qb-!" ;!@InstallEnd@!
- ...based on smaller installer stub msistub.exe (only 2560 bytes). It has a little different command line syntax compared to a popular StartX.exe (167936 bytes) , but does the same job in this case.
- Archive is packed with 7z 4.26b and specially tweaked packing options to achieve better compression for this set of files. 7z command line looks like this:
7za.exe a -r -t7z -m0=BCJ2 -m1=LZMA:d24:fb255:a2:lc7:mf=bt3 -m2=LZMA:d19:fb128:a2:lc0:lp2:mf=bt3 -m3=LZMA:d19:fb128:a2:lc0:lp2:mf=bt3 -mb0:1 -mb0s1:2 -mb0s2:3 AR703.7z
- I have no time to tweak installer script ar703.msi. I’ve only made basic changes with Orca. There are a lot of useless options inside the script, and it definitely must be tweaked. I'd like to see your version of the script (Hope it’ll work as good as full version).

ok, i will upload my ar703.msi and the script file....yu can check if it is allright, because i don't know wery well the scripting(i use installshield adminsutio Editor for editing msi files)
This post has been edited by maniaq: 19 August 2005 - 07:38 AM
#112
Posted 19 August 2005 - 07:56 AM
maniaq, on Aug 19 2005, 04:43 PM, said:
Is this script a installshield adminsutio "Open / Save As" version of the bigger one, or it's based on some other method?
#114
Posted 19 August 2005 - 08:02 AM
Vid0, on Aug 19 2005, 04:56 PM, said:
maniaq, on Aug 19 2005, 04:43 PM, said:
Is this script a installshield adminsutio "Open / Save As" version of the bigger one,
<{POST_SNAPBACK}>
yes, if i understanded yu what are yu asking
#115
Posted 19 August 2005 - 08:04 AM
Vid0, on Aug 19 2005, 04:34 PM, said:
7za.exe a -r -t7z -m0=BCJ2 -m1=LZMA:d24:fb255:a2:lc7:mf=bt3 -m2=LZMA:d19:fb128:a2:lc0:lp2:mf=bt3 -m3=LZMA:d19:fb128:a2:lc0:lp2:mf=bt3 -mb0:1 -mb0s1:2 -mb0s2:3 AR703.7z
where do i need put this line, and how do i run this, should i run it from a batch file or what
#116
Posted 19 August 2005 - 08:11 AM
maniaq, on Aug 19 2005, 05:02 PM, said:
Taigi ir klausiu, ar tas tavo skriptas tiesiog maniskio konvertuota versija su InstallShield AdminStudio pagalba, ar ji sukurei kokiu kitu budu. Tiesiog neturiu po ranka to InstalShield'o ir negaliu pabandyt. Orca skripto neoptimizuoja, priesingai - po kiekvieno pataisymo jis tik puciasi... Manau, kad konvertavai, nes panasios klaidos matosi ir tavo versijoj ;-)
(Sorry - technical details...)
maniaq, on Aug 19 2005, 05:04 PM, said:
<{POST_SNAPBACK}>
Yes, you can run it from a batch file. 7za.exe & batch file must be in the PATH.
This post has been edited by Vid0: 19 August 2005 - 08:17 AM
#117
Posted 19 August 2005 - 08:16 AM
Vid0, on Aug 19 2005, 05:11 PM, said:
maniaq, on Aug 19 2005, 05:02 PM, said:
Taigi ir klausiu, ar tas tavo skriptas tiesiog maniskio konvertuota versija su InstallShield AdminStudio pagalba, ar ji sukurei kokiu kitu budu. Tiesiog neturiu po ranka to InstalShield'o ir negaliu pabandyt. Orca skripto neoptimizuoja, priesingai - po kiekvieno pataisymo jis tik puciasi... Manau, kad konvertavai, nes panasios klaidos matosi ir tavo versijoj ;-)
(Sorry - technical details...)
<{POST_SNAPBACK}>
jau aiskiau, ne ash nekonvertavau tawo versijos, tik naudojausi ja kurdamas nauja....beje registrus ir kelis dar kazkokius id numerius ar kazkas panasaus pasivogiau ish tawes, nes man nerodydavo ant pdf failo paveiksliuko
p.s. i have created a batch file with the code inside, and putted the file also with the 7za.exe file into the AR directory, runned the batch file, then it finished, but there were also those two files inside the archive how do i exclude them from beeing putten in the archive?
This post has been edited by maniaq: 19 August 2005 - 08:48 AM
#118
Posted 19 August 2005 - 11:46 AM
btw maybe yu are interested in creating an office installer, i have started a topic where i explained how to so in herewhat do yu think of that?
This post has been edited by maniaq: 21 August 2005 - 09:53 AM
#119
Posted 21 August 2005 - 09:51 AM
This post has been edited by maniaq: 22 August 2005 - 11:42 AM
#120
Posted 22 August 2005 - 06:27 PM
Works great on most of repacked drivers installers ... managed to shave off 100-200K per pack ...
- ← Silently install inf without CD prompt
- Application Installs
- [Update] CCleaner Slim V2.25.1050 [26/11/09] →



Help


Back to top








