goreckm Posted September 9, 2004 Posted September 9, 2004 Hello. I think I may have found the answer to slipstream 6.0.2 into the 6.0.1 installer.First run the AdbeRdr602_distrib_enu.exe. go to the folder c:\windows\cache\adobe reader 6.0.2\enubig\ with dos command prompt.then run "msiexec /a "adobe reader 6.0.1.msi" TARGETDIR="c:\ar" TRANSFORMS="rdr602.mst"that should do it. when u run the install file in c:\ar it will be named adobe reader 6.0.1 and the setup will say it's installing that too. but when u start adobe reader, it'll show you what the real version is hope this helps, since i didn't see a solution for this problem here yet
RyanVM Posted September 10, 2004 Posted September 10, 2004 Hello. I think I may have found the answer to slipstream 6.0.2 into the 6.0.1 installer.First run the AdbeRdr602_distrib_enu.exe. go to the folder c:\windows\cache\adobe reader 6.0.2\enubig\ with dos command prompt.then run "msiexec /a "adobe reader 6.0.1.msi" TARGETDIR="c:\ar" TRANSFORMS="rdr602.mst"that should do it. when u run the install file in c:\ar it will be named adobe reader 6.0.1 and the setup will say it's installing that too. but when u start adobe reader, it'll show you what the real version is hope this helps, since i didn't see a solution for this problem here yetCongrats, I posted that one page back
goreckm Posted September 10, 2004 Posted September 10, 2004 bloody hell. oh well, that what i get for not reading all the posts exactly. i spent 2 hours figuring out that too!!
RyanVM Posted September 10, 2004 Posted September 10, 2004 bloody hell. oh well, that what i get for not reading all the posts exactly. i spent 2 hours figuring out that too!! Ouch
RyanVM Posted September 10, 2004 Posted September 10, 2004 OK, so far I've got my custom MSI file updated with the correct file versions/sizes (for some reason a lot of the 6.0.2 updated files weren't reflected in the file listing of the MSI), updated the MSI to say Acrobat Reader 6.0.2 instead of 6.0.1, added the registry entry which disables the EULA prompt on the first start of the program, and removed all of the shortcuts except for the main start menu item.I'm currently working on totally removing the PrintMe service from the installer (the shortcuts are gone, but removing the actual files requires a bit more finesse). I also want to see if I can have it not launch the wisptis program if possible - hopefully it will only require a little registry finagling. I think I'd also like to disable the splash screen.It's going to be a nice modified MSI when it's done 8).EDIT: PrintMe is completely gone now B)
RyanVM Posted September 10, 2004 Posted September 10, 2004 OK guys, pop quiz. What happens when I spend a night working on something and end up staying up way past my bed time? You guys benefit but of course! I present to you guys my unattended Adobe Reader 6.0.2 installer. It features the following:1.) 6.0.2 update completely integrated into the package2.) PrintMe addin completely removed from the package3.) Numerous registry tweaks, including: no splash screen, no EULA prompt, no ad bar, and more4.) Only one shortcut created on the start menu (none on desktop)5.) Switchless 7z self extractor (runs the embedded MSI file with the /qb switch)6.) 14.9MB vs 34.7MBWithout further ado, download from the link below (and if you link to it from outside of this forum, I will hunt you down).http://www.ryanvm.net/msfn/files/acroread602.exe (14.9MB)
RyanVM Posted September 10, 2004 Posted September 10, 2004 That's the one thing I haven't done yet. I don't have Journal Viewer installed in my VirtualPC environment, so wisptis.exe isn't even on there. I'll make that my next pet project.
evilvoice Posted September 10, 2004 Posted September 10, 2004 well, i know a lot of people posted a fix, and it does deal with registry keys...maybe looking through the msi at the reg keys and comparing to whats removed so adobe doesnt open wisptis will alleviate you having to install journal.
RyanVM Posted September 10, 2004 Posted September 10, 2004 well, i know a lot of people posted a fix, and it does deal with registry keys...maybe looking through the msi at the reg keys and comparing to whats removed so adobe doesnt open wisptis will alleviate you having to install journal.link me up to a thread where someone posted the fix and I'll add it
evilvoice Posted September 10, 2004 Posted September 10, 2004 http://www.msfn.org/board/index.php?showto...899&hl=wisptis#but, in executing this reg fix, it will break journal viewer...so what im thinking is maybe you can look at what reg settings the msi imports on install, and compare to the list in the wisptis fix, and if you see corresponding keys, delete them...
Astalavista Posted September 10, 2004 Posted September 10, 2004 OK guys, pop quiz. What happens when I spend a night working on something and end up staying up way past my bed time? You guys benefit but of course! I present to you guys my unattended Adobe Reader 6.0.2 installer. It features the following:1.) 6.0.2 update completely integrated into the package2.) PrintMe addin completely removed from the package3.) Numerous registry tweaks, including: no splash screen, no EULA prompt, no ad bar, and more4.) Only one shortcut created on the start menu (none on desktop)5.) Switchless 7z self extractor (runs the embedded MSI file with the /qb switch)6.) 14.9MB vs 34.7MBWithout further ado, download from the link below (and if you link to it from outside of this forum, I will hunt you down).http://www.ryanvm.net/msfn/acroread602.exe (14.9MB)so basically i just drop this into my runonceex.cmdand it will silently install right?reg add %Key%\010 /VE /D "Adobe Acrobat 6" /freg add %Key%\010 /V 1 /D "%CDROM%\Software\Adobe\acroread602.exe" /f
RyanVM Posted September 10, 2004 Posted September 10, 2004 OK guys, pop quiz. What happens when I spend a night working on something and end up staying up way past my bed time? You guys benefit but of course! I present to you guys my unattended Adobe Reader 6.0.2 installer. It features the following:1.) 6.0.2 update completely integrated into the package2.) PrintMe addin completely removed from the package3.) Numerous registry tweaks, including: no splash screen, no EULA prompt, no ad bar, and more4.) Only one shortcut created on the start menu (none on desktop)5.) Switchless 7z self extractor (runs the embedded MSI file with the /qb switch)6.) 14.9MB vs 34.7MBWithout further ado, download from the link below (and if you link to it from outside of this forum, I will hunt you down).http://www.ryanvm.net/msfn/acroread602.exe (14.9MB)so basically i just drop this into my runonceex.cmdand it will silently install right?reg add %Key%\010 /VE /D "Adobe Acrobat 6" /freg add %Key%\010 /V 1 /D "%CDROM%\Software\Adobe\acroread602.exe" /f correct (I have no idea what the /f is, but I assume it's part of the reg key adding process)
Astalavista Posted September 10, 2004 Posted September 10, 2004 ran it throught vm works ok but a screen pops up. not fully silent.similar to nero dialog box
RyanVM Posted September 10, 2004 Posted September 10, 2004 ran it throught vm works ok but a screen pops up. not fully silent.similar to nero dialog boxYes, 7-zip installers always show the extraction dialog. As far as I know, there's no way around it.And I already said I used the /qb switch for the MSI part. If it really bothers you, you could always repack it yourself with the /qn switch.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now