cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using UNC Paths in Silent Installations

[FONT=Garamond][SIZE=3]Does anyone know if there is a problem using UNC paths with silent installations? Nothing at all happens when I execute this:

setup.exe /s /v"INSTALLDIR=\"\\orville\d$\Program Files\MyCompany\My Product\" /qn" /w

Thanks for any help!
[/SIZE][/FONT]
(3) Replies
/qn sets user interface level to no UI. You may want to use a different option, or create an installation log.
[FONT=Garamond][SIZE=3]The thing is, it works fine with a UNC path when I go through the user interface, but I want to do a silent installation with no user interface. So I think there might be a problem with the UNC path on the command line.[/SIZE][/FONT]
Perhaps, you want to create and analyze the installation log for sure.