bmonrad Posted January 20, 2009 Posted January 20, 2009 Hi all, 5 years of systems management for a K-12, and I just found this forum! I'm excited to start exploring more. I came looking for Audacity tips, and I'd like to check out the MSI, but both instances of the file are coming down as corrupted for me as well... Is there any alternate download location? Thanks. -ben
TheFopp Posted January 21, 2009 Posted January 21, 2009 The new is coming down as corrupted for me as well Tomscaper. 1
tomscaper Posted January 21, 2009 Posted January 21, 2009 Is this one any good i was zipping them with 7zip but i have just used the one that comes with windows to see if that solves the problem.audacity.zip 1
cjohnsonuk Posted December 2, 2009 Posted December 2, 2009 Anyone had any luck with getting lame installed (from a script) for this version? The scripts above don't seem to work. I've noticed that there is a version number in the registry entries... I removed the entries from the registry, restarted the PC but lame still worked so I wasn't convinced that these entries are the ones needed in 1.3.9. I'm planning on using sysinternals process explorer to check to see what changes are made whilst lame is installed through the application but just had to reinstall my test box and was hoping to save reinventing the wheel ChrisJ
Pumaedition Posted December 9, 2009 Posted December 9, 2009 I'll throw my hat in as well....anyone got an MSI for the latest version of Audacity? Have been asked to update our current installations, as out IT teacher is going to teach himself how to use Audacity over the Christmas break, so would like the same version so the students can access the same version that he is trying to teach them!
FN-GM Posted September 23, 2010 Posted September 23, 2010 Hi, Sorry to drag this up but i cant see the point in making another thread. Does anybody have the latest version in msi format? Thanks
K.C.Leblanc Posted September 23, 2010 Posted September 23, 2010 Hi, Sorry to drag this up but i cant see the point in making another thread. Does anybody have the latest version in msi format? Thanks No, but unless it's changed all Audacity needs is the correct files in program files, a shortcut and one little registry entry to associate the project files. Shouldn't take you very long with Free Windows Installer - MSI Installer Tool Unless it's changed the location of Lame encoder is stored in user's profile as is the language, so you might want to amend your mandatory profile or whatever you use to reflect this. 1
rictus Posted April 24, 2012 Posted April 24, 2012 I know this is an old thread but I just find it and am very very grateful to find this MSI!! Thank you!
internetuser Posted September 21, 2012 Posted September 21, 2012 Its a Friday PM, anybody got the MSI handy, before I work out what I need to do on Monday....
6Foot2 Posted September 21, 2012 Posted September 21, 2012 Its a Friday PM, anybody got the MSI handy, before I work out what I need to do on Monday.... Have a look at this post: Link: http://www.edugeek.net/forums/downloads/92043-audacity-2-0-has-been-released.html#post805043 Audacity 2 MSI with LAME installed and Start Menu shortcut.
januttall Posted September 21, 2012 Posted September 21, 2012 any one got an MSI creator that work in windows 7?
internetuser Posted September 21, 2012 Posted September 21, 2012 Cheers, saved me a job for next week !
OhDear Posted September 21, 2012 Posted September 21, 2012 any one got an MSI creator that work in windows 7? The AppDeploy Repackager is the one I use, very easy to use and free! 1
Garacesh Posted December 3, 2018 Posted December 3, 2018 (edited) Sorry to necro, does anybody have a working way of either pushing out Audacity and LAME over GPO or running LAME on the portable version? I know Audacity has (or had) a silent install flag so I could script that, but it's LAME that's the bigger issue. Currently we run Audacity over the network off an application server, but I can't seem to find a way to make LAME work, which the Performing Arts dept think they'll need because the exam boards can be fussy about file formats. I've put lame_enc.dll into Audacity\App\LAME as suggested earlier, nada I've put lame_enc.dll into Audacity\Plug-Ins, nope, tried Plug-Ins\LAME, still no joy. I've copied C:\Program Files (x86)\LAME for Audacity to the local machine, no dice I've installed LAME 'properly' on the application server, still nothin'. I've tried changing the library settings (Edit, Preferences, Libraries) to point to the DLL via its \\UNC\Path but that doesn't appear to effect the clients that run it over the network. Edited December 3, 2018 by Garacesh
6Foot2 Posted December 3, 2018 Posted December 3, 2018 (edited) Sorry to necro, does anybody have a working way of either pushing out Audacity and LAME over GPO or running LAME on the portable version? I know Audacity has (or had) a silent install flag so I could script that, but it's LAME that's the bigger issue. Currently we run Audacity over the network off an application server, but I can't seem to find a way to make LAME work, which the Performing Arts dept think they'll need because the exam boards can be fussy about file formats. I've put lame_enc.dll into Audacity\App\LAME as suggested earlier, nada I've put lame_enc.dll into Audacity\Plug-Ins, nope, tried Plug-Ins\LAME, still no joy. I've copied C:\Program Files (x86)\LAME for Audacity to the local machine, no dice I've installed LAME 'properly' on the application server, still nothin'. I've tried changing the library settings (Edit, Preferences, Libraries) to point to the DLL via its \\UNC\Path but that doesn't appear to effect the clients that run it over the network. This is the batch file we use when sending Audacity and Lames to our stations from SCCM: @echo off pushd %~sdp0 audacity-win-2.3.0.exe /VERYSILENT /SUPPERSSMESSAGEBOXES /NORESTART start /wait Lame_v3.99.3_for_Windows.exe /Silent Could you, perhaps, use the Lame part of that batch file? start /wait Lame_v3.99.3_for_Windows.exe /Silent HTH. Edited December 3, 2018 by 6Foot2 Add a missing 'h' 2
Arthur Posted December 3, 2018 Posted December 3, 2018 (edited) I can't seem to find a way to make LAME work Audacity checks for the plugin paths in the registry so you will need to add the following before it will 'see' them (if you aren't using the plugin installers that @DaveP mentioned above). Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\FFmpeg for Audacity] "InstallPath"="C:\\Program Files (x86)\\Audacity\\Libraries\\FFmpeg" [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Lame For Audacity] "InstallPath"="C:\\Program Files (x86)\\Audacity\\Libraries\\LAME" Note. Change paths as necessary. Edited December 3, 2018 by Arthur 1
Garacesh Posted December 3, 2018 Posted December 3, 2018 Brilliant guys, thanks a lot That should see me straight, one way or the other. I saw the mention of the reg keys previously but since they were so long ago wasn't sure if things had changed since.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now