首先,我是瑞士人,所以如果我错了,请原谅我,我的英语不那么丰富。
在w7上安装XAMPP时,当我尝试启动应用程序(由TideSDK开发人员创建的包包)时,我会收到一些错误通知,因为TideSDK会在XAMPP路径中搜索库,所以会这样做。
否则,如果我将XAMPP文件夹重命名如下:C:/windows/ZZZxampp/ everything工作。
所以我想知道怎么可能告诉应用程序不要在XAMPP路径中搜索
问候和谢谢你。
详细信息:
即使是从TideSDK开发人员启动的一个新的空项目中,我也会收到错误消息。那么,我认为问题可能在于对xampp评级的下调。现在是v1.7.3,但是在xampp/htdocs/xampp/..version文件中,我仍然可以看到v1.8.1。
我认为这使sanse产生了许多错误,因为许多错误都引用到php;使用以下消息:
...unable to...
Module compiled with build ID=API20090626,TS,VC6<-------
PHP compiled with build ID=API20090626,TS,VC8<----------
These options need to match但我不是专家所以也许我错了。这里有一些代码。
清单:
#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-betatiapp.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!发布于 2012-12-18 04:21:18
你说得对: 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文件夹时,我可以启动/调试,并从package...without执行该应用程序任何模态错误.
我试着安装了一个新版本的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?
真的:难道应用程序不能先尝试使用默认的系统资源吗?
发布于 2012-12-17 20:07:34
您的错误与本地XAMPP安装无关。运行应用程序并不是为了测试/调试目的,而是尝试启动打包进程(它生成可执行文件和/或要分发的安装包)。
由于没有正确安装WIX工具集,windows机器上的打包失败。
https://stackoverflow.com/questions/13903161
复制相似问题