簡體   English   中英

Visual Studio VB應用程序安裝錯誤:“系統找不到指定的文件。 ”

[英]Visual Studio VB application Installation Error: “The system cannot find the file specified. ”

我有一個不會在特定筆記本電腦上安裝的VB應用程序。 當我單擊setup.exe時,沒有任何反應,也沒有錯誤消息出現。 當我在其他計算機上嘗試時,它會正確安裝。

反復單擊setup.exe之后,彈出窗口:

The following properties have been set: 
Property: [AdminUser] = true {boolean} 
Property: [InstallMode] = HomeSite {string} 
Property: [ProcessorArchitecture] = AMD64 {string} 
Property: [VersionNT] = 6.1.1 {version} 
Running checks for package 'Windows Installer 3.1', phase BuildList 
The following properties have been set for package 'Windows Installer 3.1': 
Running checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe' 
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '3.1': true 
Result of checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe' is 'Bypass' 
'Windows Installer 3.1' RunCheck result: No Install Needed 
Running checks for package 'Microsoft .NET Framework 4 Client Profile (x86 and x64)', phase BuildList 
Reading value 'Version' of registry key 'HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Client' 
Read string value '4.5.50938' 
Setting value '4.5.50938 {string}' for property 'DotNet40Client_TargetVersion' 
The following properties have been set for package 'Microsoft .NET Framework 4 Client Profile (x86 and x64)': 
Property: [DotNet40Client_TargetVersion] = 4.5.50938 {string} 
Running checks for command 'DotNetFX40Client\dotNetFx40_Client_x86_x64.exe' 
Result of running operator 'ValueEqualTo' on property 'InstallMode' and value 'HomeSite': true 
Result of checks for command 'DotNetFX40Client\dotNetFx40_Client_x86_x64.exe' is 'Bypass' 
Running checks for command 'DotNetFX40Client\dotNetFx40_Client_setup.exe' 
Result of running operator 'ValueNotEqualTo' on property 'InstallMode' and value 'HomeSite': false 
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'DotNet40Client_TargetVersion' and value '4.0.30129': true 
Result of checks for command 'DotNetFX40Client\dotNetFx40_Client_setup.exe' is 'Bypass' 
'Microsoft .NET Framework 4 Client Profile (x86 and x64)' RunCheck result: No Install Needed 
Launching Application. 
Application appears to be an application manifest 
Launching application manifest via dfshim 
LaunchApplication failed with HRESULT '-2147023170' 
Running command 'C:\Users\s.maranan\Desktop\Infra_System_App.application' with arguments '' 
ShellExecuteEx failed with error code 2 
Error: The following error occurred attempting to install 'C:\Users\s.maranan\Desktop\Infra_System_App.application': 
"The system cannot find the file specified. "

便攜式計算機已安裝.NET Framework V4,但錯誤仍然存​​在。 任何幫助將不勝感激,在此先感謝您。

嘗試從計算機中刪除Visual Studio的所有實例,然后從經過驗證的來源重新下載安裝程序。 如果您不能直接通過Microsoft獲得並且是學生,則可以通過學校獲得Ultimate 2014的副本。

您的setup.exe是為AMD64設計的嗎? 可以嘗試針對此處理器體系結構對其進行編譯。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM