Бизнес-робот
Бизнес
робот

Темы:

Архив:

Каталог рекламы и объявлений

Ящик для предложений: sales@blogslov.ru

WiX-devs Digest, Vol 19, Issue 22

Send WiX-devs mailing list submissions to


To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/wix-devs
or, via email, send a message with subject or body 'help' to


You can reach the person managing the list at


When replying, please edit your Subject line so it is more specific
than "Re: Contents of WiX-devs digest..."


Today's Topics:

1. [ wix-Bugs-1852868 ] Adding extension as relative rather than
absolute path (SourceForge.net)
2. [ wix-Bugs-1853251 ] XmlFile/Permanent="yes" gives Compile
error (SourceForge.net)
3. [ wix-Bugs-1853251 ] XmlFile/Permanent="yes" gives Compile
error (SourceForge.net)
4. [ wix-Bugs-1853251 ] XmlFile/Permanent="yes" gives Compile
error (SourceForge.net)
5. [ wix-Bugs-1848919 ] Clean task deletes files from all
configurations (SourceForge.net)
6. [ wix-Bugs-1853854 ] The error texts seem to bee missing from
WixUIExtension (SourceForge.net)
7. [ wix-Bugs-1841785 ] Error with pyro and new delta patching -
exception (SourceForge.net)
8. [ wix-Bugs-1854432 ] Most pdbs missing from pdb ZIP
(SourceForge.net)


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

Message: 1
Date: Mon, 17 Dec 2007 22:07:08 -0800
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Bugs-1852868 ] Adding extension as relative
rather than absolute path
To:
Message-ID:
Content-Type: text/plain; charset="UTF-8"

Bugs item #1852868, was opened at 2007-12-18 16:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1852868&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: votive
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: si- (si-)
Assigned to: Justin Rockwood (justinrockwood)
Summary: Adding extension as relative rather than absolute path

Initial Comment:
We version control our extensions and place them relative to the source; this stops things from falling over when WiX is installed in different locations, and gives people a clue as to when to update to the next weekly release.

However, there is no easy way to change an extensions path from being absolute to relative, or to add a relative path to begin with, except by diving into the wixproj file.

So, it would be great if the Votive UI for adding an extension reference respected relative paths, just like the rest of Visual Studio does.


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

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



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

Message: 2
Date: Tue, 18 Dec 2007 08:29:34 -0800
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Bugs-1853251 ] XmlFile/Permanent="yes" gives
Compile error
To:
Message-ID:
Content-Type: text/plain; charset="UTF-8"

Bugs item #1853251, was opened at 2007-12-18 16:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1853251&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Lavelle (hypercaust)
Assigned to: Nobody/Anonymous (nobody)
Summary: XmlFile/Permanent="yes" gives Compile error

Initial Comment:
The following snippet Compiles until the Permanent attribute equals "yes":


Giving the errors:

candle.exe : error CNDL0001 : Cannot set column 'Flags' with value 65537 because it is greater than the maximum allowed value for this column, 65536.

Exception Type: System.InvalidOperationException

Stack Trace:
at Microsoft.Tools.WindowsInstallerXml.ColumnDefinition.ValidateValue(Object value)
at Microsoft.Tools.WindowsInstallerXml.Row.set_Item(Int32 field, Object value)
at Microsoft.Tools.WindowsInstallerXml.Extensions.UtilCompiler.ParseXmlFileElement(XmlNode node, String componentId)
at Microsoft.Tools.WindowsInstallerXml.Extensions.UtilCompiler.ParseElement(SourceLineNumberCollection sourceLineNumbers, XmlElement parentElement, XmlElement element, String[] contextValues)
at Microsoft.Tools.WindowsInstallerXml.CompilerCore.ParseExtensionElement(SourceLineNumberCollection sourceLineNumbers, XmlElement parentElement, XmlElement element, String[] contextValues)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseComponentElement(XmlNode node, ComplexReferenceParentType parentType, String parentId, String parentLanguage, Int32 diskId, String directoryId, String srcPath)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDirectoryElement(XmlNode node, String parentId, Int32 diskId, String fileSource)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDirectoryElement(XmlNode node, String parentId, Int32 diskId, String fileSource)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDirectoryElement(XmlNode node, String parentId, Int32 diskId, String fileSource)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseProductElement(XmlNode node)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseWixElement(XmlNode node)
at Microsoft.Tools.WindowsInstallerXml.Compiler.Compile(XmlDocument source)
at Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Run(String[] args)


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

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



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

Message: 3
Date: Tue, 18 Dec 2007 08:32:23 -0800
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Bugs-1853251 ] XmlFile/Permanent="yes" gives
Compile error
To:
Message-ID:
Content-Type: text/plain; charset="UTF-8"

Bugs item #1853251, was opened at 2007-12-18 16:29
Message generated for change (Comment added) made by hypercaust
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1853251&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Lavelle (hypercaust)
Assigned to: Nobody/Anonymous (nobody)
Summary: XmlFile/Permanent="yes" gives Compile error

Initial Comment:
The following snippet Compiles until the Permanent attribute equals "yes":


Giving the errors:

candle.exe : error CNDL0001 : Cannot set column 'Flags' with value 65537 because it is greater than the maximum allowed value for this column, 65536.

Exception Type: System.InvalidOperationException

Stack Trace:
at Microsoft.Tools.WindowsInstallerXml.ColumnDefinition.ValidateValue(Object value)
at Microsoft.Tools.WindowsInstallerXml.Row.set_Item(Int32 field, Object value)
at Microsoft.Tools.WindowsInstallerXml.Extensions.UtilCompiler.ParseXmlFileElement(XmlNode node, String componentId)
at Microsoft.Tools.WindowsInstallerXml.Extensions.UtilCompiler.ParseElement(SourceLineNumberCollection sourceLineNumbers, XmlElement parentElement, XmlElement element, String[] contextValues)
at Microsoft.Tools.WindowsInstallerXml.CompilerCore.ParseExtensionElement(SourceLineNumberCollection sourceLineNumbers, XmlElement parentElement, XmlElement element, String[] contextValues)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseComponentElement(XmlNode node, ComplexReferenceParentType parentType, String parentId, String parentLanguage, Int32 diskId, String directoryId, String srcPath)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDirectoryElement(XmlNode node, String parentId, Int32 diskId, String fileSource)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDirectoryElement(XmlNode node, String parentId, Int32 diskId, String fileSource)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDirectoryElement(XmlNode node, String parentId, Int32 diskId, String fileSource)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseProductElement(XmlNode node)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseWixElement(XmlNode node)
at Microsoft.Tools.WindowsInstallerXml.Compiler.Compile(XmlDocument source)
at Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Run(String[] args)


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

>Comment By: Martin Lavelle (hypercaust)
Date: 2007-12-18 16:32

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

Forgot to say, using Wix V3.0.3530.0.

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

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



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

Message: 4
Date: Tue, 18 Dec 2007 08:35:10 -0800
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Bugs-1853251 ] XmlFile/Permanent="yes" gives
Compile error
To:
Message-ID:
Content-Type: text/plain; charset="UTF-8"

Bugs item #1853251, was opened at 2007-12-18 16:29
Message generated for change (Comment added) made by hypercaust
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1853251&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Lavelle (hypercaust)
Assigned to: Nobody/Anonymous (nobody)
Summary: XmlFile/Permanent="yes" gives Compile error

Initial Comment:
The following snippet Compiles until the Permanent attribute equals "yes":


Giving the errors:

candle.exe : error CNDL0001 : Cannot set column 'Flags' with value 65537 because it is greater than the maximum allowed value for this column, 65536.

Exception Type: System.InvalidOperationException

Stack Trace:
at Microsoft.Tools.WindowsInstallerXml.ColumnDefinition.ValidateValue(Object value)
at Microsoft.Tools.WindowsInstallerXml.Row.set_Item(Int32 field, Object value)
at Microsoft.Tools.WindowsInstallerXml.Extensions.UtilCompiler.ParseXmlFileElement(XmlNode node, String componentId)
at Microsoft.Tools.WindowsInstallerXml.Extensions.UtilCompiler.ParseElement(SourceLineNumberCollection sourceLineNumbers, XmlElement parentElement, XmlElement element, String[] contextValues)
at Microsoft.Tools.WindowsInstallerXml.CompilerCore.ParseExtensionElement(SourceLineNumberCollection sourceLineNumbers, XmlElement parentElement, XmlElement element, String[] contextValues)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseComponentElement(XmlNode node, ComplexReferenceParentType parentType, String parentId, String parentLanguage, Int32 diskId, String directoryId, String srcPath)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDirectoryElement(XmlNode node, String parentId, Int32 diskId, String fileSource)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDirectoryElement(XmlNode node, String parentId, Int32 diskId, String fileSource)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDirectoryElement(XmlNode node, String parentId, Int32 diskId, String fileSource)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseProductElement(XmlNode node)
at Microsoft.Tools.WindowsInstallerXml.Compiler.ParseWixElement(XmlNode node)
at Microsoft.Tools.WindowsInstallerXml.Compiler.Compile(XmlDocument source)
at Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Run(String[] args)


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

>Comment By: Martin Lavelle (hypercaust)
Date: 2007-12-18 16:35

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

Forgot to say, using Wix V3.0.3530.0.

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

Comment By: Martin Lavelle (hypercaust)
Date: 2007-12-18 16:32

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

Forgot to say, using Wix V3.0.3530.0.

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

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



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

Message: 5
Date: Tue, 18 Dec 2007 15:02:21 -0800
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Bugs-1848919 ] Clean task deletes files from
all configurations
To:
Message-ID:
Content-Type: text/plain; charset="UTF-8"

Bugs item #1848919, was opened at 2007-12-11 13:26
Message generated for change (Comment added) made by pmarcu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1848919&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: msbuild
Group: v3.0
>Status: Pending
>Resolution: Duplicate
Priority: 8
Private: No
Submitted By: Eric Bickle (shadowchaser)
>Assigned to: pmarcu (pmarcu)
Summary: Clean task deletes files from all configurations

Initial Comment:
Executing a "Clean" or "Rebuild" using Votive or MSBuild deletes files from *all* solutions, not just the active one.

For example:
* Create a new Wix project using Votive
* Open WixProject1.wxs
* Add "" to middle of component
* Switch to "Debug" configuration
* Run build
* Verify WixProject1.msi was created in "bin\Debug" directory.
* Switch to "Release" configuration.
* Run rebuild (or clean)
* bin\Debug\WixProject1.msi was deleted when the release configuration was built!!!

Needless to say, this is extremely aggrivating when setting up a build server and having MSI packages vanish out of thin air :-)

/wix/src/WixTasks/wix.targets has a fundamental design flaw in it. When a build happens, it writes a list of the files it modified to $(MSBuildProjectFile).FileList.txt.

The "CoreClean" task loads the filelist into the "_CleanPriorFileWrites" item, then calls on that list. No consideration is made as to which configuration built the files.

To fix this, a separate file list must be kept for each configuration.

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

>Comment By: pmarcu (pmarcu)
Date: 2007-12-18 15:02

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

This was fixed a couple weeks ago. You'll have to pick up a recent build
or wait for the next build if its not in that latest one out there now.

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

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



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

Message: 6
Date: Wed, 19 Dec 2007 02:56:53 -0800
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Bugs-1853854 ] The error texts seem to bee
missing from WixUIExtension
To:
Message-ID:
Content-Type: text/plain; charset="UTF-8"

Bugs item #1853854, was opened at 2007-12-19 11:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1853854&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: wixui
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Thomas Minor (drseltsam)
Assigned to: Nobody/Anonymous (nobody)
Summary: The error texts seem to bee missing from WixUIExtension

Initial Comment:
Hi there,
it seems like some resources (error text) for the WixUIExtension.dll did not make it in the binary. The Version 3.0.3530.0 was about 600kB and the actual version 3.0.3617.0 is about 400kB big.

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

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



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

Message: 7
Date: Wed, 19 Dec 2007 05:54:11 -0800
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Bugs-1841785 ] Error with pyro and new delta
patching - exception
To:
Message-ID:
Content-Type: text/plain; charset="UTF-8"

Bugs item #1841785, was opened at 2007-11-30 17:08
Message generated for change (Comment added) made by cristiannbaiu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1841785&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: pyro
Group: None
>Status: Closed
Resolution: Fixed
Priority: 9
Private: No
Submitted By: Cristian Baiu (cristiannbaiu)
Assigned to: pmarcu (pmarcu)
Summary: Error with pyro and new delta patching - exception

Initial Comment:
Hello,

I have tried to use the new delta patching with WIX toolset build 3.0.3530.0.
When I specify the -delta switch to pyro no patch was created and the following error appeared:
pyro.exe : error PYRO0001 : Input string was not in a correct format.
Compiling and debugging pyro with I got an execptoin in BinderExtension.cs on line 372, method "ResolvePatch", in sequence:

optimizePatchSizeForLargeFiles = (1 == Convert.ToUInt32(row[1], CultureInfo.InvariantCulture));

Inspecting the value of row[1] which is sent to Convert.ToUInt32 , I saw that raw[1] is rather a GUID than a number.

This happens no matter if I specify or not the OptimizePatchSizeForLargeFiles Patch's attribute.

So, the delta patch does not work.






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

>Comment By: Cristian Baiu (cristiannbaiu)
Date: 2007-12-19 15:54

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

It works with ver. 3.0.3617.0

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

Comment By: pmarcu (pmarcu)
Date: 2007-12-04 00:48

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

Should be in the next build

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

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



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

Message: 8
Date: Wed, 19 Dec 2007 13:35:43 -0800
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Bugs-1854432 ] Most pdbs missing from pdb
ZIP
To:
Message-ID:
Content-Type: text/plain; charset="UTF-8"

Bugs item #1854432, was opened at 2007-12-19 13:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1854432&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: None
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Heath Stewart (heaths)
Assigned to: Nobody/Anonymous (nobody)
Summary: Most pdbs missing from pdb ZIP

Initial Comment:
The pdb ZIP file is missing most of the PDBs since the msbuild conversion, such as wix.pdb.

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

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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

_______________________________________________
WiX-devs mailing list

https://lists.sourceforge.net/lists/listinfo/wix-devs


End of WiX-devs Digest, Vol 19, Issue 22
****************************************