vohinhlangtu Posted March 20, 2004 Posted March 20, 2004 What about Arcobat Reader 5.05 ???, pls help me setup in unattended mode
Bilou_Gateux Posted March 20, 2004 Posted March 20, 2004 Adobe Support Knowledgebase Document 322064Using a Setup.iss File for a Silent Installation of Acrobat Reader in WindowsThis record provides instructions on how to record a Setup.iss script, which you can use for a silent installation of Adobe Acrobat Reader. (A silent installation means the installer displays no interface, and all options are preselected.) Once you've recorded the Setup.iss script, you can use it in conjunction with the Acrobat Reader installer to install in 32-bit Windows operating systems (for example, Windows 98, Windows NT 4.0).For large-scale enterprise deployment of Acrobat Reader, use the Acrobat Enterprise Installation Tool, available from Adobe's Web site at www.adobe.com/support/downloads/main.html. Note: The Abcpy.ini file (Adobe blind copy initialization file), which enables you to customize the Acrobat Reader installer, isn't needed for these instructions. This record doesn't include instructions on how to use the Abcpy.ini file, display dialog boxes during a silent install, or access other installer applications. For information on using the Abcpy.ini file, see Related Records.Disclaimer: Adobe Systems Incorporated provides these instructions as a courtesy, because this information is not readily available elsewhere. These instructions were not tested by Adobe Engineering, and Adobe Technical Support cannot assist with the creation of a Setup.iss script or troubleshoot issues that arise from an improperly created Setup.iss script. Recording the Installation ProcessThe first step in creating the script for a silent installation is recording, or copying, the installation process you'll want to use for the silent installation:1. Choose Start > Run, then click Browse.2. Navigate to the Acroread folder on the Acrobat CD-ROM, select the Setup.exe file, and click Open. The pathname appears in the Run dialog box.3. Type a space after the path in the Run line, and then type -r. For example, the pathname could appear as "C:\Acroread\Setup.exe -r". Click OK. 4. Follow the on-screen instructions, selecting the options you want to use for any silent installations, such as the location of the Acrobat Reader program files. The installer creates a Setup.iss file in the Windows folder.Using the Script Once you've got the Setup.iss script file that contains the recorded installation options, you can run the Acrobat installer with the script from any other computer:1. Copy the Setup.iss file into the same folder as the Acrobat Reader installer. (If your installer is on a CD, you will have to copy the folder with the installer to your hard drive.)2. Choose Start > Run, then click Browse.3. Select the Setup.exe file for Acrobat Reader, and click Open. The pathname appears in the Run dialog box.4. Type a space after the path in the Run line, and then type -s. For example, the pathname could appear as "C:\Windows\Desktop\Setup.exe -s". Click OK. The installer installs Acrobat Reader using the options you selected while creating the Setup.iss file. You won't have to select any installation options and the installer won't display any dialog boxes indicating its progress.
vohinhlangtu Posted March 21, 2004 Author Posted March 21, 2004 tks for your kindly instruction but it doesn't work with Acrobat505. Although I put the setup.iss on the same with Setup.exe & run command setup.exe -s but nothing happened
Bilou_Gateux Posted March 22, 2004 Posted March 22, 2004 OK, i have found an old version of Adobe Acrobat Reader v5.05 on my hard drive.1st : if you have an self extracting installer rp505enu.exe, you must extract it somewhere on your hard drive like c:\install\adberdr5search a file abcpy.ini in this directory.edit and replace with;***************************************************************;Adobe Installer External Configuration File: Abcpy.ini;***************************************************************;***************************************************************;Main Section;The (Product) key is a required key;***************************************************************[MAIN]Product=Acrobat Reader 5.0;***************************************************************;OEM Installation Options;***************************************************************[OEM Install]SetupTitle=SetupCaptionBarTitle=DisplayWelcomeDlg=NODisplayEULA=NODisplayTypeOfInstallDlg=NODisplaySelectDestDirDlg=NODisplayCustomDlg=NODisplayUserInfoDlg=NODisplayConfirmRegDlg=NODisplayStartCopyDlg=NODisplayFinishDlg=NODisplayFinalMessage=NODisplayRebootDlg=NODisplayMaintUIDlg=NOProgGroupName=DefaultDestDir=OverrideDestinationPath=NOUserName=UserCompanyName=UserSerialNumber=DisplayBackGround=NODisplayProgressBar=ProgressBarStart=ProgressBarEnd=CloseRunningApps=NOInstallModeSilent=YESUninstallCombineVersions=YESUninstallPreviousVersions=YESUninstallModeSilent=NOPDFOutputFolder=;***************************************************************;**** Program Files BlindCopy;***************************************************************[ReaderBlindCopy]NumberOfGroups=1Group1Platform=AllGroup1Language=All;--Requirement ObjectsGroup1NumberOfRequirements=Group1Requirement1=Group1RegEditFile=;--File ObjectsGroup1NumberOfFiles=Group1DestDir=Group1Loc=Group1FileName1=Group1File1ExpandType=Group1FileName2=Group1File2ExpandType=DateWithSubDir;--Shortcut ObjectsGroup1NumberOfIcons=Group1Icon1Style=Group1Icon1Folder=Group1Icon1SubFolder=Group1Icon1Exe=Group1Icon1ExeSubDir=Group1Icon1Description=Group1Icon1Number=Group1Icon2Style=Group1Icon2Folder=Group1Icon2SubFolder=Group1Icon2Exe=Group1Icon2ExeSubDir=Group1Icon2Description=Group1Icon2Number=Group1Icon2App=Group1Icon2AppLoc=;--Registry ObjectsGroup1NumberOfRegEntries=2Group1RegEntry1Platform=ALLGroup1RegEntry1ParentKey=HKEY_CURRENT_USERGroup1RegEntry1Key=Software\Adobe\Acrobat Reader\5.0\AdobeViewerGroup1RegEntry1ValueName=TrustedModeGroup1RegEntry1ValueType=NUMBERGroup1RegEntry1ValueData=1Group1RegEntry2Platform=ALLGroup1RegEntry2ParentKey=HKEY_LOCAL_MACHINEGroup1RegEntry2Key=Software\Adobe\Acrobat Reader\5.0\AdobeViewerGroup1RegEntry2ValueName=TrustedModeGroup1RegEntry2ValueType=NUMBERGroup1RegEntry2ValueData=1;--INI ObjectsGroup1NumberOfIniEntries=Group1IniEntry1Platform=Group1IniEntry1FileLoc=Group1IniEntry1FileName=Group1IniEntry1Section=Group1IniEntry1Key=Group1IniEntry1Value=;--Launch Objects[Launches]NumberOfLaunches=Launch1Platform=Launch1Language=Launch1Type=Launch1Program=Launch1CmdLine=Launch1ChangeDir=Launch1Wait=The most important section is [OEM Install]I believe the other sections doesn't differ from the original abcpy.iniMore details at this URLhttp://www.bris.ac.uk/is/services/computer...bcpydoc.ini.txtGood luck !
vohinhlangtu Posted March 23, 2004 Author Posted March 23, 2004 Dear Bilou_Gateux,Thank you verymuch, your guide is very excellent. . Everything is OK
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now