Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Adobe Reader 6.02 silent install

Featured Replies

Good work RyanVM.

The unattended Adobe Reader 6.0.2 installer is very well. :)

I'm recreating this for the german version of Adobe Reader 6.0.2.

I have done the following steps at the moment:

1.) 6.0.2 update completely integrated into the package

2.) PrintMe addin completely removed from the package

3.) Numerous registry tweaks, including: no splash screen, no EULA prompt, no ad bar, and more

4.) Only one shortcut created on the start menu (none on desktop)

Now, I have a Problem with repacking of the files with 7-Zip.

I used the process which is explained in the .NET Framework 1.1 Service Pack integration Thread.

The Batch file creates a *.exe file, but when I'm executing it, I get an unknown error Message. :unsure:

Can you check my Batch file please?

The Batchfile:

MD adobereader602

XCOPY "CommonAppData" "adobereader602\CommonAppData" /q /i /s /e

XCOPY "program files" "adobereader602\program files" /q /i /s /e

XCOPY "System32" "adobereader602\System32" /q /i /s /e

COPY "Adobe Reader 6.0.2 - Deutsch.msi" "adobereader602\Adobe Reader 6.0.2 - Deutsch.msi"

COPY "StartX.exe" "adobereader602\StartX.exe"

CD adobereader602

..\7za.exe a "adobereader602.7z" -r -mx=7 -mfb=255 -md=48m *

CD..

COPY 7zS.sfx 7zSC.sfx

upx.exe 7zSC.sfx

ECHO ;!@Install@!UTF-8!>config.txt

ECHO RunProgram="StartX.exe /WAIT \"msiexec /i \"Adobe Reader 6.0.2 - Deutsch.msi\" /qb-!\"">>config.txt

ECHO ;!@InstallEnd@!>>config.txt

COPY /b 7zSC.sfx + config.txt + adobereader602.7z adobereader602.exe

DEL 7zSC.sfx

DEL config.txt

DEL adobereader602.7z

My File Tree:

CommonAppData
program files
System32
7za.exe
7zS.sfx
Adobe Reader 6.0.2 - Deutsch.msi
make.bat
StartX.exe
upx.exe

Thanks for reading.

Sorry, for my bad englisch

You've confirmed that the MSI works when called directly? Sounds like a corrupted MSI to me.

Yes, I can confirm this.

The MSI works perfect when called directly.

try renaming it to acrobat.msi and adjust config.txt accordingly. I'm wondering if StartX doesn't like two levels of quote marks.

I have tried to rename the MSI File to acrobat.msi and adjusted the config.txt.

Now, I get the same unknown error message.

I have tried to rename the MSI File to acrobat.msi and adjusted the config.txt.

Now, I get the same unknown error message.

When are you trying to install it?

When? What do you mean?

I have renamed the MSI, adjusted the config.txt and compressed the files with my batch file.

Now I started the created adobereader602.exe and get the Message Box:

Unknown Error

At one point in Windows setup are you trying to install it?

I Tried to install it on my current installed Windows, not at the Windows setup.

Is the error coming when the EXE tries to extract or when it tries to launch the MSI after extracting?

The error Message occurs when the EXE tries to extract.

My bet is that it doesn't like config.txt.

Try creating it in Notepad and be sure to save it as UTF-8.

EDIT: Heck, you can probably open the existing config.txt and just do a File...Save As to convert it.

I've got it ... nearly.

The problem was, That the 7-Zip command line utility created the adobereader602.7z archive in the adobereader602 folder. Thereby the adobereader602.7z were not combined with the 7zSC.sfx and config.txt into the adobereader602.exe.

I have changed the following lines:

...

CD adobereader602

..\7za.exe a "adobereader602.7z" -r -mx=7 -mfb=255 -md=48m *

CD..

...

COPY /b 7zSC.sfx + config.txt + adobereader602.7z adobereader602.exe

...

...

7za.exe a "adobereader602.7z" -r -mx=7 -mfb=255 -md=48m *

...

COPY /b 7zSC.sfx + config.txt + adobereader602.7z adobereader602.exe

...

Now I have a new problem. :unsure:

I get an error Message from the Windows Installer.

It says invalid Commadlineparameter (translated from german)

;!@Install@!UTF-8!

RunProgram="StartX.exe /WAIT \"msiexec /i Adobe Reader 6.0.2 - Deutsch.msi /qb-!\""

;!@InstallEnd@!

The error is not from the /qb-! switch.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.