小编Fra*_*lls的帖子

如何使用msbuild引导.NET 3.5 SP1?以下找到的说明不起作用

我正在尝试使用msbuild GenerateBootstrapper任务来分发带有框架的.net应用程序,而无需使用Internet连接来安装它.

我发现很多帖子都在这里引出相同的说明:

为.NET Framework 3.5 SP1引导程序启用Samesite

按照说明操作后,我仍然无法生成引导程序.我可以看到的更明显的问题是从dotNetFx35.exe中提取文件不会提取与自述文件上显示的文件和文件夹相同的文件和文件夹列表(例如,TOOLS文件夹不存在).

我究竟做错了什么?我是否遵循旧的指示?

msbuild错误如下:

C:\svn\GII\5.1b\Installer\src\Installer\Installer.wixproj(103,5): error MSB3152: The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35SP1\TOOLS\clwireg.exe' in item '.NET Framework 3.5 SP1' can not be located on disk. See Help for more information.
C:\svn\GII\5.1b\Installer\src\Installer\Installer.wixproj(103,5): error MSB3152: The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35SP1\TOOLS\clwireg_x64.exe' in item '.NET Framework 3.5 SP1' can not be located on …
Run Code Online (Sandbox Code Playgroud)

msbuild visual-studio-2010 bootstrapper .net-3.5

6
推荐指数
1
解决办法
7309
查看次数