Adobe Audition 1.5
#1
Posted 08 October 2004 - 11:42 PM
Since After Effects' instaler is a .msi file I haven't found a way to register it
Audition uses a Install Shield installer but it don't use a abcpy.ini file like the other Adobe's softwares and the -s switch don't work...
any help?
#2
Posted 09 October 2004 - 03:09 AM
#3
Posted 15 April 2005 - 09:16 AM
My ?: is there a way to pass along the serial # during the silent install?
#4
Posted 16 April 2005 - 01:46 AM
I had this problem with Adobe Audition, too.
Well well, I tried quiet some methods to silently install Audition, but with no real luck. So I just thought, if you can't silent it, AutoIt-it!
I made a little script, which works perfectly for me. The file is attached, maybe you need to modify some of the dialog names for different languages or so.
Have fun and let me know if it worked!!
C Ya!!
Attached File(s)
-
adobeaudition.au3 (1.81K)
Number of downloads: 98
#5
Posted 16 April 2005 - 07:28 AM
#6
Posted 16 April 2005 - 02:58 PM
1- Run your EXE.
2- Stop at the first setup screen.
- Go to Start --> Run. Type %TEMP%. Hit Enter.
- In your Temp directory, you find a folder named like _is5F or whatever.
- Inside _is5F, there's "Adobe Audition 1.5.msi"!
- Copy your MSI from %TEMP%\_is5F\Adobe Audition 1.5.msi to your XPCD:
X:\XPCD\$OEM$\$1\Install\Audition\Audition.msi (renamed)
Your batch:
Quote
@echo off
ECHO.
Echo Adobe Audition 1.5 Build 4124.1
start /wait %systemdrive%\Install\Audition\Audition.msi /qn ISX_SERIALNUMBER=####-####-####-####-####-#### COMPANYNAME="Your Company" USERNAME="Your Name" REBOOT=ReallySuppress
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{86EF9FC4-F209-4520-B7E1-C7FF0EEBDFFF} /v NoRemove /t REG_DWORD /d 0 /f
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{86EF9FC4-F209-4520-B7E1-C7FF0EEBDFFF} /v NoRepair /t REG_DWORD /d 0 /f
Del "%AllUsersProfile%\Desktop\Adobe Audition 1.5.lnk"
EXIT
#8
Posted 18 April 2005 - 03:41 PM
TheJerk, on Apr 18 2005, 01:07 AM, said:
<{POST_SNAPBACK}>
You're welcome.
Still, there's another way using your encrypted serial from the registry (via a reg file) along with /qn REBOOT=ReallySuppress as above.
Audition.reg said:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{86EF9FC4-F209-4520-B7E1-C7FF0EEBDFFF}]
"Serial"="#####EncryptedSerial####"
"NAME"="Your Name"
"COMPAN"="Your Company"
your batch said:
@echo off
ECHO.
Echo Adobe Audition 1.5 Build 4124.1
REGEDIT /S %systemdrive%\Install\Audition\Audition.reg
start /wait %systemdrive%\Install\Audition\Audition.msi /qn REBOOT=ReallySuppress
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{86EF9FC4-F209-4520-B7E1-C7FF0EEBDFFF} /v NoRemove /t REG_DWORD /d 0 /f
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{86EF9FC4-F209-4520-B7E1-C7FF0EEBDFFF} /v NoRepair /t REG_DWORD /d 0 /f
Del "%AllUsersProfile%\Desktop\Adobe Audition 1.5.lnk"
EXIT
Still, pharao2k's script is helpful, too.
#9
Posted 18 April 2005 - 05:18 PM
#10
Posted 30 April 2005 - 08:13 AM
#11
Posted 10 October 2005 - 09:22 AM
also getting bloody data execution shutdown message at end of ANY install with Audition 1.5. which may or may not be issue if added to windows setup (usin' xp right now).
Adobe just purchased this from the original coders_____ MR. BIG BUKS
post solution if found, no auto it please....
THX!
This post has been edited by thuun derboy: 10 October 2005 - 09:56 AM
#12
Posted 13 October 2005 - 04:52 PM
When you go to the link, click on "Log in as a Guest" to see the topic discussion. Read messages 5 - 13.
Check it out, it may help you decide if you need to shut off DEP temporarily to get this bugger installed.
Homeskillet
This post has been edited by homeskillet: 13 October 2005 - 04:55 PM
#13
Posted 14 October 2005 - 03:36 PM
What I did was the following:
1) I use AdminStudio, so I did a multistep snapshot. took the inital snapshot.
2) Installed Audition 1.5 all the way thru
3) Took the second snapshot.
Once that was done, I ran it thru the repackager to get the MSI. If you do nothing else, you'll get the DEP that everyone else was encountering and the program wont run. To get around this:
1) Exported the following from the machine I installed Audition on:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{86EF9FC4-F209-4520-B7E1-C7FF0EEBDFFF}
2) using AdminStudio's Editor, I added that the to the MSI that I had created.
From there, I distributed it to the machines I needed thru SMS. I made sure to have SMS reboot after the program was done installed. After it rebooted I was able to run the program fine.
Hope this helps.
#14
Posted 15 October 2005 - 08:30 PM
stupid adobe! what the @$#!?&%?!
made sure to reboot...nada, same error..."unknown"
guess it's time to break out a repacker, though,
SOMEONE must have a simple solution somewhere.
_anybody?!
thx.
This post has been edited by thuun derboy: 15 October 2005 - 08:31 PM
#15
Posted 16 October 2005 - 02:56 PM
Then I found that you must pass the serial on the command line, you can't put it in the msi file or even pass it through using an mst file. So my last issue was the dreaded DEP problem. Well I discovered that if I call the switchless silent exe I made from svcpack.inf, that it installs without any problems. Apparantly DEP isn't yet active at that stage of setup. Here's the best part - the install exe file is only 15MB.
#16
Posted 24 January 2006 - 11:47 AM
I've tried using the Adobe Audition 2.0.msi /qn REBOOT=ReallySuppress switches which will install ok except i get the restart dialog, Any idea's anyone please ?
tnank's
This post has been edited by ironside: 24 January 2006 - 11:52 AM
#17
Posted 27 February 2008 - 09:58 PM
pharao2k, on Apr 16 2005, 12:46 AM, said:
I had this problem with Adobe Audition, too.
Well well, I tried quiet some methods to silently install Audition, but with no real luck. So I just thought, if you can't silent it, AutoIt-it!
I made a little script, which works perfectly for me. The file is attached, maybe you need to modify some of the dialog names for different languages or so.
Have fun and let me know if it worked!!
C Ya!!
Pharao2k, please if you can post more detailed instructions for the Auto-It install I would appreciate it. I'm not sure how to do this.. Thanks!!
#18
Posted 28 February 2008 - 01:55 PM
#19
Posted 28 February 2008 - 02:56 PM



Help


Back to top









