Re: [WiX-users] How to set Title in Summary Information Stream

2013-10-28 Thread kirannhegde
Yes, i have used the DisplayName . I do not think that it corresponds to "Title" in the summary information stream. To be more clear, this is what i want populated: -When you right click on a .msp file in windows explorer, there is a section called "Description" under the Details pane. -Under thi

Re: [WiX-users] How to set Title in Summary Information Stream

2013-10-25 Thread Phil Wilson
PatchMetaData table: http://msdn.microsoft.com/en-us/library/windows/desktop/aa370584(v=vs.85).aspx Look at DisplayName. IIs that what you used when the patch creation failed? Phil Wilson On Fri, Oct 25, 2013 at 5:06 AM, kirannhegde wrote: > The documentation for PatchMetaData table lists f

Re: [WiX-users] How to set Title in Summary Information Stream

2013-10-25 Thread kirannhegde
The documentation for PatchMetaData table lists few standard properites. http://msdn.microsoft.com/en-us/library/aa370344(v=vs.85).aspx I do not see anything mentioned for populating Title, Comments etc. I even attempted building the patch by updating the .pcp file to include the Title propert

Re: [WiX-users] How to set Title in Summary Information Stream

2013-10-08 Thread Blair Murri
Add and populate the PatchMetadata element to your authoring. > Date: Mon, 7 Oct 2013 23:35:47 -0700 > From: kirann.he...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] How to set Title in Summary Information Stream > > Hello Phil, > > Do you

Re: [WiX-users] How to set Title in Summary Information Stream

2013-10-07 Thread kirannhegde
Hello Phil, Do you have any further inputs on what could be done to resolve this problem? Kiran Hegde -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-set-Title-in-Summary-Information-Stream-tp709628p7589515.html Sent from the wix-users mai

Re: [WiX-users] How to set Title in Summary Information Stream

2013-09-27 Thread Phil Wilson
Those values in a patch do not come from the summaryinformation stream in the pcp file. They come from the PatchMetadata table of the pcp file. Phil Wilson On Fri, Sep 27, 2013 at 2:48 AM, kirannhegde wrote: > I have a similar problem as follows: > I am building a patch package using msimsp.e

Re: [WiX-users] How to set Title in Summary Information Stream

2013-09-27 Thread kirannhegde
I have a similar problem as follows: I am building a patch package using msimsp.exe from the windows installer SDK. I make use of a patch creation properties file(.pcp) as part of the patch building process. The .pcp file has the summary information properties such as Title, Author, Subject, Com

Re: [WiX-users] How to set Title in Summary Information Stream

2008-03-19 Thread Bob Arnson
Mike Dimmick wrote: > My emphasis on *should*. The SDK doesn't define 'should' so it's not clear > if this is a recommendation or a requirement. Yep, exactly. The MSI doc isn't always RFC-like. Others, like Comments, are configurable and probably shouldn't be, depending on your read. Feel free

Re: [WiX-users] How to set Title in Summary Information Stream

2008-03-18 Thread fgc
Alright, thanks to all of you for your answers. I will leave it at that for the moment. fgc wrote: > > Hi all, > > I'm using WiX 2.0.5325.0 and have the following question: Is it possible > to set the Title attribute in the msi Summary Information Stream? So far I > have not found a way to do

Re: [WiX-users] How to set Title in Summary Information Stream

2008-03-16 Thread Mike Dimmick
e- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: 14 March 2008 17:54 To: fgc Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to set Title in Summary Information Stream fgc wrote: > I'm using WiX 2.0.5325.0 and have the following question: Is i

Re: [WiX-users] How to set Title in Summary Information Stream

2008-03-14 Thread Bob Arnson
fgc wrote: > I'm using WiX 2.0.5325.0 and have the following question: Is it possible to > set the Title attribute in the msi Summary Information Stream? So far I have > not found a way to do this. It works fine with the Subject, Author, Keywords > and Comments. But when I open the summary informat

Re: [WiX-users] How to set Title in Summary Information Stream

2008-03-14 Thread Alexander Shevchuk
the Title property: msiinfo MyMsi.msi /T "My personal Title" -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dominik Guder Sent: Friday, March 14, 2008 4:24 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to set Title in Summa

Re: [WiX-users] How to set Title in Summary Information Stream

2008-03-14 Thread Dominik Guder
Hi, as Heath stated it's hardcoded. :( But MS provided a vbs script (I couldn't find the link anymore) We are using it on regular basis until we switch to wix, since the msi file properties could not be set easily with wise installer in an automated build. See below hth Dominik ' Windows Inst

Re: [WiX-users] How to set Title in Summary Information Stream

2008-03-13 Thread Heath Stewart
It is hard-coded in Compiler.cs. fgc wrote: > Hi all, > > I'm using WiX 2.0.5325.0 and have the following question: Is it possible to > set the Title attribute in the msi Summary Information Stream? So far I have > not found a way to do this. It works fine with the Subject, Author, Keywords > and

[WiX-users] How to set Title in Summary Information Stream

2008-03-13 Thread fgc
Hi all, I'm using WiX 2.0.5325.0 and have the following question: Is it possible to set the Title attribute in the msi Summary Information Stream? So far I have not found a way to do this. It works fine with the Subject, Author, Keywords and Comments. But when I open the summary information of a