Many Thanks In Advance..
Adobe Photoshop Elements 4.0 Help With Silent Install
#1
Posted 03 November 2005 - 05:35 PM
Many Thanks In Advance..
#2
Posted 05 November 2005 - 07:09 PM
Adobe_Photoshop_Elements_4.0.au3 (1.48K)
Number of downloads: 1077
#4
Posted 12 November 2005 - 04:12 PM
This post has been edited by MageJubi: 12 November 2005 - 04:42 PM
#5
Posted 15 November 2005 - 08:32 AM
#6
Posted 16 November 2005 - 09:17 AM
Can someone tell me the complete solution for unatended installation of elements 4?
I tryes it with the Abcpy.ini and with all switches I know, but I can't find the solution for it.
PLEASE HELP ME!!!
#7
Posted 29 November 2005 - 07:16 PM
**EDIT**: I found a solution that seems to work. I copied the same Abcpy.ini from my photoshop CS 2 installation and just changed the serial. Then did the normal MSI install with the desired switches. Seemed to have worked!
**NOTE** If the machine has system restore off when trying to install, a warning shows up about windows media player (if using /qb switch, haven't tried with /qn). I haven't found a way to stop the pop up. If you have system restore on, no problems...
This post has been edited by JuMz: 29 November 2005 - 07:23 PM
#8
Posted 15 December 2005 - 05:00 PM
(setup.ini)
[Launch]
Count=1
Lang0=0009
Default=0009
EnableLangDlg=NO
CommandLine0=msiexec /i "Adobe Photoshop Elements 4.0 (en_us).msi" /qr /norestart
Silent=quiet
[en_us]
Title=Adobe Photoshop Elements 4.0 - Setup
OSErrMsg=Your system does not support the minimum operating system requirement. Adobe Photoshop Elements 4.0 will only install on Windows XP or Media Center Edition 2005 Operating Systems.
[CustomerInformation]
Serial number: xxxx-xxxx-xxxx-xxxx-xxxx-xxxx
#9
Posted 21 December 2005 - 03:18 AM
It uses the setup.ini, but I can't get it to work with abcpy.ini.
It would be nice to see a working abcpy.ini as well.
Brgds
T
EDIT: Creating a MST with Wise works just fine, then the Finish window disappears!
The new question is, how do I get the system restore message to disappear...
This post has been edited by CorbenDallas: 22 December 2005 - 03:17 AM
#12
Posted 07 January 2006 - 12:37 PM
MageJubi, on Dec 25 2005, 06:39 AM, said:
I am a little confused right here. Do you mean to rename the abcpy.ini that you provided to setup.ini and replace the original setup.ini? I tried that and the installation froze at "Time remaining: 0 seconds."
EDIT: OK... copying your abcpy.ini to the install directory and deleting the setup.ini file got it working for me. Many thanks for the file!
This post has been edited by ODC: 07 January 2006 - 06:17 PM
#13
Posted 08 January 2006 - 07:06 PM
It works fine from the command line... Are you guys installing this from CD/DVD or do you copy to HDD first in your UA?
This post has been edited by ODC: 10 January 2006 - 09:43 AM
#14
Posted 10 January 2006 - 09:11 AM
We have System Restore turned off in Windows XP and when running this install quiet Windows Media Player 10 complains about it. I have tried to turn on System restore in the registy before the installation with this:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000000
Doesn't work.
Anyone has any tips on this? I have been on this #¤%&¤% package for quite some time now.
I've attached the error mess.
Attached File(s)
-
wmp10error.gif (5.91K)
Number of downloads: 65
This post has been edited by CorbenDallas: 10 January 2006 - 09:12 AM
#15
Posted 19 January 2006 - 04:50 AM
#16
Posted 19 January 2006 - 02:07 PM
Adobe has already added the command line params for a quit admin install (/Q:A) but forget the "/DisallowSystemRestore" switch.
Add the "/DisallowSystemRestore" parameter to the custom action (beginning with "WMF95"). When using Microsoft's Orca (Windows Installer SDK) the command line parameters are shown in the "TARGET" column.
So it's working even via gpo software distribution .... (don't forget your serial within your Abcpy.ini)
Attached File(s)
-
Adobe_Photoshop_Elements.png (21.79K)
Number of downloads: 98
This post has been edited by majestix: 20 January 2006 - 01:08 AM
#17
Posted 27 January 2006 - 04:23 AM
#18
Posted 01 April 2006 - 03:38 AM
#19
Posted 25 April 2006 - 03:55 AM
This post has been edited by Bilou_Gateux: 25 April 2006 - 09:01 AM
#20
Posted 01 May 2006 - 12:48 AM
1). Grab a copy of MageJubi's abcpy.ini file and edit to include your serial, then rename setup.ini to render it useless and drop the abcpy.ini in the same directory to get the job done.
2). Follow advice provided by majestix and edit the common.msi file to include the /DisallowSystemRestore switch.
3). Merge the relevant Bilou Gateux registry tweak found HERE to prevent post-install nags.
Here's my AutoIt script, run from the Adobe_Photoshop_Elements directory, note the renamed .msi:
SplashTextOn ("", "" & @CRLF & "Installing Adobe Photoshop Elements 4.0..." & @CRLF & "" & @CRLF & "Please wait..." & @CRLF & "", 320, 90, -1, -1, 1, "Arial", 12, 12)
RunWait ('msiexec /i "' & @ScriptDir & '\APE4.msi" /qn')
Sleep (500)
Run ( @ScriptDir & "\install.cmd", "", @SW_HIDE)
Sleep (1500)
SplashOff ()
Exit
The batch (thanks Bilou G.):
@echo off
:: avoid users being prompted to look for updates
reg add "HKLM\Software\Adobe\Updater" /v Entreprise /t REG_DWORD /d 1 /f
:: disable the Adobe Photo Downloader
reg add "HKLM\Software\Adobe\Photoshop elements\4.0\Adobe Photo Downloader\Preferences" /v AutoLaunchOnDeviceConnect /t REG_DWORD /d 1 /f
:: registration done
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EBB7C1C1-D439-4D9B-9FDC-954C10F266B0}" /v "EPIC_REGS_TYPE" /t REG_DWORD /d 4 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EBB7C1C1-D439-4D9B-9FDC-954C10F266B0}" /v "EPIC_REGS_STATE" /t REG_DWORD /d 2 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EBB7C1C1-D439-4D9B-9FDC-954C10F266B0}" /v "EPIC_REGS_LANG" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EBB7C1C1-D439-4D9B-9FDC-954C10F266B0}" /v "EPIC_REGS_COUNT" /t REG_DWORD /d 0 /t
cls
exit
It works.



Help
Back to top










