When I tried to install Audacity on my PC, this is the error message I got (see below.) Can someone out there walk me thru what I need to do to address this? I run Windows 8 and received the .exe installer. Thanks!
Setup was unable to create the directory
"C:\Users\Mike\AppData\Local\Temp\is-60TPV.tmp"
Error 5: Access is Denied.
Error Message - Cannot install Audacity on my PC
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
thegunner21
- Posts: 6
- Joined: Sat May 30, 2015 8:36 pm
- Operating System: Please select
-
kozikowski
- Forum Staff
- Posts: 69384
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Error Message - Cannot install Audacity on my PC
Is this a company computer? Did you get the machine from the IT department?
Koz
Koz
-
thegunner21
- Posts: 6
- Joined: Sat May 30, 2015 8:36 pm
- Operating System: Please select
Re: Error Message - Cannot install Audacity on my PC
It is not a company computer.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Error Message - Cannot install Audacity on my PC
Save the installer to your drive, don't run it from temporary space.thegunner21 wrote:When I tried to install Audacity on my PC, this is the error message I got (see below.) Can someone out there walk me thru what I need to do to address this? I run Windows 8 and received the .exe installer. Thanks!
Setup was unable to create the directory
"C:\Users\Mike\AppData\Local\Temp\is-60TPV.tmp"
Error 5: Access is Denied.
Then right-click over the downloaded installer and choose to run as administrator.
If that does not help, try the marked "Answer" here or the other solution mentioned there of moving the installer to C:\
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
thegunner21
- Posts: 6
- Joined: Sat May 30, 2015 8:36 pm
- Operating System: Please select
Re: Error Message - Cannot install Audacity on my PC
I did what you recommended by the error message still appeared. Any other ideas?
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Error Message - Cannot install Audacity on my PC
Make sure you are using the Audacity 2.1.0 installer from http://web.audacityteam.org/download/windows.thegunner21 wrote:I did what you recommended by the error message still appeared.
Note that you can download the ZIP file of Audacity 2.1.0 from the above page. The ZIP file does not require installation. All you have to do with the ZIP file is right-click over the downloaded file, choose "Extract All", then place the extracted files where you like.
For fixing the problems you describe you can try booting to a Command Prompt then at the command prompt, type:
Code: Select all
sfc /scannow /offbootdir=c:\ /offwindir=c:\windowsYou can run sfc /scannow from a command prompt within Windows but it may not be able to access/repair all files with Windows running.
If scannow reports that it cannot fix some errors, you can try running DISM or you can try refreshing your PC which attempts to reinstall Windows without affecting your personal files or settings.
Back up your data before running DISM or refreshing.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual