2012-07-10 315 views
0

我無法立即安裝AIR應用程序;我認爲這是因爲我正在卸載它,並通過卸載中途退出。下面是我目前看到的錯誤:安裝AIR應用程序時出錯

Bootstrapper begin with version 2.6.0.19120 on Win x86 
Installed runtime (3.3.0.3650) located at c:\Program Files (x86)\Common Files\Adobe AIR 
Launching subprocess with commandline "Adobe AIR Application Installer.exe" "C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter" 
Application Installer begin with version 3.3.0.3650 on Windows 7 x86 
Commandline is: C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter 
Installed runtime (3.3.0.3650) located at c:\Program Files (x86)\Common Files\Adobe AIR 
Validating app in folder C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter 
Application signature verified 
Unpackaging/validation complete 
No app located for appID 'transporter' and pubID '' 
Starting app installation to C:\Program Files (x86). Installing app transporter version 0.46 using the source file at file:///C:/Users/a210693/AppData/Local/Temp/AIR7495.tmp/Transporter 
Installing msi at C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter\setup.msi with guid {0ABBADCF-B729-C4A4-8D6E-2D2954077F1F} 

**Error occurred during msi install operation; beginning rollback:** [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0] 
Rolling back install of C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter\setup.msi 
Rollback complete 
**Got an unexpected fatal error while in stateInstalling:** [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0] 
Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/a210693/AppData/Local/Temp/AIR7495.tmp/Transporter 
Relaunching with elevation 


Application Installer begin with version 3.3.0.3650 on Windows 7 x86 
Commandline is: -stdio \\.\pipe\AIR_4588_0 -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/a210693/AppData/Local/Temp/AIR7495.tmp/Transporter 
Installed runtime (3.3.0.3650) located at c:\Program Files (x86)\Common Files\Adobe AIR 
Validating app in folder C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter 
Application signature verified 
Unpackaging/validation complete 
No app located for appID 'transporter' and pubID '' 
Starting silent app installation to C:\Program Files (x86). Installing app transporter version 0.46 using the source file at file:///C:/Users/a210693/AppData/Local/Temp/AIR7495.tmp/Transporter 
Installing msi at C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter\setup.msi with guid {0ABBADCF-B729-C4A4-8D6E-2D2954077F1F} 
Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0] 
Rolling back install of C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter\setup.msi 
Rollback complete 
Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0] 
Elevated install failed: error 0 1603 
Application Installer end with exit code 7 
Subprocess Application Installer failed (7) 
Bootstrapper end with exit code 7 

我已經經歷了,並刪除了目錄,我的AIR應用程序,包括appDate本地存儲的目錄。我在64位機器上使用Windows 7。

我不想重新鏡像我的電腦。任何有幫助的想法都會很棒。

謝謝!

+0

你在發佈?那是一個日誌文件嗎?或者你看到的錯誤消息?或者是其他東西? – JeffryHouser 2012-07-10 15:10:42

+0

是的,對不起。我嘗試儘可能地格式化它。它是一個日誌文件。這是AIR錯誤日誌Install.log。 – fumeng 2012-07-10 15:33:58

+0

我用粗體顯示了查明錯誤細節的文字。 – fumeng 2012-07-10 15:56:36

回答

相關問題