相关疑难解决方法(0)

先决条件引导程序应用程序无法安装.NET 4.5

我的安装程序将.NET 4.5作为先决条件,当在Vista上运行我的安装程序(安装了.NET 4.0)时,它会按预期启动先决条件引导程序.单击"安装"会将对话框移动到进度页面,这就是它停止的位置.它只是暂时停留在0%,然后引导程序消失(退出).

日志片段:

[0A30:0360][2013-07-11T10:41:23]i300: Apply begin
[093C:06F4][2013-07-11T10:41:23]i360: Creating a system restore point.
[093C:06F4][2013-07-11T10:41:28]i361: Created a system restore point.
[0A30:0360][2013-07-11T10:41:28]i399: Apply complete, result: 0x0, restart: None, ba requested restart:  No
[0A30:0360][2013-07-11T10:41:28]i500: Shutting down, exit code: 0x0
[0A30:0360][2013-07-11T10:41:28]i000: The prerequisites were not successfully installed, error: 0x0. The bootstrapper application will be not reloaded.
Run Code Online (Sandbox Code Playgroud)

我的.NET包(这是包中的第一个包):

<PackageGroup Id="Netfx45Full">
  <ExePackage Id="Netfx45Full"
              Cache="no" 
              Compressed="yes"
              PerMachine="yes"
              Permanent="yes"
              Vital="yes"
              SourceFile="..\Common\PreRequisites\MSIL\dotNetFx45_Full_x86_x64.exe"
              InstallCondition="NOT (Netfx4FullVersion=&quot;4.5.50709&quot; OR Netfx4x64FullVersion=&quot;4.5.50709&quot;)"
              DetectCondition="(Netfx4FullVersion=&quot;4.5.50709&quot;) AND (NOT VersionNT64 OR (Netfx4x64FullVersion=&quot;4.5.50709&quot;))" />
</PackageGroup>
Run Code Online (Sandbox Code Playgroud)

我的bootstrappercore.config有以下内容:

<wix.bootstrapper>
    <host assemblyName="Bootstrapper">
        <supportedFramework …
Run Code Online (Sandbox Code Playgroud)

wix burn

2
推荐指数
1
解决办法
2379
查看次数

标签 统计

burn ×1

wix ×1