What does it mean to have multiple children of a Property element? In the WiX
documentation it says the maximum number of ComponentRef children to a
Property element is unbounded.
The reason I'm interested is because I'm trying to set a property only if
one or more of a set of components is insta
In Orca, its View->SummaryInformation, the Schema option.
In WiX, it’s the Package element’s InstallerVersion attribute.
In general, all SummaryInformation properties are set in WiX on the Package
element. To learn more about this element and all the others, take a look at
wix.chm.
I am fairly new to WiX authoring, so I am
first using Orca and then applying dark to get the wxs output. I want my
installer to work on systems with greater than or equal to Windows Installer
2.0 installed, where as it currently works only with Windows Installer 3.1, so
trying to set Page C
Why are you using Orca? Everything inside an MSI can be set in
your WiX authoring. What are you trying to set?
Derek
From: Vijay Kalasani
[mailto:[EMAIL PROTECTED]
Sent: Monday, August 07, 2006 3:44 PM
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: RE: [WiX-u
Did I answer your question though? Is this
what you wanted to know?
From: Vijay Kalasani
[mailto:[EMAIL PROTECTED]
Sent: Monday, August 07, 2006 3:36
PM
To:
'[EMAIL PROTECTED]'; 'wix-users@lists.sourceforge.net'
Subject: RE: [WiX-users] Setting
Page Count property...
In t
In the property table using ORCA, I am
trying to do the following and the validation fails. Now I am looking at some
documentation that suggests setting properties using custom action (type 51).
Page Count 200
Thanks,
Vijay
From: Derek Cicerone
[mailto:[EMAIL P
Please give us an example of the authoring you are currently
trying.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Vijay
Kalasani
Sent: Monday, August 07, 2006 3:24 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Setting Page Count property...
Hi
Hi,
Can somebody please help with setting up the Page Count
summary property? Here are the questions I have regarding setting this.
What is the difference between
Summary property and ordinary property? Would you set summary properties
using Property table or some other
Magus wrote:
> I have a custom action that is only suppose to run during installation. How
> would I set it up so that it doesn't do the custom action on uninstall.
>
See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/examples_of_conditional_statement_syntax.asp
f
Simon Porter wrote:
> I'm not sure what the error is. Do you mean it should be something like this
> instead?
>
> Source="settings.cab/KRB5.INI" />
> Source="settings.cab/KRB.CON" />
> Source="settings.cab/KRBREALM.CON" />
>
The Source attribute specifies the file that should be installed. It
I made that change, that you suggested and now I get this error in the
log. Any other ideas?
MSI (s) (5C:A0) [16:44:44:140]: Executing op:
CustomActionSchedule(Action=CreateCaspol20CA,ActionType=1074,,Target=-m
-addgroup 1 -site localhost FullTrust -name "Xenware 2.0",)
MSI (s) (5C:A0) [16:44:44:
On Mon, 7 Aug 2006 11:30:51 -0700, John Lemire wrote:
John,
> Maybe those of you more intimately familiar with msi and the wix
> tool set already have much better alternate suggestions in mind or
> already in place for achieving the same thing that would make
> support for that method a completel
Who (squealing brakes) Sorry please don't get me wrong, I'm *NOT*
complaining about it here. Rereading that I can see how the word
"hypocrisy" could lead to an assumption about the overall tone and I
should have inserted a smiley to clearly convey that that was meant to
be a friendly poke in th
I never knew that automatic language selection feature was in MSI engine. Seems
like that's why InstallShield guys are using 1033.mst or .mst in their
localization. But they do not embed the language transforms which may invoke
automatic transform selection. Thanks for the tip.
And as for prio
The Property attribute should contain the full path of the executable
and the ExeCommand attribute should only have the command line
parameters. Try
-Brian Simoneau
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Sam
Sent: Monday, August 07, 2006
I'm trying to create a custom action that executes the caspol.exe file
that already exists on the target machine. I can't figure out what I am
doing wrong. Does anyone have any suggestions?
I want to set up caspol policy for .net 2.0, if they are installed on
the target machine. I have this to c
So why don't you go send a comment from the Windows Installer team's blog
and tell them to document the feature or quit using it themselves?
Complaining to the volunteers that work on the WiX toolset won't do you
nearly as much good as commenting directly. It might make you feel better
but it cert
I have a custom action that is only suppose to run during installation. How
would I set it up so that it doesn't do the custom action on uninstall.
--
View this message in context:
http://www.nabble.com/Custom-Action-on-Condition-tf2064607.html#a5687953
Sent from the wix-users forum at Nabble.c
Kudos to Fredrik. Once I get the -ext command line parameter fixed, MSI
successfully built & installed correctly to the server.
Thanks to all for the support & answers.
David Adams
MSN MessengerID: [EMAIL PROTECTED]
>From: "Derek Cicerone" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>
Yes the hypocrisy of which is not lost on us as Microsoft uses this
exceptionally handy feature itself (in the windows installer installer
instmsi.exe no less) while discouraging it and leaving it undocumented...
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh
Calin Iaru wrote:
> I was thinking that maybe I can group under Feature/SelectionTree
> under a Fragment or some parent element that I don't know about. The
> thing is that more feature trees mean more reset buttons - and so it
> could lead to a hidden tree containing just one feature which
Derek Cicerone wrote:
>That's an idea, but then we'd be blocking off guids that people can never
>use. That's a good idea though. Perhaps we could just interpret the
>"PUT-GUID-HERE" values as a null guid or something when a special hidden
>candle option is specified.
>
>
Aren't Guids supposed
Thanks Derek, I’ve worked around the problem now.
Stuart Cullen
Nonlinear Dynamics Ltd
Tel: +44 (0)191 230 2121
Fax: +44 (0)191 230 2131
www.nonlinear.com
From: Derek Cicerone
[mailto:[EMAIL PROTECTED]
Sent: 03 August 2006 18:06
To: Stuart Cullen;
wix-users@lists.so
It's good, but how to catch "file in use" moment (before any file copy
operation) to show dialog ?
Maybe somehow that :
MyFileInUseCheck is custom action, that check file and show FilesInUse
dialog, when file locked.
It will work ?
--
Alexander Biryukov
On Mon, 07 Aug 2006 00
This would definitely be a 3.0-only feature. It will require modifications
to the WiX preprocessor. Currently the preprocessor only allows plugins to
run after the preprocessor. In this case, we need the extension to run
before the preprocessor. However, since the preprocessor is based on
XmlTe
That sounds like a great idea. I've been through a few variations of how to
work round this
problem, all of which were/are pretty nasty. Would this be v3 only or v2 as
well?
Rob
Derek Cicerone wrote:
> There has been a lot of demand for a way to easily author simple
> variations on a single
The alternative is a Custom Action which scans the process list for any known
entries and prompts
the user to stop them.
Rob
Bob Arnson wrote:
> Alexander Biryukov wrote:
>> Unfortunately, ServiceControl with Stop='install' always stops service, it
>> is not dependent on that updating service
I'm not sure what the error is. Do you mean it should be something like this
instead?
Simon Porter
Trainee IT Engineer
Heber Ltd
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: 04 August 2006 14:11
To: Simon Porter
Cc: wix-users@lists.sourceforge.net
Hi Bob,
I was thinking that maybe I can group under Feature/SelectionTree
under a Fragment or some parent element that I don't know about. The
thing is that more feature trees mean more reset buttons - and so it
could lead to a hidden tree containing just one feature which is
selected by p
29 matches
Mail list logo