"Ralf Abramowitsch" <ralf.abramowitsch[ at ]googlemail.com> wrote in message news:ebc47bb8-1fed-4261-b4ae-3fe56fdae6a5[ at ]h5g2000yqh.googlegroups.com...
[Quoted Text] > Hi, > thanks for your reply! >> 2) shorten the install map >> if the install is located in c:\mystuff\installs\app >> Map y: all the way to \app >> now your "setup.exe" should be on the root of Y:\setup.exe > I tried to workaround but without success. I copied the setup.exe and > the MSI-file to the root of the mapped drive. After starting the > installer from the mapped drive, I'm getting the error message "Error > 1305. Error reading from file y:\xxxx.msi. System error 1008. Verify > that the file exists and that you can access it." [Retry] / [Cancel]. > (I copied the message from the logfile). > Any other idea? > Best regards, > Ralf
Are you using net use or subst in order to create your "mapped" drive?
See my other post about subst not working.
If you are using net use then likely it's some form of ACL restriction - try using process monitor during your MSI startup and see what accesses are made at the file level. You can correlate that against ACL list to see what could be wrong.
Sincerely, Adrian Accinelli
|