discussion about the WiX toolset.
Subject: Re: [WiX-users] CheckBox control state modified by user
Hi John,
My problem is that the check box is read only on the installer side. Meanwhile
if I set my property via code it works fine. The problem is that after that I
can't modify the state o
@jackhenry.com
-Original Message-
From: Majcica, Mario [mailto:mario.majc...@bakerhughes.com]
Sent: Monday, December 8, 2014 12:58 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] CheckBox control state modified by user
Hi John,
My problem is that the check box i
ooper [mailto:jocoo...@jackhenry.com]
Sent: Monday, December 08, 2014 17:47
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] CheckBox control state modified by user
Check boxes are NOT set to "0" when unchecked. Effectively, the property is
set to string.Empty which und
014 10:34 AM
To: General discussion about the WiX toolset.
Subject: [WiX-users] CheckBox control state modified by user
Dear group,
Inside my custom dialog I do have a checkbox defined in the following way
And I defined a property
After which I'm setting that property to
Dear group,
Inside my custom dialog I do have a checkbox defined in the following way
And I defined a property
After which I'm setting that property to 1 in case VS2012DEVENV is not 0 (VS
2012 installed)
Now once I set this code, I do see my check box being set or un
Is there any update?
On Sat, May 19, 2012 at 11:01 AM, Ravi Raj wrote:
> Any suggestions???
>
>
> On Tue, May 15, 2012 at 11:49 AM, Ravi Raj wrote:
>
>> I have done this thing:
>>
>> > Id="CA_SetProperty_EV" Property="ENABLEVIRTUALIZATION" Value="0"
>> Execute="firstSequence" />
>>> Before="
Any suggestions???
On Tue, May 15, 2012 at 11:49 AM, Ravi Raj wrote:
> I have done this thing:
>
> Id="CA_SetProperty_EV" Property="ENABLEVIRTUALIZATION" Value="0"
> Execute="firstSequence" />
> Before="AppSearch">NOT Installed AND NOT
> OLDERVERSIONDETECTED
> NOT Installed AND NOT
> OL
I have done this thing:
NOT Installed AND NOT
OLDERVERSIONDETECTED
NOT Installed
AND NOT OLDERVERSIONDETECTED
Now when chkbox is disabled, the registry stored value=0 (which is
correct). Again, when I click Verify button (some action performed) and
chkbox gets enabled (and its checked by def
I need to perform certain action on my checkbox.
At the start if the installation the chkbox is disabled. There is a button
to call a custom action and verify certain things and assign a value to a
variable.
This variable will decide whether to enable chkbox or not. I have
implemented till this par
Hello,
I am newer to Wix so please excuse my lack of complete understanding as to
how it works, I am still self-educating myself on this wondrous tool. My
question seems simple enough but from my research I have learned that it is
not. I am creating a standalone installer for an applicatio
On 4/26/2010 2:21 AM, Lisa Gracias wrote:
> I know the Winamp installer uses NSIS, but does Wix (or rather, Windows
> Installer) have something similar that would let me create a checkbox tree?
>
Nope. You can get a feature tree or you can get checkboxes but not even
a checkbox list view.
--
I'm creating a dialog to enable the selection of the file types to be
associated with my application. I'd like to be able to group related types
together, the way the Winamp installer (
http://i.afterdawn.com/storage/pictures/play_shn_files_2_lg.gif) does.
I know the Winamp installer uses NSIS, but
Neil
-Original Message-
From: Kristoffer Danielsson [mailto:kristoffer.daniels...@live.se]
Sent: 10 March 2010 11:21
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Checkbox not transparent
Take a look here: http://www.tramontana.co.hu/wix/lesson8.php
Or more specifically:
gt; From: b...@joyofsetup.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Checkbox not transparent
>
> On 3/10/2010 6:21 AM, Kristoffer Danielsson wrote:
> > That checkbox looks ugly. How do you make it transparent (or solve it some
> > other way)?
> &
On 3/10/2010 6:21 AM, Kristoffer Danielsson wrote:
> That checkbox looks ugly. How do you make it transparent (or solve it some
> other way)?
>
Checkboxes can't be transparent. You can customize the dialog to remove
or resize the bitmap.
--
sig://boB
http://joyofsetup.com/
--
Take a look at this:
http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-dlgs-in-wix-3/
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively,
Take a look here: http://www.tramontana.co.hu/wix/lesson8.php
Or more specifically: http://www.tramontana.co.hu/wix/customdone.gif
That checkbox looks ugly. How do you make it transparent (or solve it some
other way)?
Thanks
Sascha Beaumont wrote:
> So I've scoured the documentation and tried every which way... but I
> can't for the life of me figure out how to de-select a checkbox based
> on a registry value.
>
If you're using control events, use {} to indicate an empty string,
which deletes the property and shou
Hukumchand Shah wrote:
> But I don't know which file it shows on finish. I guess may be 'ExitDialog'.
>
This is documented in WiX.chm. See "WixUI Dialog Library Reference."
--
sig://boB
http://joyofsetup.com/
--
Re
There is surely a better way to do it but if you need a way to do it fast, you
could build a customAction do either lookup the registry itself or else set a
value in the registry for both cases (installed and not installed) so that your
custom action could drop the row if the not installed value
Hi,
I want to add one checkbox on the finish page when I uninstall the
application by using msi.
But I don't know which file it shows on finish. I guess may be 'ExitDialog'.
Not sure.
Can anyone please tell me how do I do that?
one more thing to tell I am already showing one checkbox on installati
I haven't tired in a while, but can't you set the Property to an empty
value and have the Property go away?
PS: AFAIK, the Value column of the Property has never been nullable so
I'm not sure how you'd get Orca to set the Property to blank in the MSI
database.
Sascha Beaumont wrote:
> Okay,
>
Okay,
So I've scoured the documentation and tried every which way... but I
can't for the life of me figure out how to de-select a checkbox based
on a registry value.
Let's say for example I provide the user with the option to install a
desktop shortcut or not, simple enough. However I want store
Hello Everyone,
I have a checkbox in one of our Installation UIs.
I have assigned DELETE_DB property to "1", since I would want it to be
checked by default.
The problem is when I uncheck the checkbox, DELETE_DB property does not
get assigned to "0".
This is what the log reads
PRO
HI,
When I set a property to true or false and set it to a check Box it is
taking true. If I retrieve the value for the property the value is "0"
if false and "1" if true.
I'm writing a Config file based on the property. If I'm setting the
value in the Config it is stored as 0 or 1 and not false o
hello,
i'd try to build an installer who had an checkbox. when it is set the
property TESTDATA should be xyz. if it is not set TEXTDATA should be abc.
i also set an property abc so that i
have an value if the checkbox is not set...but it didn't work. can
anybody help me please?
thanks a lot
xyavier wrote:
>
>
>DELALL = "1"
>
>
>
>
>
>
>
That's not going to work the way you want. RemoveFile and RemoveFolder
work on uninstall when the component itself is being uninstalled. That
means it h
In article <[EMAIL PROTECTED]>,
xyavier <[EMAIL PROTECTED]> writes:
> This is how it is set up
Well, I think you're going to have to dig into log files and your MSI
with Orca instead of just relying upon inspection of WiX fragments to
debug this problem.
Have you tried that?
--
"The Dire
This is how it is set up
--
Check the box to Delete extensibility.dll
---
DELALL = "1"
This is how it is set up
--
Check the box to Delete extensibility.dll
---
DELALL = "1"
In article <[EMAIL PROTECTED]>,
xyavier <[EMAIL PROTECTED]> writes:
> No it isn't. It will work if I put the box in the UI during the setup and
> have it checked. If it is placed in the uninstall sequence however it will
> not acknowledge the box is checked.
OK, you know there's no such th
xyavier wrote:
> No it isn't. It will work if I put the box in the UI during the setup and
> have it checked. If it is placed in the uninstall sequence however it will
> not acknowledge the box is checked.
>
How are you using the check box value?
--
sig://boB
http://joyofsetup.com/
--
No it isn't. It will work if I put the box in the UI during the setup and
have it checked. If it is placed in the uninstall sequence however it will
not acknowledge the box is checked.
Bob Arnson-6 wrote:
>
> xyavier wrote:
>> boB, It does however bring up my UI when someone clicks the change
xyavier wrote:
> boB, It does however bring up my UI when someone clicks the change button in
> the ARP. My plan was to remove the "Remove" button so the user would be
> forced to use my UI which gives them the option to either remove or repair.
> So, under this situation is there any way to allow
boB, It does however bring up my UI when someone clicks the change button in
the ARP. My plan was to remove the "Remove" button so the user would be
forced to use my UI which gives them the option to either remove or repair.
So, under this situation is there any way to allow them to check the box
xyavier wrote:
> Is there a way to allow the user to make the decision when he is
> uninstalling the software?
>
When uninstall from Add Remove Programs, there's no UI shown.
--
sig://boB
http://joyofsetup.com/
-
This
I got the checkbox to work, but I still have a problem. My problem with the
checkbox was that I was presenting the checkbox during the uninstall
process. When I present the same code during install it works fine. The
problem is that I don't want to ask the user if he wants to uninstall extra
files
In article <[EMAIL PROTECTED]>,
xyavier <[EMAIL PROTECTED]> writes:
> MSI (s) (AC:D0) [14:19:52:507]: Component: MyComponent; Installed: Local;
> Request: Absent; Action: Absent
OK, this says your component is installed and will be removed. Isn't
there anything later in the log about f
I did look at them in Orca, it looks OK to me.
My verbose log is as follows when it is not checked:
MSI (s) (AC:D0) [14:19:52:507]: Component: MyComponent; Installed: Local;
Request: Absent; Action: Absent
PROPERTY CHANGE: Deleting DELALL property. Its current value is '1'.
The log is the sa
In article <[EMAIL PROTECTED]>,
xyavier <[EMAIL PROTECTED]> writes:
>
> I am trying to give the option to delete some extra files if the user checks
> a checkbox on uninstall. I can bypass the checkbox and make it delete the
> files but when the checkbox is present, it deletes the files whe
I am trying to give the option to delete some extra files if the user checks
a checkbox on uninstall. I can bypass the checkbox and make it delete the
files but when the checkbox is present, it deletes the files whether it is
checked or not. Any ideas what I am doing wrong?
Code segments below.
T
Thanks!
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1784996&gro
up_id=105970
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 29, 2007 9:49 PM
To: Sriram Vasudevan
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Checkbox on
Sriram Vasudevan wrote:
I am using properties WIXUI_EXITDIALOGOPTIONALTEXT and
WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT to show a checkbox in the finish
dialog that gives an option to the user to start our program on finish.
However, this does not take effect when the user installs some
feat
Hi,
I am using properties WIXUI_EXITDIALOGOPTIONALTEXT and
WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT to show a checkbox in the finish
dialog that gives an option to the user to start our program on finish.
However, this does not take effect when the user installs some features,
and then adds new
John Hall wrote:
Thanks Bob. I think I was being a little bit thick - I had forgotten
that the bitmap extends across the whole of the dialog. It seems to be
that if the standard dialog sets are going to offer the option to
display that checkbox they shouldn't by default use a bitmap that
exten
John Hall wrote:
I wanted to add a checkbox at the end of my installer
and found the WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT property. However,
when the checkbox is displayed it is drawn with the wrong background
colour - see the attached screenshot. This is with Wix 3.0.3
John Hall wrote:
I wanted to add a checkbox at the end of my installer and found the
WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT property. However, when the
checkbox is displayed it is drawn with the wrong background colour -
see the attached screenshot. This is with Wix 3.0.3120.0.
Is there a way a
Scott Palmer wrote:
> I've only used merge modules to install shared components like the VC8
> runtime. I assume that merge modules would update all products in the
> case of machine-wide shared components like that.
Patches target specific products so they can't be used to let Microsoft,
fo
On 7/16/07, Bob Arnson <[EMAIL PROTECTED]> wrote:
Scott Palmer wrote:
> Microsoft certainly doesn't like to make things easy do they? I
> assume though that if someone in the WMF group clued in to using MSI
> that they might also have the foresight to provide a merge module for
> the redistrib
Scott Palmer wrote:
> Microsoft certainly doesn't like to make things easy do they? I
> assume though that if someone in the WMF group clued in to using MSI
> that they might also have the foresight to provide a merge module for
> the redistributables. Kind of like they should have years ago.
Microsoft certainly doesn't like to make things easy do they?
I assume though that if someone in the WMF group clued in to using MSI
that they might also have the foresight to provide a merge module for
the redistributables. Kind of like they should have years ago.
How
Microsoft certainly doesn't like to make things easy do they? I assume
though that if someone in the WMF group clued in to using MSI that they
might also have the foresight to provide a merge module for the
redistributables. Kind of like they should have years ago.
However, assuming that they
Scott Palmer wrote:
> I've got a checkbox in my installer that for some reason cannot be
> changed by the user and I haven't a clue why. Anyone got some ideas?
You need to specify the CheckBoxValue attribute.
>
> ...
>After="InstallFiles">
>After="InstallFiles">
> ...
>
N
I've got a checkbox in my installer that for some reason cannot be changed
by the user and I haven't a clue why. Anyone got some ideas?
Here's some code snippets:
The initial state is set to checked... (most users will want to upgrade ..
some will need to keep old versions because later verson
Rob Hamflett skrev:
Don't set a value to the property at all. The checkbox is checked based on whether the property is
set,
How simple can it be. :-)
Thanks for the tip - it works just fine.
Regards Søren
even if it's set to 0. CheckBoxValue is the value assigned to the property
Don't set a value to the property at all. The checkbox is checked based on
whether the property is
set, even if it's set to 0. CheckBoxValue is the value assigned to the
property when the checkbox
is checked, so you probably want this to be 1. You'd then use LAUNCH = 1 or
LAUNCH <> 1 in you
Hi Guys
I have a checkbox in my gui which is bound to a property:
0
[snip]
Height="17" Property='LAUNCH' CheckBoxValue='0'>
Launch Program
Everything is working just fine - except that the checkbox is default
checked, and I would like to have it default not-checked.
A hint on that one
ubject: Re: [WiX-users] Checkbox --> Desktop Shortcut
Dark has never been a proper decompiler. It works for the most part, but it's
basically in there so
you can open up existing MSIs and find out what's going on as a starting point.
The WiX team have
always said that you shouldn
OK,
Thank you Rob - everyday you learn something. So I forget this approach.
Lasse
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions
Dark has never been a proper decompiler. It works for the most part, but it's
basically in there so
you can open up existing MSIs and find out what's going on as a starting point.
The WiX team have
always said that you shouldn't expect a dark'd MSI to compile.
Rob
Lasse Rantanen wrote:
> He
Hello all,
I'm just trying to learn WiX so please excuse me for presenting a question
which has apparently been answered on this list. I just have difficulties to
understand those examples.
My problem is as follows:
I create a setup using VS2003. The installation has a dialog presenting a
checkb
Iqbal wrote:
> I would like to set the environment variable using a checkbox. The
> checkbox should be checked by default, meaning environment variable
> should be set unless the user unchecks it.
>
>
> Value="[INSTALLDIR]" System="yes" Permanent="no" />
> EnvironmentSetCheck
>
I would like to set the environment variable using a checkbox. The
checkbox should be checked by default, meaning environment variable
should be set unless the user unchecks it.
EnvironmentSetCheck
1
I have tried different combinations by either setting the
E
eforge.net
Subject: Re: [WiX-users] CheckBox question...
That worked, thanks. I guess I was confused by the following warning:
C:\MQ\ndp\fx\src\xmltools\Tools\XmlNotepad\Wix\XmlNotepad.wxs(112,0): Warning
CNDL1006: Property 'LicenceAccepted' does not contain a Value attribute and is
element is being ignored.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adams
Sent: Tuesday, November 07, 2006 11:32 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] CheckBox question...
Chris:
Set your property to no value by defaul
Chris Lovett <[EMAIL PROTECTED]>,"wix-users@lists.sourceforge.net"
>
>Subject: Re: [WiX-users] CheckBox question...
>Date: Tue, 7 Nov 2006 11:04:56 -0800
>MIME-Version: 1.0
>Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by
>bay0-mc4-f15.bay0.ho
Just a guess, but I’d try changing the CheckBoxValue=”1” to a “0”
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris
Lovett
Sent: Tuesday, November 07, 2006 10:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] CheckBox question...
I’m
trying
I’m trying to put a check box on my license agreement
dialog using the following:
Re: [WiX-users] CheckBox Problem
Agustín K-ballo Bergé wrote:
Didn't work either. Here is my
code now:
Huh. Well, I can't explain it -- the same approach works in WixUI. Can
you reproduce it without the bitmap?
--
sig://boB
http://bobs.org
---
Didn't work either. Here is my
code now:
Installed
Bob Arnson escribió:
Agustín
K-ballo Bergé wrote:
Good advice, but didn't work :(. I wasn't
aware that the location of the control items represented the z-order.
Now I'm thinking that my problem should be prob
Agustín K-ballo Bergé wrote:
> Good advice, but didn't work :(. I wasn't aware that the location of the
> control items represented the z-order. Now I'm thinking that my problem
> should be probably related to my show action.
>
Try reversing the logic. Leave it visible and then have a "hide"
Good advice, but didn't work :(. I wasn't aware that the location of the
control items represented the z-order. Now I'm thinking that my problem
should be probably related to my show action.
NOT Installed
K-ballo.-
Bob Arnson escribió:
> Agustín K-ballo Bergé wrote:
Agustín K-ballo Bergé wrote:
> Everything works as expected, except for a visual glitch. The CheckBox
> is not shown until it gets mouse focus! Could this be related to a
> z-order problem?
Probably. Take a look at WixUI v3's ExitDialog. Try putting the bitmap
first.
--
sig://boB
http://bobs
Hello everyone! I'm having a problem with a dialog, and I would really
apreciate some help.
I have modified a dialog in order to add a check box that will launch my
application after installed, as shown at the Wix Tutorial (lesson 8.6).
Everything works as expected, except for a visual glitch. T
rut Andrei
Sent: Monday, September 04, 2006 1:44 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Checkbox and SQL scripts
Hi. I have a checkbox control in an UI page and I want to set its
behaviour like this: if it is selected, then it executes some scripts. If it
is deselected then I
Hi. I have a checkbox control in an UI page and I
want to set its behaviour like this: if it is
selected, then it executes some scripts. If it is
deselected then I want those scripts not to be
executed. Can you give me some idea, please?
Thanks in advance.
_
Hi List,
I am using a CheckBox control on ExitDlg inviting the user to open a
readme file. The problem is that this CheckBox appears only if the user
hovers the mouse over the area where the CheckBox resides. If I change
the sequence of the ExitDlg to become a WelcomeDlg, the CheckBox appea
77 matches
Mail list logo