[WiX-users] Question on CheckBox

2007-10-22 Thread Jaguar 36
Hi, I have a dialog that has a password and a confirm password edit control. They are both set to Password='yes'. I also have a checkbox that reads Display Password. What I want to do is to be able to display the Password when the user checks on the checkbox and set it to password when he unchec

Re: [WiX-users] Question on CheckBox

2007-10-22 Thread Jaguar 36
Thanks! Will try this method! > To: wix-users@lists.sourceforge.net> From: [EMAIL PROTECTED]> Date: Mon, 22 > Oct 2007 09:35:14 -0600> Subject: Re: [WiX-users] Question on CheckBox> > > > In article <[EMAIL PROTECTED]>,> Jaguar 36 <[EMAIL PROTECTED]>

[WiX-users] Regarding Checkbox and javascript

2007-10-23 Thread Jaguar 36
Hi, I have a Dialog which has a password and a confirm password edit control. ( 2 sets for password and confirm password , one with password set to yes and the other to no) I also have a checkbox which when clicked alternates between the password 'yes' and 'no' controls. (Displays or hide pass

Re: [WiX-users] Regarding Checkbox and javascript

2007-10-23 Thread Jaguar 36
Re: [WiX-users] Regarding Checkbox and > javascript> > > In article <[EMAIL PROTECTED]>,> Jaguar 36 <[EMAIL > PROTECTED]> writes:> > > I have a Dialog which has a password and a confirm > password edit control.> > ( 2 sets for password and confirm

[WiX-users] Minimum Requirements for msi on client machine.

2007-10-24 Thread Jaguar 36
Hi, There was a strange issue which occured. I created a msi which was running perfectly on mine as well as another developer's machine, but it just "ended prematurely" when we copied this msi to another colleague (non-developer)'s machine. Of special notice is that it ended when the pressing o

Re: [WiX-users] Minimum Requirements for msi on client machine.

2007-10-24 Thread Jaguar 36
> Regards > Silvio.> > > > -Original Message-> From: [EMAIL PROTECTED] [mailto:[EMAIL > PROTECTED] On Behalf Of Jaguar 36> Sent: Wednesday, October 24, 2007 4:14 PM> > To: wix> Subject: [WiX-users] Minimum Requirements for msi on client > machine.

[WiX-users] Removal of file on uninstall

2007-10-25 Thread Jaguar 36
Hi, I discovered a weird problem when uninstalling. I had a file in WindowsFolder as well as a file in SystemFolder. Key was set to Permanent="no" for both files. On uninstallation, the one in WindowsFolder got removed while the one in SystemFolder did not. I even tried to explicitly remove the

Re: [WiX-users] Removal of file on uninstall

2007-10-26 Thread Jaguar 36
To: [EMAIL PROTECTED]> > What file is it? Maybe the windows file > protection automatically > recovers the file if it is a system file.> > Best > regards,> Sebastian Brand> > Instyler Software - http://www.instyler.com> > > > On Oct 25, 2007, at 10:56 PM,

[WiX-users] Side-bySide Error

2007-11-05 Thread Jaguar 36
Hi guys, I have a msi that makes use of c++ custom action calls. Running that on a XP machine that has .net framework installed I get this error Event Type: ErrorEvent Source: SideBySideEvent Category: NoneEvent ID: 59Date: 11/2/2007Time: 10:22:50 PMUser: N/AComputer: VMXPSP2CLEANDescriptio

Re: [WiX-users] Side-bySide Error

2007-11-05 Thread Jaguar 36
version of the VCRT components, or you need to statically link to the runtime in your CA dll (better choice). Kelly Jaguar 36 <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/05/2007 10:03 AM To wix cc Subject [WiX-users] Side-bySide Error Hi guys,I have a msi that makes us