Open core-ai-bot opened 3 years ago
Comment by peterflynn Wednesday Nov 20, 2013 at 22:34 GMT
@
VizuaaLOG Please see this workaround in the troubleshooting guide: https://github.com/adobe/brackets/wiki/Troubleshooting#3-windows-error-installation-directory-must-be-on-a-local-drive. Let me know if that doesn't fix it (closing for now on the assumption that will solve it, though).
Comment by VizuaaLOG Friday Dec 20, 2013 at 18:38 GMT
@
peterflynn This error has reappeared in the latest sprint, 35 i think. However, the solution above doesn't seem to be working.
Comment by peterflynn Friday Dec 20, 2013 at 19:10 GMT
@
VizuaaLOG You sure you're running an "elevated" command prompt (admin privileges)? Did you see the UAC dialog before opening the command prompt?
Comment by VizuaaLOG Friday Dec 20, 2013 at 21:54 GMT
@
peterflynn Yes i right click cmd and then click "Run as Administrator" get UAC and click yes. The installer shows and when i try to click next it then says it must be installed on a local drive.
Comment by VizuaaLOG Wednesday Dec 25, 2013 at 16:47 GMT
For anyone still having problems with this I found a similar article on adobe's forums. The steps by joan_lafferty
worked for me. here are the steps
1. In Explorer, browse to the location of the Adobe Edge Reflow Preview.msi, then right click the msi file and choose properties.
2. Highlight the path for location in the properties dialog and press Ctrl+C to copy it to your clipboard.
3. Back in Explorer, browse to your C:\Windows\System32\ folder.
4. Right click the cmd.exe and choose "Run as administrator".
5. Click past the User Account Control dialog if necessary so the command window is opened.
6. Type cd <space> then right click the command window and choose Paste to paste the path that you previously copied to the clipboard.
7. Press enter and you should now be in the current folder of your Adobe Edge Reflow Preview.msi file.
8. Now type msiexec /i "Adobe Edge Reflow Preview.msi" /qn+ and press enter.
1. This will execute the installer with no UI and the '+' triggers a dialog that will appear at the end of the install letting you know if it was successful.
9. Ideally you get the "install was successful" dialog.
After the steps i just waited about 5 minutes then the dialog appeared saying the install was successful and it was.
Comment by bchintx Wednesday Jan 29, 2014 at 23:30 GMT
@
VizuaaLOG Thanks for posting those steps. Hopefully that's helpful to others who've run across the problem too.
We're also trying to reproduce this ourselves, so that we can better figure out what's going awry. To that end, can you please reply with any additional information about your system on which this is reproducible? If you could, that would be really helpful.
Details that would be helpful:
Thanks in advance!
Comment by VizuaaLOG Thursday Jan 30, 2014 at 22:36 GMT
Comment by bchintx Friday Jan 31, 2014 at 18:03 GMT
@
VizuaaLOG Thanks for the steps. Unfortunately, we're still not seeing the problem on our Win7 64-bit machines, so we're still doing something differently than you. Is your Downloads folder in Chrome mapping to your local Downloads folder in your user profile (ie. c:\users\<username>\Downloads
)?
If you can still reproduce the issue, could you try running the downloaded .msi from a command prompt and sharing the resulting log file? Here's the command to use:
msiexec /i <Path_to_Brackets_msi> /l*v <name_of_logfile>.txt
Comment by VizuaaLOG Saturday Feb 01, 2014 at 20:10 GMT
@
bchintx Yes it is to my downloads folder. And I will have to use the command when the next update for Brackets is released.
Issue by VizuaaLOG Wednesday Nov 20, 2013 at 22:06 GMT Originally opened as https://github.com/adobe/brackets/issues/6069
I just downloaded sprint 34 however when i try to install i get an error saying "Installation directory must be on a local drive" i am trying to install it on my C drive which is a local drive. I have tried re downloading it but still shows the same error. Is there a way to fix this?