Orsi Posted October 9, 2004 Posted October 9, 2004 hey guys, anybody has found some way to silently install Adobe After Effects 6.5 or Adobe Audition 1.5?Since After Effects' instaler is a .msi file I haven't found a way to register itAudition 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?
mazin Posted October 9, 2004 Posted October 9, 2004 Adobe Audition 1.5 is an MSI, too. Look in your %TEMP% after running the EXE.
TheJerk Posted April 15, 2005 Posted April 15, 2005 Sorry to gravedig, but this is the first thread I was able to find regarding the silent install of Audition.My ?: is there a way to pass along the serial # during the silent install?
pharao2k Posted April 16, 2005 Posted April 16, 2005 Hi!!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!!adobeaudition.au3
TheJerk Posted April 16, 2005 Posted April 16, 2005 Thanks. I haven't really spent much time looking at AutoIt, so I guess this is the motivation I need. Thanks!
mazin Posted April 16, 2005 Posted April 16, 2005 Adobe Audition 1.51- 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:cls@echo offECHO.Echo Adobe Audition 1.5 Build 4124.1start /wait %systemdrive%\Install\Audition\Audition.msi /qn ISX_SERIALNUMBER=####-####-####-####-####-#### COMPANYNAME="Your Company" USERNAME="Your Name" REBOOT=ReallySuppressREG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{86EF9FC4-F209-4520-B7E1-C7FF0EEBDFFF} /v NoRemove /t REG_DWORD /d 0 /fREG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{86EF9FC4-F209-4520-B7E1-C7FF0EEBDFFF} /v NoRepair /t REG_DWORD /d 0 /fDel "%AllUsersProfile%\Desktop\Adobe Audition 1.5.lnk"EXIT
mazin Posted April 18, 2005 Posted April 18, 2005 Thanks, Mazin. That's a huge help.<{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.Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{86EF9FC4-F209-4520-B7E1-C7FF0EEBDFFF}]"Serial"="#####EncryptedSerial####""NAME"="Your Name""COMPAN"="Your Company"cls@echo offECHO.Echo Adobe Audition 1.5 Build 4124.1REGEDIT /S %systemdrive%\Install\Audition\Audition.regstart /wait %systemdrive%\Install\Audition\Audition.msi /qn REBOOT=ReallySuppressREG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{86EF9FC4-F209-4520-B7E1-C7FF0EEBDFFF} /v NoRemove /t REG_DWORD /d 0 /fREG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{86EF9FC4-F209-4520-B7E1-C7FF0EEBDFFF} /v NoRepair /t REG_DWORD /d 0 /fDel "%AllUsersProfile%\Desktop\Adobe Audition 1.5.lnk"EXITStill, pharao2k's script is helpful, too.
TheJerk Posted April 18, 2005 Posted April 18, 2005 Yea, I'm still contemplating what I want to use. I love silent installs because you don't have to see it being installed. But at the same time, with AutoIt I can create a script for every application instead of hunting down all of the switches.
manc Posted April 30, 2005 Posted April 30, 2005 Hi, I'm New to the board but not of your standard when it comes to these things. I have a serial for Adobe Audition 1.5, can you spoon feed me how to get it registered. Thanks
thuun derboy Posted October 10, 2005 Posted October 10, 2005 (edited) gave batch file a whirl...didn't work...same old forking problem, anyone else receive such trouble? (see image 2)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 BUKSpost solution if found, no auto it please....THX! Edited October 10, 2005 by thuun derboy
homeskillet Posted October 13, 2005 Posted October 13, 2005 (edited) You have to shut off DEP before installing (I believe). There was a big discussion about it on the Adobe Audition ForumWhen 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 Edited October 13, 2005 by homeskillet
Elph Posted October 14, 2005 Posted October 14, 2005 I messed with this for awhile, finally got a silent install to work.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 thru3) 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.
thuun derboy Posted October 16, 2005 Posted October 16, 2005 (edited) just gave this ONE more shot before altering original MSI...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. Edited October 16, 2005 by thuun derboy
RogueSpear Posted October 16, 2005 Posted October 16, 2005 I made a silent switchless installer of this one. What a pain in butt too. First I had to tweak the msi file so that it would let me make AIP and while I was in there I nuked all of the foreign language parts. You need to go under custom actions I believe and there's an action under Admin Install to delete. I don't remember the name of it now, but when you're in there it's obvious which one to delete.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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now