Bugs item #1638687, was opened at 2007-01-18 16:06
Message generated for change (Comment added) made by bartdergrosse
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1638687&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
Private: No
Submitted By: Bart der Grosse (bartdergrosse)
Assigned to: Nobody/Anonymous (nobody)
Summary: light freeze again

Initial Comment:
So after the first freeze bug was fixed, now light freeze again. Version:  
2.0.4820.0
wxs file:
<?xml version='1.0'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'>
        <Module Id='QtCoreModul' Guid='4e6edcfb-468d-4d63-ba7e-740b5fc0d502' 
Language='0' Version='4.2.2'>
                <Package Id='323a4768-c82b-438c-9378-38df9dee299c' 
Manufacturer='XXXXXXXXX' Compressed='yes' />
                <Directory Id='TARGETDIR' Name='SourceDir'>
                        <Directory Id='QtDir' Name='.'>
                                <Component Id='QtCore' 
Guid='fc0332af-7874-416b-a96f-36bfe3b636de'>
                                        <File Id='qtcoredll' Name='QtCore4.dll' 
KeyPath='yes' Assembly='win32' AssemblyManifest='qtcoremanifest' 
Source='..\..\..\..\..\Qt\4.2.2MS\lib\QtCore4.dll' />
                                        <File Id='qtcoremanifest' 
Name='core.man' LongName='QtCore4.dll.manifest' 
Source='..\..\..\..\..\Qt\4.2.2MS\lib\QtCore4.dll.manifest'/>
                                </Component>
                        </Directory>
                </Directory>
        </Module>
</Wix>
The will be added in parts, because of file size limitation.

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

>Comment By: Bart der Grosse (bartdergrosse)
Date: 2007-01-19 10:14

Message:
Logged In: YES 
user_id=1115039
Originator: YES

To extract the files download both files and extract the first via 7zip.
The last version of Wix v3(3.0.2420.0) freeze also.
Used wxs file for Wix 3:
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <Module Id="QtCoreModul" Language="0" Version="4.2.2">
        <Package Id="5DF9FA90-C685-4210-AD37-1183245234BB"
Manufacturer="XXXX" />
        <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"
Source="..\..\..\..\Qt\4.2.2MS\lib\QtCore4.dll" KeyPath="yes"
AssemblyManifest="qtcoredllmanifest" />                    
                   <File Id="qtcoredllmanifest"
Name="QtCore4.dll.manifest" Checksum="yes" Vital="yes"
Source="..\..\..\..\Qt\4.2.2MS\lib\QtCore4.dll.manifest" />
                </Component>
            </Directory>
        </Directory>
    </Module>
</Wix>

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

Comment By: Bob Arnson (barnson)
Date: 2007-01-19 02:35

Message:
Logged In: YES 
user_id=26581
Originator: NO

Error: DDL_and_Manifest.7z is not supported archive

Is it a valid manifest? Can you reproduce the problem in WiX v3? Bug
1558416 was fixed only in v3; it hasn't been decided whether to backport it
to v2.

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

Comment By: Bart der Grosse (bartdergrosse)
Date: 2007-01-18 16:09

Message:
Logged In: YES 
user_id=1115039
Originator: YES

File Added: DDL_and_Manifest.7z.002

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

Comment By: Bart der Grosse (bartdergrosse)
Date: 2007-01-18 16:08

Message:
Logged In: YES 
user_id=1115039
Originator: YES

File Added: DDL_and_Manifest.7z.001

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

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to