You should check the log created by the installer. It will containt
the error (why the installation ends)
msiexec /i you_msi.msi /l*vx logFile.log
regards
Stefan
Venkatesh wrote:
> Looks like I am struck here. Do I need to publish the radiobutton value
> just after "install" button.Like this:
>
ds to be public
> to be transferred into the server install sequence.
> Phil Wilson
>
>
> *From:* [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] *On Behalf Of
> *Venkatesh
> *Sent:* Thursday, May 17, 2007 9:2
Sorry, My publish event is like the follwoing.
Venkatesh <[EMAIL PROTECTED]> wrote:Looks like I am struck here. Do I need
to publish the radiobutton value just after "install" button.Like this:
">
It compiles and links, however when I try to install the installer crashes in
-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Venkatesh
Sent: Thursday, May 17, 2007 9:23 AM
To: Stefan Pavlik; [EMAIL PROTECTED]; WiX-users
Subject: Re: [WiX-users] Why is my conditional statement not working
Stefan,
I think, I am hands down, with this. I donot know
Looks like I am struck here. Do I need to publish the radiobutton value just
after "install" button.Like this:
">
It compiles and links, however when I try to install the installer crashes in
the install ready dialog after selecting Install button. How should I amke it
to work?.
Ple
Behalf Of Venkatesh
Sent: Thursday, May 17, 2007 9:23 AM
To: Stefan Pavlik; [EMAIL PROTECTED]; WiX-users
Subject: Re: [WiX-users] Why is my conditional statement not working
Stefan,
I think, I am hands down, with this. I donot know what is happening
here. I am not using any conditional statem
I know what could be problem here. When I set the
No
It installs component2
when I changed back to
Yes
It install component0.
That means some PropertyId is taking precedence although whatever I choose.
How should I make property value whatever I choose. How should I change th
Thanks Stefan , let me try what you said.
Venkatesh
Stefan Pavlik <[EMAIL PROTECTED]> wrote:
Hi Again.
(please use reply to all - to keep WiX-user in)
Read this carefully:
Here is sample code:
...
...
And here is meaning:
If 'FeatureCondition' property is set to
Hi Again.
(please use reply to all - to keep WiX-user in)
Read this carefully:
Here is sample code:
...
...
And here is meaning:
If 'FeatureCondition' property is set to Yes THEN the entire feature
'F_FeatureA' will not be installed (it means that
Hi Venkatesh,
The use of Condition element is different.
You can use it in:
a) inside Component element (that is probably what you want)
...
the component will be installed if the condition is evaluated to true
b) inside the Feature element:
the Feature Level will
I ahve a radio button where user selects a version of productUnicode Or ASCI)
depending upon I need to install a different binary. I am using condition
statement under feature. Looks like it is not working for me. I donot know what
I am doing wrong here. Please help me.
Code as follows:
11 matches
Mail list logo