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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo