Hey folks, I'm trying to install a sort of weird app with wine and having issues. In Winblows, the command I'm trying to run looks like this: "\\mappednetworkdrivepath\aproposinstall\Winstall\Winstl32.exe \\mappednetworkdrivepath\aproposinstall\winstall\apr6x_LocalLinkClients.lst /NoNetwork" I've tried different combinations with wine unsuccessfully. The winstaller cannot find the lst file and cannot proceed. Any help/suggestion would be much appreciated, thanks!
anystupidname wrote:> "\\mappednetworkdrivepath\aproposinstall\Winstall\Winstl32.exe \\mappednetworkdrivepath\aproposinstall\winstall\apr6x_LocalLinkClients.lst /NoNetwork"Don't use UNC paths with Wine. Map each share to each drive in winecfg. Then use fill local path starting with that drive. Of course you have to quote everything containing back-slashes.