IPB

Google Frontpage Forums Unattended CD/DVD Guide

> Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules

> [Release] Adobe Reader 9.0 Lite, available in 15 languages - new releases allow form filling
Shark007
post Dec 5 2006, 07:06 PM
Post #1


Repackaging Specialist
*********

Group: Banned
Posts: 3154
Joined: 7-January 04
From: Eastern Ontario
Member No.: 12065
OS: Windows 7 x64
Country Flag


This project has a new author, and a new home, http://www.msfn.org/board/index.php?showtopic=131086


shark

This post has been edited by Shark007: Mar 15 2009, 05:37 AM
Go to the top of the page
 
+Quote Post
24 Pages V  « < 19 20 21 22 23 > »   
Start new topic
Replies (400 - 419)
Annita
post Sep 4 2008, 06:42 AM
Post #401


Member
**

Group: Members
Posts: 107
Joined: 10-September 04
Member No.: 30609



Adobe Reader 9 in spanish is avilable here: http://www.adobe.com/es/products/acrobat/readstep2.html
Go to the top of the page
 
+Quote Post
Shark007
post Sep 4 2008, 07:25 AM
Post #402


Repackaging Specialist
*********

Group: Banned
Posts: 3154
Joined: 7-January 04
From: Eastern Ontario
Member No.: 12065
OS: Windows 7 x64
Country Flag


QUOTE (Annita @ Sep 4 2008, 08:42 AM) *
Adobe Reader 9 in spanish is avilable here: http://www.adobe.com/es/products/acrobat/readstep2.html

thanks for the information Annita.

Current available languages pending release in LITE versions:
chs
cht
dan
esp
ita
nld
nor
ptb
suo
sve
kor

Also, i will be updating all previously posted lite 9.0 versions to enable form filling.

No ETA for these releases is avaiable. I will try to have them ready early next week, this isnt a promise.
Having access to highspeed internet is rare for me and ultimately the reason these releases will take some time to get out.


shark

This post has been edited by Shark007: Sep 4 2008, 07:26 AM
Go to the top of the page
 
+Quote Post
Annita
post Sep 4 2008, 02:54 PM
Post #403


Member
**

Group: Members
Posts: 107
Joined: 10-September 04
Member No.: 30609



Ok Shark. Thnx and take your time...
Go to the top of the page
 
+Quote Post
enzogoy
post Sep 4 2008, 08:09 PM
Post #404





Group: Members
Posts: 2
Joined: 28-March 07
From: Australia
Member No.: 133003
Country Flag


Hi Shark007,

I used to download the acrobat reader from adobe and then modify or create a package (depends) for it. Then I use AD to push it out to all machines in our company. Is there a problem if I remove the current version (8.2) on our network and install your lite version 9? Of course the remove and install will be through AD.

Thank you very much.

enz
Go to the top of the page
 
+Quote Post
ajua
post Sep 5 2008, 12:24 AM
Post #405


Custom Installer Maker
******

Group: Members
Posts: 1223
Joined: 16-April 05
From: The chair in front of Cleopetra
Member No.: 52266
OS: Windows 7 x86
Country Flag


Thanks shark, waiting for the Spanish release here... thumbup.gif
Go to the top of the page
 
+Quote Post
Shark007
post Sep 5 2008, 08:16 AM
Post #406


Repackaging Specialist
*********

Group: Banned
Posts: 3154
Joined: 7-January 04
From: Eastern Ontario
Member No.: 12065
OS: Windows 7 x64
Country Flag


This is a HUGE project to maintain on my own. In fact, I'm stepping aside . . .
Therefore I'm posting a tutorial for those with some MSI editting skills to be able to keep up releases of thier own language(s).

I have prepared 15 new releases of 9.0 which I will make available soon,
BUT in the future I'd like to see others posting thier own work, in this thread for others to use.

Form Filling is functional in the new releases, AcroRead32Info.exe is removed with no errors in the event log (I hope)

______________________________ T U T O R I A L ________________________________
open the MSI in orca
headings.. edit/find .. type; 32info .. find next .. delete all instances found .. save

open the MSI with Installshield ..click upper TAB, Installation Designer
left column, click Setup Design
center column, expand ReaderProgramFiles .. delete, AUM, Updater
expand Plugins .. delete all instances of;
AcroSign, Annotations, Checkers, DigSig, DVA, ebook, HLS, IA32, PPKLite, ReadOutLoud, SendMail

LANGUAGE SPECIFIC ITEM
expand Plugins_UI_(language specific) .. click on Files
delete Checkers, DigSig, DVA, Hls, IA32, PPKLite, SendMail

LANGUAGE SPECIFIC ITEM
Chinese, Korean and Japanese versions have this extra step;
left column click Components, scroll center column to Resource_CIDFont_(laguage specific)
expand and click on Files, delete the files from the right column

expand Reader_Big_Features .. delete MultimediaPlugin, Atmosphere_3D, AdobeCommonLinguistics_Big
expand Accessibility_Plugins .. delete all instances of;
Accessibility, MakeAccessible, PDDom, SaveAsRTF

Left Column, click Shortcuts, under Program Menu, delete Adobe Reader 9 and PrintMe Internet Printing
Under Desktop, drag n drop the shortcut to Program Menu

Left Column click Registry, Import this registry file;
CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\Downtown]
"bDontShowAtLaunch"=dword:00000001
"bGoOnline"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\9.0\Downtown]
"bDontShowAtLaunch"=dword:00000001
"bGoOnline"=dword:00000000

Under HKLM, expand Software/Windows/CurrentVersion .. delete Run

Left Column click Property Manager .. change the following Values;
ADMIN_INSTALL - YES
ALLUSERS - 2
ENABLE_CACHE_FILES - NO
ENABLE_OPTIMIZATION - NO
EULA_ACCEPT - YES
LAUNCH_APP - 0
SUPPRESS_APP_LAUNCH - YES
SYNCHRONIZER - NO

Left Column click on Direct Editor, center column, highlight InstallExecuteSequence
right column click the word 'Action' to alphabetize the menu
delete AumRegister and AumUnregister

SAVE

Creating an AIP ...
create the directory, c:\temp
run this command in the MSI folder; msiexec /a AcroRead.msi targetdir=c:\temp /qb

The resulting files are ready for repackaging/redistribution

____________________________ E N D __________________________


good luck, shark

This post has been edited by Shark007: Sep 5 2008, 08:36 AM
Go to the top of the page
 
+Quote Post
TranceEnergy
post Sep 5 2008, 09:23 AM
Post #407


Friend of MSFN
*****

Group: Members
Posts: 941
Joined: 23-March 06
From: Quake Live
Member No.: 91607
OS: XP Pro x64
Country Flag


That's sad new sharky, perhaps you could try to at least release the big version releases, forgettin .xx releases and sticking to 10.x/11.x etc. Just a thought.

You going away on new job or something since you dont have time for it?

Alternatively i kinda like foxit pdf reader and pdf-x change viewer, both free pdf readers, working also as portable programs.
Go to the top of the page
 
+Quote Post
Shark007
post Sep 5 2008, 11:40 AM
Post #408


Repackaging Specialist
*********

Group: Banned
Posts: 3154
Joined: 7-January 04
From: Eastern Ontario
Member No.: 12065
OS: Windows 7 x64
Country Flag


QUOTE (TranceEnergy @ Sep 5 2008, 11:23 AM) *
You going away on new job or something since you dont have time for it?

My health is quite poor.
I'm a diabetic with constant high bloodpressure and I have had several heartattacks.


shark
Go to the top of the page
 
+Quote Post
TranceEnergy
post Sep 5 2008, 04:37 PM
Post #409


Friend of MSFN
*****

Group: Members
Posts: 941
Joined: 23-March 06
From: Quake Live
Member No.: 91607
OS: XP Pro x64
Country Flag


I'm sorry.

This doesnt sound like much, but I truly hope you can get better, I kind of dont know what to say...
I'm glad that you take the situation seriously, only way to get something done about it I guess.
Go to the top of the page
 
+Quote Post
Oisin
post Sep 5 2008, 06:19 PM
Post #410





Group: Members
Posts: 8
Joined: 30-September 07
Member No.: 156646
OS: XP Pro x64
Country Flag


QUOTE (Shark007 @ Sep 5 2008, 04:16 PM) *
This is a HUGE project to maintain on my own. In fact, I'm stepping aside . . .
Therefore I'm posting a tutorial for those with some MSI editting skills to be able to keep up releases of thier own language(s).

Hi Shark007, thank you very much for this tutorial! Take this step aside... and there will always be a place where you can just walk in and meet friends.
Go to the top of the page
 
+Quote Post
Kees030
post Sep 6 2008, 08:25 AM
Post #411


Newbie


Group: Members
Posts: 29
Joined: 31-January 07
Member No.: 124433
Country Flag


QUOTE (Shark007 @ Dec 6 2006, 03:06 AM) *
ALL 9.0 distributed EXE's accept MSI switches


Shark, thanks for making a Dutch version. Take good care of your health!

Does the quoted sentence mean I can integrate it with RVMi or nLite, just by adding the exe-file?
Go to the top of the page
 
+Quote Post
Shark007
post Sep 6 2008, 09:10 AM
Post #412


Repackaging Specialist
*********

Group: Banned
Posts: 3154
Joined: 7-January 04
From: Eastern Ontario
Member No.: 12065
OS: Windows 7 x64
Country Flag


QUOTE (Kees030 @ Sep 6 2008, 10:25 AM) *
QUOTE (Shark007 @ Dec 6 2006, 03:06 AM) *
ALL 9.0 distributed EXE's accept MSI switches


Shark, thanks for making a Dutch version. Take good care of your health!

Does the quoted sentence mean I can integrate it with RVMi or nLite, just by adding the exe-file?

It means that the installer doesn't default to unattended.
it does use MSI switches, example; ar9lite_xxx.exe /qb would install it unattendedly.


shark
Go to the top of the page
 
+Quote Post
Kees030
post Sep 6 2008, 09:22 AM
Post #413


Newbie


Group: Members
Posts: 29
Joined: 31-January 07
Member No.: 124433
Country Flag


Shark, Thanks for your quick reply. I'm sorry I still don't understand. What should I do to make it work like an addon?
Go to the top of the page
 
+Quote Post
Shark007
post Sep 6 2008, 06:49 PM
Post #414


Repackaging Specialist
*********

Group: Banned
Posts: 3154
Joined: 7-January 04
From: Eastern Ontario
Member No.: 12065
OS: Windows 7 x64
Country Flag


QUOTE (Kees030 @ Sep 6 2008, 11:22 AM) *
Shark, Thanks for your quick reply. I'm sorry I still don't understand. What should I do to make it work like an addon?

The usual procedure to perform an unattended installation using the developers distributed installer is to seek
a commandline switch that would perform the installation without any user interaction.

You're in luck, I am the developer. I stated that all MSI switches are accepted by my distributed installer.

For a complete listing of switches supported by the windows installer type; ar9lite_xxx,exe /?

Alternatively, MSI's can have developer designed switches specific to each MSI.
If you have the skills to look into the property table, usually those listed in ALLCAPS are also usable on the commandline as a switch.

oh yeah, you want an addon . . . try the nlite addon section


shark

This post has been edited by Shark007: Sep 6 2008, 06:51 PM
Go to the top of the page
 
+Quote Post
0d14r3
post Sep 6 2008, 09:29 PM
Post #415


Member
**

Group: Members
Posts: 194
Joined: 12-September 06
Member No.: 110058
Country Flag


Thanks for the Brazilian Portuguese language.

0d
Go to the top of the page
 
+Quote Post
ajua
post Sep 7 2008, 12:48 AM
Post #416


Custom Installer Maker
******

Group: Members
Posts: 1223
Joined: 16-April 05
From: The chair in front of Cleopetra
Member No.: 52266
OS: Windows 7 x86
Country Flag


I will make English and Spanish releases for future versions. I Will make them when a new version comes out.
If i have the time, maybe i can make them for other languages as well.

Thanks for the info Shark...

Take care and don't take things too seriously to maintain that pressure low.
Regards and good luck.
Go to the top of the page
 
+Quote Post
ZoneProject
post Sep 7 2008, 06:22 AM
Post #417





Group: Members
Posts: 2
Joined: 13-February 07
From: Nowhere
Member No.: 126548
OS: none
Country Flag


Thank you, Thanks, THNX... Crack.
Go to the top of the page
 
+Quote Post
ricktendo64
post Sep 7 2008, 10:40 AM
Post #418


Group: Banned Members
*******

Group: Members
Posts: 1643
Joined: 6-June 06
From: Honduras
Member No.: 98200
OS: Vista Ultimate x86
Country Flag


ty for the tutorial
Go to the top of the page
 
+Quote Post
Inferi0r
post Sep 7 2008, 11:10 AM
Post #419


Little dude
**

Group: Members
Posts: 180
Joined: 28-July 06
From: The Netherlands
Member No.: 106147
OS: XP Pro x86
Country Flag


Thanks for you work Shark. And success in your personal life
Go to the top of the page
 
+Quote Post
IJM
post Sep 7 2008, 01:33 PM
Post #420





Group: Members
Posts: 5
Joined: 14-July 08
Member No.: 200915
OS: XP Home
Country Flag


Shark007,

After release 1 of Acrobat 9 Lite, I commented that an item would be added to the event viewer everytime a PDF file was opened complaining about not finding AcroRd32info.exe.

Version 2 has corrected this problem!

Great work!
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

24 Pages V  « < 19 20 21 22 23 > » 
Closed TopicStart new topic
4 User(s) are reading this topic (4 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 24th November 2009 - 04:16 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy