I need to silently install some apps. Please help me.
#1
Posted 26 December 2007 - 04:29 PM
http://www.msfn.org/board/style_emoticons/...lushing.gifneed to silent install
WinXP Manager 5.1.9 http://www.yamicsoft.com/
ACDSee 9 Photo Manager 9.0.55 http://www.acdsee.com/
YPOPs! 0.9.5.1 http://yahoopops.sourceforge.net/
Internet Download Manager 5.11 without extracted http://www.internetdownloadmanager.com
Adobe Shockwave Player 10.2.0.23 http://www.adobe.com/
Kaspersky Internet Security 6.0.2.621 http://www.kaspersky.com/
http://www.msfn.org/board/style_emoticons/...lt/rolleyes.gif
http://www.msfn.org/board/style_emoticons/...lt/rolleyes.gif
#2
Posted 27 December 2007 - 02:44 AM
#3
Posted 27 December 2007 - 02:50 AM
Like this since I have some extra time:
WinXP Manager 5.1.9.exe /s
ACDSee = Start installation and when the first window appear, go to Temp folder and pick up from there the file
ACDSee 10 Photo Manager.msi (is located in a folder C:\Documents and Settings\Your Name\Local Settings\Temp\...). then use the /qn switch
YPOPs! 0.9.5.1.exe /VERYSILENT
Shockwave = go here http://www.adobe.com...oad/alternates/ download and save the version you need then use the /s switch...
More to follow.
#4
Posted 27 December 2007 - 03:13 AM
It all was very easy to find please use the search feature as it will usually give you a proper answer.
#5
Posted 27 December 2007 - 04:10 PM
for ACDSee 9 Photo Manager 9.0.55 use
[general]
builddate=2007/03/10
description=ACDSee 9 Photo Manager
language=English
title=ACDSee 9 Photo Manager
version=9.0.55
website=http://www.acdsee.com/
[EditFile]
SVCPACK.INF,SetupHotfixesToRun,AddProgram
[AddProgram]
"PATH_TO_ACDSEE_SETUP\setup.exe /s /v"/qn ALLOW_PRIVATE_FOLDERS=0
DISABLE_SOFTWARE_UPDATE=1 YAHOO_TOOLBAR_INSTALL=0 ALLUSERS=1
USERNAME=\"Hessam\" COMPANYNAME=\"Sports\" INSTALLDIR=\"C:\Program
Files\ACD Systems\" PIDKEY=\"xxxxxx-xxxxxx-xxxxxxx-xxxxxxx\""
how to edit not worked during install show all window and seriall number not worked
#6
Posted 27 December 2007 - 05:25 PM
and copy file{(204867)WinXP Manager} use method /quiet worked.
veryvery thankyou
#7
Posted 28 December 2007 - 09:52 AM
hessam, on Dec 28 2007, 12:10 AM, said:
for ACDSee 9 Photo Manager 9.0.55 use
[general]
builddate=2007/03/10
description=ACDSee 9 Photo Manager
language=English
title=ACDSee 9 Photo Manager
version=9.0.55
website=http://www.acdsee.com/
[EditFile]
SVCPACK.INF,SetupHotfixesToRun,AddProgram
[AddProgram]
"PATH_TO_ACDSEE_SETUP\setup.exe /s /v"/qn ALLOW_PRIVATE_FOLDERS=0
DISABLE_SOFTWARE_UPDATE=1 YAHOO_TOOLBAR_INSTALL=0 ALLUSERS=1
USERNAME=\"Hessam\" COMPANYNAME=\"Sports\" INSTALLDIR=\"C:\Program
Files\ACD Systems\" PIDKEY=\"xxxxxx-xxxxxx-xxxxxxx-xxxxxxx\""
how to edit not worked during install show all window and seriall number not worked
This is for ACDSee Photo Manager 10.0.238
Run your installer with switch /a
Then in the new folder create by admin installation (with .msi file), copy the compiled exe of the next autoit script
(edit with your serial number and check that the name of executable file is the same):
Opt("TrayIconDebug", 1)
Opt("SendKeyDelay", 200)
; Executable file name
$EXECUTABLE = "ACDSee 10 Photo Manager.msi"
; Installation folder
$INSTALLLOCATION = @ProgramFilesDir & "\ACD Systems\"
; Serial number
$SN = "XXXXXX-XXXXX-XXXXXX-XXXXXXX"
If FileExists($INSTALLLOCATION & "\ACDSee\10.0\ACDSee10.exe") Then
MsgBox(0x40010, @ScriptName, "Please uninstall previous version of ACDSee Photo Manager before using this script", 4)
Exit
EndIf
; Run the installer
ShellExecuteWait($EXECUTABLE, "PIDKEY=" & $SN & " LICENSE_MODEL=Full YAHOO_TOOLBAR_INSTALL=0 ALLOW_PRIVATE_FOLDERS=0 DISABLE_SOFTWARE_UPDATE=1 ALLUSERS=1 /qb! /norestart")
; Close ACDSee Device Detector process
ProcessWait("DevDetect.exe")
$PID = ProcessExists("DevDetect.exe")
If $PID Then ProcessClose($PID)
; Prevent ACDSee Device Detector to run at Windows startup
RegDelete("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "Device Detector")
Build the silent installer and place it in svcpack folder.
This post has been edited by radix: 28 December 2007 - 10:27 AM
#8
Posted 28 December 2007 - 11:17 AM
hessam, on Dec 28 2007, 12:10 AM, said:
Check my silent installer http://rapidshare.co...Ps_0.9.5.1_.rar
#9
Posted 28 December 2007 - 03:56 PM
AND
VERY THANKYOU Kelsenellenelvian FOR WinXP Manager &Kaspersky....
#10
Posted 16 February 2008 - 04:35 PM
Kelsenellenelvian, on Dec 27 2007, 01:20 PM, said:
Like this since I have some extra time:
WinXP Manager 5.1.9.exe /s
ACDSee = Start installation and when the first window appear, go to Temp folder and pick up from there the file
ACDSee 10 Photo Manager.msi (is located in a folder C:\Documents and Settings\Your Name\Local Settings\Temp\...). then use the /qn switch
YPOPs! 0.9.5.1.exe /VERYSILENT
Shockwave = go here http://www.adobe.com...oad/alternates/ download and save the version you need then use the /s switch...
More to follow.
This post has been edited by hessam: 16 February 2008 - 04:46 PM
#11
Posted 16 February 2008 - 04:46 PM



Help

Back to top









