Thanks, opening and saving-as in WordPad worked for me.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/License-agreement-dialog-does-not-display-the-license-agreement-text-tp5560514p6252248.html
Sent from the wix-users mailing list archive at Nabbl
neral discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] License Agreement
It's possible that whitespace isn't being preserved when parsing the
content of the Text element. I don't know if adding xml:preserve
attributes (or some other xml: attribute) will fi
At first, you were using:
!(loc.License_Agreement)
which uses a localization variable. You then switched to placing all of the
RTF content inline. Did you mean to do that? Or did you still want to use
the localization variable? If so, you can put the RTF data in your .wxl
file, such as:
An
ative-engine.co.uk]
Sent: Friday, October 15, 2010 2:39 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] License Agreement
Thanks for this Blair,
Made it much easier to replace the standard dialog.
I am still having an issue though I'm afraid.
Basically I
scussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] License Agreement
Follow the recommendations elsewhere on how to replace/alter a dialog
provided by the toolset, copying the license dialog, and remove the
SourceFile attribute of the Text element that is the child of the
&quo
iteral RTF.
-Original Message-
From: David Amey [mailto:da...@creative-engine.co.uk]
Sent: Tuesday, October 12, 2010 1:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] License Agreement
Hi everybody,
Was wondering if there is a way to populate the standard 'license
Ag
Hi everybody,
Was wondering if there is a way to populate the standard 'license
Agreement' dialog with a string in a 'wxl' file, instead of the rtf?
Thanks!
David Amey
The Creative Engine Ltd
Almac House, Church Lane, Bisley, Surrey, GU24 9DR
T: +44 (0)1483 799200 F: +44 (0)1483 799111
On Wed, 22 Sep 2010 12:52:57 -0700
Lena Vinogradov wrote:
> When License agreement dialog is displayed the entire text of the
> license agreement rtf file is missing and it only appears after I
> touch the scroll bar on the right.
I think this happens if you have 'advanced' RTF content in the fi
Hi,
When License agreement dialog is displayed the entire text of the license
agreement rtf file is missing and it only appears after I touch the scroll bar
on the right.
I used an example in the WIX tutorial and the only lines I added to my
installer are:
Can anybody help please?
Tha
2008/11/4 Richard <[EMAIL PROTECTED]>:
>
> In article <[EMAIL PROTECTED]>,
>"=?UTF-8?Q?S=C3=A9bastien_Mouren?=" <[EMAIL PROTECTED]> writes:
>
>> 2008/10/31 Richard <[EMAIL PROTECTED]>:
>> >
>> > Put in a custom action that forces a failure (type 19 IIRC) when the
>> > license agreement propert
In article <[EMAIL PROTECTED]>,
"=?UTF-8?Q?S=C3=A9bastien_Mouren?=" <[EMAIL PROTECTED]> writes:
> 2008/10/31 Richard <[EMAIL PROTECTED]>:
> >
> > Put in a custom action that forces a failure (type 19 IIRC) when the
> > license agreement property has not been set.
[...]
> Please use a stand
Phil,
Thanks for your replies.
1. Our suite has several components, some are command line applications. So
displaying the license at the first usage like Acrobat will not work for us.
2. Command line installation will help us auto-testing our installer. It
will also enable our customers to do ba
2008/10/31 Richard <[EMAIL PROTECTED]>:
>
> In article <[EMAIL PROTECTED]>,
>"s zheng" <[EMAIL PROTECTED]> writes:
>
>> We have a requirement that the license agreement needs to be displayed and
>> accepts y/n when installing from command line using msiexec, or use options
>> silmilar to LICE
I hope you're not expecting people to agree to it without providing some way
for them to read it first!
Phil Wilson
-Original Message-
From: shibo [mailto:[EMAIL PROTECTED]
Sent: Monday, November 03, 2008 7:37 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] li
Hi, this is what I have done, and it works for me. Summary here so that it
could be useful for other people.
1. Add a public property
0
2. Add a custom action
3. Add an action
EULA = "0" AND NOT
Installed
Use will need to pass EULA=1, else will get an error. This error is o
Hi,
Many thanks for all your replies. Very helpful to me as an a beginner.
What is the name of the license property for "Yes, I agree" checbox? Or do I
need to create a customised UI license agreement dialog? Code sample will be
greatly appreciated.
Shibo
--
View this message in context:
http
In article <[EMAIL PROTECTED]>,
"s zheng" <[EMAIL PROTECTED]> writes:
> We have a requirement that the license agreement needs to be displayed and
> accepts y/n when installing from command line using msiexec, or use options
> silmilar to LICENSE_AGREEMENT="yes" or EULA=1
>
> to skip the t
In article <[EMAIL PROTECTED]>,
shibo <[EMAIL PROTECTED]> writes:
> guess that I can control the sequence based on this value. The question is
> how to display the license in silent installtion mode if the property is not
> set ?
You don't. You just fail the install with an error code and
ed it. Doesn't the Acrobat
Reader do this?
Phil Wilson
-Original Message-
From: s zheng [mailto:[EMAIL PROTECTED]
Sent: Friday, October 31, 2008 2:52 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] license agreement in silent installation
Hi,
We have a requirement that t
Thanks. I will try abort instead of display the license.
--
View this message in context:
http://n2.nabble.com/license-agreement-in-silent-installation-tp1402491p1402589.html
Sent from the wix-users mailing list archive at Nabble.com.
---
shibo wrote:
>
> Hi,
>
> We have a requirement that the license agreement needs to be displayed and
> accepts y/n when installing from command line using msiexec, or use
> options
> silmilar to LICENSE_AGREEMENT="yes" or EULA=1 to skip the typing of
> "y/n".
>
> Can anyone help how to achiev
2008/10/31 s zheng <[EMAIL PROTECTED]>:
> Hi,
>
> We have a requirement that the license agreement needs to be displayed and
> accepts y/n when installing from command line using msiexec, or use options
> silmilar to LICENSE_AGREEMENT="yes" or EULA=1
>
> to skip the typing of "y/n".
>
> Can anyon
Hi,
We have a requirement that the license agreement needs to be displayed and
accepts y/n when installing from command line using msiexec, or use options
silmilar to LICENSE_AGREEMENT="yes" or EULA=1
to skip the typing of "y/n".
Can anyone help how to achieve this?
Thanks,
Shibo
23 matches
Mail list logo