Tesla Posted September 8, 2014 Posted September 8, 2014 Hi all Trying to install an MSI of a program, and get this issue upon starting the installation wizard this has popped up in the past, but my usual work around is to not map the drives (my pc is not on the domain, i use a seperate Logon script to map the drives), but even if i don't, and i save the download to my local drive, this error still pops up. any ideas?
sted Posted September 8, 2014 Posted September 8, 2014 is your my docs redirected to the right place/broken ive seen this when my docs etc get borked up
Tesla Posted September 8, 2014 Author Posted September 8, 2014 it doesnt matter where i save it, it always has that error message. tried a reg fix i've seen, and that made no difference (cross referenced with a laptop that isnt on network either, and it runs fine from that laptop....)
gavins38 Posted September 8, 2014 Posted September 8, 2014 I've seen this happen when the My Documents folder is redirected to a network location by group policy.
Tesla Posted September 8, 2014 Author Posted September 8, 2014 Is there a fix for that? That's what is set up on my px
Meldrew Posted September 8, 2014 Posted September 8, 2014 Is there a fix for that? That's what is set up on my px A workaround I've used is to disconnect N as a mapped drive (temporarily), then use the DOS subst command to create a 'fake' N drive that points to say a temporary folder on your hard drive, so for example create a folder on the root of C drive, called tempNdrive, then in a dos box, type: subst n: c:\tempNdrive Then install your program (hopefully it'll work this time) When you are finished, at a DOS box again, type: subst n: /d To remove the drive and then you can manually remap your N drive back to where it was supposed to be, or logoff/on whichever you choose. Meldrew 1
Tesla Posted September 8, 2014 Author Posted September 8, 2014 thanks @Meldrew, was able to install it, what a pain in the **** though, there doesn't seem to be any logic to it.... (still, if anyone has a more permanent fix for this.... :] )
Tesla Posted April 15, 2015 Author Posted April 15, 2015 ...does anyone have a more permanent fix for this?
gavins38 Posted April 15, 2015 Posted April 15, 2015 In Group Policy or your login script (whichever is redirecting your My Documents folder) change the redirect from a drive letter to the full UNC path name. I've heard that this resolves the problem although I've not tested it personally.
tmcd35 Posted April 15, 2015 Posted April 15, 2015 This happens when a drive is referenced in the registry and not available to the computer, regardless to whether or not the installer needs to use that drive. The solution should be to either map the drive to a valid location (doesn't matter where) or search the registry for every mention of the drive and delete it from the registry.
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