I m 用于安装器方案。 在安装期间,我们必须从服务器下载一些包裹,我们为此使用NSISdl图书馆。
问题是,我们需要在一个网络中安装软件,代之以NNTLM认证。 如NSISdl文件()所述,不可能使用代用认证组合。
我怎么能做NNTLM认证? I ve found a plugin Inetc for NSIS ( http://nsis.sourceforge.net/Inetc_plug-in), 它接受代理调整,但没有指明国家排雷中心。 是否有解决办法?
成就
I m 用于安装器方案。 在安装期间,我们必须从服务器下载一些包裹,我们为此使用NSISdl图书馆。
问题是,我们需要在一个网络中安装软件,代之以NNTLM认证。 如NSISdl文件()所述,不可能使用代用认证组合。
我怎么能做NNTLM认证? I ve found a plugin Inetc for NSIS ( http://nsis.sourceforge.net/Inetc_plug-in), 它接受代理调整,但没有指明国家排雷中心。 是否有解决办法?
成就
INetC使用WinINet, 这与你可能获得的信息一样接近。 The page claim that the INTERNET_FLAG_KEEP_CONNECTION
sign is required for LMNT. 我不知道这一假想是否使用这一旗帜。 如果您不能要求提交人添加或编辑自己的版本......
With the new Windows 7 restrictions (well, new to Windows Vista anyways), we can no longer install demo projects to %ProgramFilesFolder%OurApplicationdemo since restricted users will not be able to ...
I am distributing one of my applications using a .deb package, but have a problem relating to one of the files. The distribution includes a database file which is constantly updated by the app, on a ...
We developed a small MMC snap-in that installs various components of the application. In particular, it registers .NET assemblies with COM+ using System.EnterpriseServices.RegistrationHelper. The ...
In creating my WiX installer I have run into an issue when trying to close an application before installing the upgrade. Below is an example of how I am attempting to do this. <util:...
I am trying to fix an existing application that uses a Visual Studio 2005 setup project. We are requiring it to work on limited user accounts for XP, our app is written in C# for .Net 2.0. It writes ...
We have a bit of an odd setup, which comes from the fact we provide hosted installations of our software to our clients, and each client may be on a different version of our software and be running ...
I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...
I have an project csproj, with app.config file, and logging Ent.Library section using configsource attribute. The logging section is in ahother file Configloggingconfiguration.config. I have a ...