Adobe CS4 Production Premium Silent installation
Hi,
I am doing Adobe CS4 WebPremium and Adobe Cs4 Production Premium Silent installtion. I made silent installtion for Web Premium Successfully by creating install.xml and uninstall.xml files. But for Production Premium i created AdobeUberInstaller.exe AdobeUberInstaller.xml files by using Adobe Deployment toolkit. Now i am trying to install the application using the .exe file. I am not able to install the application(The installation was terminated in the middle). Can any body tell me how to install the CS4 Production Premium using the AdobeUberInstaller.exe AdobeUberInstaller.xml files.
Thanks in advance
I am doing Adobe CS4 WebPremium and Adobe Cs4 Production Premium Silent installtion. I made silent installtion for Web Premium Successfully by creating install.xml and uninstall.xml files. But for Production Premium i created AdobeUberInstaller.exe AdobeUberInstaller.xml files by using Adobe Deployment toolkit. Now i am trying to install the application using the .exe file. I am not able to install the application(The installation was terminated in the middle). Can any body tell me how to install the CS4 Production Premium using the AdobeUberInstaller.exe AdobeUberInstaller.xml files.
Thanks in advance
0 Comments
[ + ] Show comments
Answers (11)
Please log in to answer
Posted by:
ekniranjan
14 years ago
Posted by:
ekniranjan
14 years ago
Posted by:
reethu005
14 years ago
Posted by:
ekniranjan
14 years ago
Posted by:
ekniranjan
14 years ago
Posted by:
reethu005
14 years ago
Posted by:
ekniranjan
14 years ago
Check it in document that they given to you before packaging
Try to make changes in Registration and EULA like suppress or 1.................i don't exactly remember what i changed, but if you have time just try with those Registration and EULA
Actually i wrote a script to ask USER to enter his OWN serial Number and process will go from there..................
Try to make changes in Registration and EULA like suppress or 1.................i don't exactly remember what i changed, but if you have time just try with those Registration and EULA
Actually i wrote a script to ask USER to enter his OWN serial Number and process will go from there..................
Posted by:
ekniranjan
14 years ago
You can try with this one also, actually its there in this forum only:
It's vbs which i used for other CS3 product of adobe i.e., photoshop.
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set WshShell = wscript.CreateObject("WScript.Shell")
Set objApp = CreateObject("WScript.Shell")
Dim strpath, Executingpath
Dim objApp
strpath = wscript.ScriptFullName
strPath = left(strpath, InStrRev(strpath, "\"))
Executingpath = chr(34) & strpath & "Setup.exe" & chr(34) & " --mode=silent --deploymentFile=" & chr(34) & strpath & "Adobe Photoshop CS3.install.xml" & chr(34)
Set wshShell = CreateObject ("WSCript.shell")
Set oExec = wshShell.Exec(Executingpath)
Do While oExec.Status = 0
DisplayEnddialog
Loop
Function DisplayEndDialog()
Const wshYesNoDialog = 0
Const wshQuestionMark = 64
Dim intval
intval = 0
intval = WshShell.Popup("Installing Adobe_Adobe Photoshop_CS3_ENG_1.0.0", _
5, "Installing",wshYesNoDialog + wshQuestionMark)
End function
objApp.Run "cmd /C reg DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe_719d6f144d0c086a0dfa7ff76bb9ac1 /f"
set wshShell = nothing
Set objFSO = nothing
set objApp = nothing
It's vbs which i used for other CS3 product of adobe i.e., photoshop.
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set WshShell = wscript.CreateObject("WScript.Shell")
Set objApp = CreateObject("WScript.Shell")
Dim strpath, Executingpath
Dim objApp
strpath = wscript.ScriptFullName
strPath = left(strpath, InStrRev(strpath, "\"))
Executingpath = chr(34) & strpath & "Setup.exe" & chr(34) & " --mode=silent --deploymentFile=" & chr(34) & strpath & "Adobe Photoshop CS3.install.xml" & chr(34)
Set wshShell = CreateObject ("WSCript.shell")
Set oExec = wshShell.Exec(Executingpath)
Do While oExec.Status = 0
DisplayEnddialog
Loop
Function DisplayEndDialog()
Const wshYesNoDialog = 0
Const wshQuestionMark = 64
Dim intval
intval = 0
intval = WshShell.Popup("Installing Adobe_Adobe Photoshop_CS3_ENG_1.0.0", _
5, "Installing",wshYesNoDialog + wshQuestionMark)
End function
objApp.Run "cmd /C reg DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe_719d6f144d0c086a0dfa7ff76bb9ac1 /f"
set wshShell = nothing
Set objFSO = nothing
set objApp = nothing
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.