May 14, 200521 yr I am trying to make the unattended acrobate installation. I have Corporation version. I used 7zip i have tried it is not working I don't know why. Can you help me?
May 14, 200521 yr 1. if u used the search u would have found the thread dedicated to Adobe Acrobat Pro2. you would have found the compressing 7zip doesn't save u any space maybe a couple of kb. not much in my opinion.3. u can use a simple bat file
May 14, 200521 yr Yes, I do have corporation but I need only to know how to config the 7zip file since it is not installing with config above I mentioned. Thank you
July 7, 200521 yr i have a question. I'm trying to make a zip self extracting file; however I'm not using it to actually install a program, but rather just extract multiple zip files into different files. The reason i don't leave them as they are (because the batch file works just fine when ran by itself) is to try and save some space on my cd. So with that said here is my batch file and my config.text file if anyone can help i would much appreciate it.Batch File:color 0A@echo offSetLocal enableextensionsCLSEcho.set fav=%~dp07za.exe x -y -aoa %fav%\Favs.7z -o"%USERPROFILE%\Favorites"7za.exe x -y -aoa %fav%\EBooks.7z -o"%USERPROFILE%\My Documents\My E-Books"7za.exe x -y -aoa %fav%\pics.7z -o"%USERPROFILE%\My Documents\My Pictures"7za.exe x -y -aoa %fav%\Prog.7z -o"%ProgramFiles%"7za.exe x -y -aoa %fav%\Wallpaper.7z -o"%Systmeroot%"7za.exe x -y -aoa %fav%\Resources.7z -o"%Systmeroot%"EndLocalGoTo :EOF:EOFEXITConfig.txt:;!@Install@!UTF-8!RunProgram="favs.cmd";!@InstallEnd@!
July 14, 200521 yr ** no one have a suggestion **oh well i'll just do it a different way and play around with it until i figure it outs
July 20, 200521 yr Thank you. With this as my guide I was able to make a fantastic SFX of my entire Macromedia collection... Around 146MB for Dreamweaver, Flash, Fireworks and the Flash Video Exporter. [EDIT]Oh, as a sidenote... Everybody now really HAS to use RyanVM's 7zS file (oh, poor us ) because as was said there is now more 7zS file included in the 7-zip distribution. Edited July 20, 200521 yr by galvanocentric
July 22, 200521 yr Oh, as a sidenote... Everybody now really HAS to use RyanVM's 7zS file (oh, poor us ) because as was said there is now more 7zS file included in the 7-zip distribution.Does anyone know why they stopped inc. 7zS in the 7-Zip distro?
July 23, 200521 yr Oh, as a sidenote... Everybody now really HAS to use RyanVM's 7zS file (oh, poor us ) because as was said there is now more 7zS file included in the 7-zip distribution.Does anyone know why they stopped inc. 7zS in the 7-Zip distro?<{POST_SNAPBACK}>It is an extra now. Not everyone needs it, and its purpose is pretty specialized. Cuts down on the size of the installer, and people who want the new one, can just download the extras pack.
July 23, 200521 yr Where do i have to put startx.exe? Should I use this command?copy /b 7zs.sfx + config.txt + (whatever the archive name).7z (Installer_Name).exe startx.exeOr should i pack it with the install files?grtzEDIT: Ow, I didn't saw this topic has more than 1 page... found the solution:Copy all the installation files? I assumed you were referring to any files required to install the application we are trying to package. If I am using .msi I must include StartX.exe in the folder with the installation files. (Success)Maybe someone should add that to the guideI really love the guide, and when this is added, it would be perfect Edited July 23, 200521 yr by maybeme
July 25, 200521 yr Well... I'll bump this up since I think it's a great guide and should be easy to find.By the way... I just made an installer for PhotoshopCS using this method (after finding the 7zS.sfx from the extras package) and also by using the built in SFX method in WinRAR. For some reason, my WinRAR SFX came out at 160,357KB and the 7-zip SFX came out at 160,752KB (both set to Ultra Compression). Strange, no? It reminds me of a simple compression algorithm that we had to make for one of my computer science classes. My friend's "compression" algorithm would actually make the output files smaller if the originals were under 50bytes...
July 27, 200521 yr hey how do i import registries to the install?could i do this?copy /b 7zs.sfx + registrytweaks.reg + config.txt + (whatever the archive name).7z (Installer_Name).exe Edited July 27, 200521 yr by maniaq
July 30, 200521 yr It's a real pain in the neck to have to edit a 7zip file with reshack, do some scripting, and write some .cmd files just to make a silent installer, when the ability is already built into Winrar. I mean who really cares about a few kb or a few megs? Doesn't anyone use a dvd-rw for their unattended?Is there a reason for using 7zip over Winrar other than allegedly smaller installer size? I say "allegedly" cause I made 2 silent installers for Quicktime Alternative, 1 with 7zip and 1 with Winrar. The difference in size was a matter of a few kb, and it was alot easier and faster to make the Winrar silent installer. Edited July 30, 200521 yr by SyntaxError
July 30, 200521 yr I guess it is a matter of preference. I have used both WinRAR and 7ZIP and I prefer the 7ZIP method. I find it more flexible.Use what you are comfortable with.
August 9, 200521 yr hey how do i import registries to the install?could i do this?copy /b 7zs.sfx + registrytweaks.reg + config.txt + (whatever the archive name).7z (Installer_Name).exe<{POST_SNAPBACK}>I don't think that would work. Just make another regfile and putt it in runonexgrtzPS: Can a moderator please make this thread a sticky?
Create an account or sign in to comment