Bjalf Posted February 23, 2008 Posted February 23, 2008 I have a copy of XP Pro SP2 on my local harddisk. I wish to integrate some drivers into the installation CD, and I point nLite to the drivers that happens to reside on another computer. When nLite tries to integrate the drivers, I get the following error:"Invalid path: \\server\nlite""Error 53: The network path was not found."This error pops up 3 times for a single driver.From "Last Session.ini":[Main]Env = 1.4.1 - 2.0.50727.1433.Microsoft Windows NT 5.1.2600 Service Pack 2Target = Windows XP Professional SP2 - 5.1.2600.2180 - English (United States)[Drivers]\\SERVER\nLite\Drivers\NetBook\Lan\BCM4SBXP.INF,0If the drivers reside locally on the harddisk, then all is well.
Legolash2o Posted February 23, 2008 Posted February 23, 2008 (edited) Thats to with .NET i think, its a security thing. Only nuhi can fix that The .Net Framework Trusts the local disks on the PC. Any .Net code that managed to "get there" can do whatever it likes.It doesn't trust anything else, and that includes your network file shares. Any .Net code run from these runs in a restricted, security "sandbox" which severely limits what the code is allowed to do. Edited February 23, 2008 by LegoLiam™
Bjalf Posted February 24, 2008 Author Posted February 24, 2008 The .Net Framework Trusts the local disks on the PC. Any .Net code that managed to "get there" can do whatever it likes.It doesn't trust anything else, and that includes your network file shares. Any .Net code run from these runs in a restricted, security "sandbox" which severely limits what the code is allowed to do.Hmmm. The strange thing is that the drivers seems to be integrated anyway, I can find them under "I386\NLDRV\010\". They are also referenced in "TXTSETUP.SIF" and "DOSNET.INF". Stranger yet, there are no problems with integrating hotfixes from a network share.Not really a big problem, but definitely a bit strange
Legolash2o Posted February 24, 2008 Posted February 24, 2008 (edited) yeah it is strange and annoying, but it is a .NET thing and not caused by vLite Baring in mind it might not have copied all the files, so if you know how to use VMWare or a simliar program then i recommend you to do so P.S. Welcome to the Forums Edited February 24, 2008 by LegoLiam™
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