windows - TideSDK与XAMPP bundle 冲突

标签 windows xampp bundle conflict tidesdk

首先,我是瑞士人,如果我说错了,请原谅我;我的英语不太丰富。

在 w7 上安装 XAMPP,当我尝试启动应用程序(由 TideSDK Developer 创建的 bundle )时,我收到几个错误通知,因为 TideSDK 在 XAMPP 路径中搜索库等。

否则,如果我像这样重命名 XAMPP 文件夹:C:/windows/ZZZxampp/ 一切正常。

所以我想知道如何告诉应用程序不要在 XAMPP 路径中搜索

问候并谢谢您。


详细信息:

即使从 TideSDK Developer 启动的新空项目中,我也会收到错误消息。我认为问题可能是 xampp 的降级做得不好。 现在是 v1.7.3,但在 xampp/htdocs/xampp/.version 文件中我仍然可以看到 v1.8.1。

我认为这很正常,因为许多错误都引用了 php;带有此消息:

...unable to...
Module compiled with build ID=API20090626,TS,VC6<-------
PHP compiled with build ID=API20090626,TS,VC8<----------
These options need to match

但我不是专家,所以也许我错了。所以,这里有一些代码。

list :

#appname: Test
#appid: dfgsdgnjfdxcydghssdf
#guid: a9d7f8a0-8389-4dd7-a7d6-293a9b04787e
#version: 1.0
#image: default_app_logo.png
#publisher: G
#url: www.test.com
runtime: 1.3.1-beta
app: 1.3.1-beta
codec: 1.3.1-beta
database: 1.3.1-beta
filesystem: 1.3.1-beta
media: 1.3.1-beta
monkey: 1.3.1-beta
network: 1.3.1-beta
platform: 1.3.1-beta
process: 1.3.1-beta
ui: 1.3.1-beta
worker: 1.3.1-beta
php: 1.3.1-beta

tiapp.xml

<ti:app xmlns:ti="http://ti.appcelerator.org">

<id>dfgsdgnjfdxcydghssdf</id>
<name>Test</name>
<version>1.0</version>
<publisher>G</publisher>
<url>www.test.com</url>
<icon>default_app_logo.png</icon>
<copyright>2012 by G</copyright>

<window>
<id>initial</id>
<title>Test</title>
<url>app://index.html</url>
<width>700</width>
<max-width>3000</max-width>
<min-width>0</min-width>
<height>500</height>
<max-height>3000</max-height>
<min-height>0</min-height>
<fullscreen>false</fullscreen>
<resizable>true</resizable>
<chrome scrollbars="true">true</chrome>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<closeable>true</closeable>
</window>
</ti:app>

Index.html 只是 html...

以及打包日志

Preparing to package desktop app together with runtime. One moment...
Staging Test
-> Copying contents from C:\Users\G\Desktop\Test to C:\Users\G\Desktop\Test\packages\win32\bundle\Test
-> Copying installer from C:\ProgramData\TideSDK\sdk\win32\1.3.1-beta\installer to C:\Users\G\Desktop\Test\packages\win32\bundle\Test
-> Copying runtime to C:\Users\G\Desktop\Test\packages\win32\bundle\Test
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\app\1.3.1-beta\\tideapp.dll does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\app\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\app\1.3.1-beta
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\codec\1.3.1-beta\\tidecodec.dll does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\codec\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\codec\1.3.1-beta
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\database\1.3.1-beta\\tidedatabase.dll does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\database\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\database\1.3.1-beta
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\filesystem\1.3.1-beta\\tidefilesystem.dll does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\filesystem\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\filesystem\1.3.1-beta
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\media\1.3.1-beta\\tidemedia.dll does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\media\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\media\1.3.1-beta
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\monkey\1.3.1-beta\\tidemonkey.dll does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\monkey\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\monkey\1.3.1-beta
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\network\1.3.1-beta\\tidenetwork.dll does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\network\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\network\1.3.1-beta
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\platform\1.3.1-beta\\tideplatform.dll does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\platform\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\platform\1.3.1-beta
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\process\1.3.1-beta\\tideprocess.dll does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\process\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\process\1.3.1-beta
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\ui\1.3.1-beta\\default.css does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\ui\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\ui\1.3.1-beta
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\worker\1.3.1-beta\\tideworker.dll does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\worker\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\worker\1.3.1-beta
-> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\php\1.3.1-beta\\install.txt does not exist
-> Copying C:\ProgramData\TideSDK\modules\win32\php\1.3.1-beta ==> C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\php\1.3.1-beta
-> Copying tiboot.exe to C:\Users\G\Desktop\Test\packages\win32\bundle\Test
Version: ImageMagick 6.8.0-8 2012-12-05 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
-> Launching: C:\ProgramData\TideSDK\sdk\win32\1.3.1-beta\ReplaceVistaIcon.exe "C:\Users\G\Desktop\Test\packages\win32\bundle\Test\Test.exe" "C:\Users\G\Desktop\Test\packages\win32\bundle\Test\Resources\_converted_icon.ico"
->
Language="1033" Codepage="1252"
UpgradeCode="a9d7f8a0-8389-4dd7-a7d6-293a9b04787e">
Description="Test"
Comments="None provided" Manufacturer="None provided"
InstallerVersion="300" Languages="1033" Compressed="yes" SummaryCodepage="1252" />
Minimum='0.0.1' IncludeMinimum='yes'
Maximum="1.0.0" IncludeMaximum='yes' />
WorkingDirectory="INSTALLDIR" Icon="ApplicationIcon.exe"
IconIndex="0" Advertise="yes" />
WorkingDirectory="INSTALLDIR" Icon="ApplicationIcon.exe"
IconIndex="0" Advertise="yes" />
ConfigurableDirectory="INSTALLDIR">
NOT Installed
NOT Installed
NOT Installed
-> Ignoring error: [Error 2] Impossibile trovare il file specificato: 'C:\\Users\\G\\Desktop\\Test\\packages\\win32\\bundle\\installer.wxs.wixobj'
Traceback (most recent call last):
File "C:\ProgramData\TideSDK\sdk\win32\1.3.1-beta\tidebuilder.py", line 147, in
app.package(options.destination, bundle=bundle)
File "C:\ProgramData\TideSDK\sdk\win32\1.3.1-beta\win32_app.py", line 174, in package
wix_bin_dir = self.get_wix_bin_directory()
File "C:\ProgramData\TideSDK\sdk\win32\1.3.1-beta\win32_app.py", line 197, in get_wix_bin_directory
raise Exception('Could not find WiX v3 bin directory')
Exception: Could not find WiX v3 bin directory
Done packaging!

最佳答案

你是对的:WIX 需要修复。

替换字符串

'Windows Installer XML v3' 

'WiX Toolset v3.7' //my version installed'

C:\ProgramData\TideSDK\sdk\win32\1.3.1-beta\win32_app.py 

已经解决了打包问题。(即使有 light.exe 错误,它仍然有效)

这里是新日志:

Preparing to package desktop app together with runtime. One moment...
Staging Test
-> Copying contents from C:\Users\G\Desktop\Test to C:\Users\G\Desktop\Test\packages\win32\bundle\Test
-> Copying installer from C:\ProgramData\TideSDK\sdk\win32\1.3.1-beta\installer to C:\Users\G\Desktop\Test\packages\win32\bundle\Test
-> Copying runtime to C:\Users\G\Desktop\Test\packages\win32\bundle\Test
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\app\1.3.1-beta
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\codec\1.3.1-beta
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\database\1.3.1-beta
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\filesystem\1.3.1-beta
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\media\1.3.1-beta
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\monkey\1.3.1-beta
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\network\1.3.1-beta
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\platform\1.3.1-beta
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\process\1.3.1-beta
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\ui\1.3.1-beta
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\worker\1.3.1-beta
-> Already up to date: C:\Users\G\Desktop\Test\packages\win32\bundle\Test\modules\php\1.3.1-beta
-> Copying tiboot.exe to C:\Users\G\Desktop\Test\packages\win32\bundle\Test
Version: ImageMagick 6.8.0-8 2012-12-05 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
-> Launching: C:\ProgramData\TideSDK\sdk\win32\1.3.1-beta\ReplaceVistaIcon.exe "C:\Users\G\Desktop\Test\packages\win32\bundle\Test\Test.exe" "C:\Users\G\Desktop\Test\packages\win32\bundle\Test\Resources\_converted_icon.ico"
->
Language="1033" Codepage="1252"
UpgradeCode="a9d7f8a0-8389-4dd7-a7d6-293a9b04787e">
Description="Test"
Comments="None provided" Manufacturer="None provided"
InstallerVersion="300" Languages="1033" Compressed="yes" SummaryCodepage="1252" />
Minimum='0.0.1' IncludeMinimum='yes'
Maximum="1.0.0" IncludeMaximum='yes' />
WorkingDirectory="INSTALLDIR" Icon="ApplicationIcon.exe"
IconIndex="0" Advertise="yes" />
WorkingDirectory="INSTALLDIR" Icon="ApplicationIcon.exe"
IconIndex="0" Advertise="yes" />
ConfigurableDirectory="INSTALLDIR">
NOT Installed
NOT Installed
NOT Installed
-> Launching: ['C:\\Program Files (x86)\\WiX Toolset v3.7\\bin\\candle.exe', '-out', 'C:\\Users\\G\\Desktop\\Test\\packages\\win32\\bundle\\installer.wxs.wixobj', 'C:\\Users\\G\\Desktop\\Test\\packages\\win32\\bundle\\installer.wxs']
Windows Installer Xml Compiler version 3.7.1119.0
Copyright (C) Outercurve Foundation. All rights reserved.
installer.wxs
-> Launching: ['C:\\Program Files (x86)\\WiX Toolset v3.7\\bin\\light.exe', '-ext', ' WixUIExtension', '-out', u'C:\\Users\\G\\Desktop\\Test\\packages\\win32\\bundle\\Test.msi', 'C:\\Users\\G\\Desktop\\Test\\packages\\win32\\bundle\\installer.wxs.wixobj']
Windows Installer Xml Linker version 3.7.1119.0
Copyright (C) Outercurve Foundation. All rights reserved.
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_payload.8.0.50727.4053.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.4053.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.238.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.3044.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.3051.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.3069.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_payload.8.0.50727.3044.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_payload.8.0.50727.3051.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.1833.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.4027.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_payload.8.0.50727.3069.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_payload.8.0.50727.1833.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.4028.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.4029.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_payload.8.0.50727.4027.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.4045.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_payload.8.0.50727.4028.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_payload.8.0.50727.4029.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.4052.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_payload.8.0.50727.4045.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_payload.8.0.50727.4052.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.238.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.3044.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.3051.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_payload.8.0.50727.3044.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.3069.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_payload.8.0.50727.3051.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.1833.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_payload.8.0.50727.3069.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.4027.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_payload.8.0.50727.1833.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.4028.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_payload.8.0.50727.4027.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.4029.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_payload.8.0.50727.4028.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.4045.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_payload.8.0.50727.4029.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.4052.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_payload.8.0.50727.4045.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.4053.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_payload.8.0.50727.4052.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_payload.8.0.50727.4053.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE25: Possible dependency failure as we do not find CRT.Policy.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E@0 v in ModuleSignature table
C:\Users\G\Desktop\Test\packages\win32\bundle\installer.wxs(15) : warning LGHT1076 : ICE61: This product should remove only older versions of itself. The Maximum version is not less than the current product. (1.0.0 1.0.0)
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table InstallExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table InstallUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table AdminExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table AdminUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table AdvtExecuteSequence
Done packaging!

无论如何,我所说的错误消息类似于在尝试启动/执行应用程序时连续触发 20 个模态窗口。 当我重命名 xampp 文件夹时我可以启动/调试并从包中执行应用程序...而不会出现任何模式错误。

我尝试安装新版本的 xampp (1.8.1) 并且...很好,干净安装仅出现一个错误:

PHP Startup: bz2: Unable to initialize module 
Module compiled with build ID=API 20100525
PHP compiled with build ID=API20090626
These options need to match

为什么 TideSDK 讨厌 XAMPP?

真的:应用程序不会首先尝试使用默认系统资源吗?

关于windows - TideSDK与XAMPP bundle 冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13903161/

相关文章:

java - 尝试导出简单接口(interface)时 Unresolved 约束

c++ - 如何在 Windows C++ CLR 中跟踪数千个绘制的形状

windows - 哪个 Emacs...适用于 Mac OS X?...适用于 Windows?...适用于 Linux?

XAMPP - Mysql 停止在 OS X Yosemite (10.10) 上工作

mysql - XAMPP:MySQL 意外关闭,尝试重新安装一切仍然不起作用

android - 在 Android 中的 Activity 和 Intent 之间传递整数总是导致零/空

windows - 是否可以在不使用 Bitblt 的情况下使用指针直接(低级别)写入窗口?

windows - 在汇合中创建指向网络上文件位置的链接

mysql - 我在 mysqld.exe (Xampp) 中遇到高磁盘使用率

java - 如何创建我自己的自定义 Dropwizard 包?