How can I use a Sharepoint server as the Source for Inno Setup files?
问题 I'm using Inno Setup for an application setup. Many of the data files that will be included with this application are stored on a Microsoft Sharepoint server. When I try to use the path Sharepoint provides in the 'Source:' [Files] Source: http://teams/sm/Symbols/*; DestDir: {app}\Symbols I get the following error on compile: Unknown filename prefix: "http:" How can I properly call out a Sharepoint location as the source for my data files? I'm using Inno Setup version 5.4.2 EDIT I know what