Bugs item #1558416, was opened at 2006-09-14 09:49
Message generated for change (Comment added) made by bartdergrosse
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1558416&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: light
Group: v2.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Bart der Grosse (bartdergrosse)
Assigned to: Nobody/Anonymous (nobody)
Summary: light freeze

Initial Comment:
When I try to use light after candle to build my merge
module it freeze.
Here the code of my .wxs file
<?xml version='1.0'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'>
        <Module Id='QtCoreModul'
Guid='5DF9FA90-C685-4210-AD37-1183245234BB'
Language='0' Version='4.1.4'>
                <Package Id='1D7405F9-BA6D-430A-B49E-94928E2006A5'
Manufacturer='removed' Compressed='yes' />
                <Directory Id='TARGETDIR' Name='SourceDir'>
                        <Directory Id='QtDir' Name='.'>
                                <Component Id='QtCore'
Guid='2A2A4C82-BD2A-4B35-A13B-BA5DE2294A51'>
                                        <File Id='qtcoredll' Name='QtCore4.dll'
Assembly='win32' Checksum='yes' Vital='yes'
                                         
src='..\..\..\..\Qt\4.1.4MS\lib\QtCore4.dll'
KeyPath='yes'
                                         AssemblyManifest='qtcoredllmanifest' />
                                        <File Id='qtcoredllmanifest' 
Name='QTCORE~2.MAN'
LongName='QtGui4.dll.manifest' 
                                        
src='..\..\..\..\Qt\4.1.4MS\lib\QtCore4.dll.manifest'/>                         
                                </Component>
                        </Directory>
                </Directory>
        </Module>
</Wix>

candle will produce this:
<?xml version="1.0" encoding="utf-8"?><wixObject
xmlns="http://schemas.microsoft.com/wix/2003/04/objects";
src="C:\c++\Projekte\MSI\Merge Module\Qt MS\QtCore.wxs"
version="2.0.2207.0"><section id="QtCoreModul"
type="module"><reference table="File"
symbol="qtcoredllmanifest" /><complexReference
parentType="module" parent="QtCoreModul"
parentLanguage="0" childType="component" child="QtCore"
/><table name="File"><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*8"><field>qtcoredll</field><field>QtCore</field><field>QtCore4.dll</field><field>0</field><field
/><field /><field>1536</field><field
/><field>1</field><field>qtcoredllmanifest</field><field
/><field>QtDir</field><field
/><field>..\..\..\..\Qt\4.1.4MS\lib\QtCore4.dll</field><field
/><field>-1</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*11"><field>qtcoredllmanifest</field><field>QtCore</field><field>QTCORE~2.MAN|QtGui4.dll.manifest</field><field>0</field><field
/><field /><field>0</field><field /><field /><field
/><field /><field>QtDir</field><field
/><field>..\..\..\..\Qt\4.1.4MS\lib\QtCore4.dll.manifest</field><field
/><field>-1</field></tuple></table><table
name="Component"><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*7"><field>QtCore</field><field>{2A2A4C82-BD2A-4B35-A13B-BA5DE2294A51}</field><field>QtDir</field><field>0</field><field
/><field>qtcoredll</field></tuple></table><table
name="ModuleSignature"><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*3"><field>QtCoreModul</field><field>0</field><field>4.1.4</field><field>5DF9FA90_C685_4210_AD37_1183245234BB</field></tuple></table><table
name="_SummaryInformation"><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*4"><field>1</field><field>1252</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*4"><field>2</field><field>Installation
Database</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*4"><field>3</field><field>QtCoreModul</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*4"><field>4</field><field>removed</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*4"><field>5</field><field>Installer</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*4"><field>6</field><field>This installer
database contains the logic and data required to
install QtCoreModul.</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*4"><field>7</field><field>;0</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*4"><field>9</field><field>{1D7405F9-BA6D-430A-B49E-94928E2006A5}</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*4"><field>14</field><field>100</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*4"><field>15</field><field>2</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*4"><field>19</field><field>2</field></tuple></table><table
name="Directory"><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*6"><field>QtDir</field><field>TARGETDIR</field><field>.</field></tuple><tuple
sourceLineNumber="C:\c++\Projekte\MSI\Merge Module\Qt
MS\QtCore.wxs*5"><field>TARGETDIR</field><field
/><field>SourceDir</field></tuple></table></section></wixObject>

----------------------------------------------------------------------

>Comment By: Bart der Grosse (bartdergrosse)
Date: 2006-10-13 21:36

Message:
Logged In: YES 
user_id=1115039

No on the mailing list someone has confirmed this Bug.
So I think it has nothing to do with Win98-

----------------------------------------------------------------------

Comment By: Gary Setter (setterg)
Date: 2006-10-13 21:04

Message:
Logged In: YES 
user_id=700091

I have the same problem. The first two samples in the WiX 
help file compile and link ok. The third, which installs 
the readme.txt file, hangs light.

I have Windows98. Significant?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1558416&group_id=105970

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to