Re: [WiX-users] How to check if a edit control is empty?

2008-01-30 Thread Daniel Janz
I already tried a similar approach but failed. I will simply try it again with your code and reply to you. Thx for help! -Original Message- From: Sebastian Brand [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 30. Januar 2008 16:11 To: Daniel Janz Cc: wix-users@lists.sourceforge.net Subject

Re: [WiX-users] How to check if a edit control is empty?

2008-01-30 Thread Daniel Janz
Of Richard Sent: Mittwoch, 30. Januar 2008 15:57 To: WiX Users Subject: Re: [WiX-users] How to check if a edit control is empty? In article <[EMAIL PROTECTED]>, "Daniel Janz" <[EMAIL PROTECTED]> writes: > Is this possible in a simple way? I already tried to check the

Re: [WiX-users] How to check if a edit control is empty?

2008-01-30 Thread Daniel Janz
} The whole thing should later do it's work in a Button's tag condition. Thanks in advance Daniel From: Daniel Janz Sent: Mittwoch, 30. Januar 2008 14:07 To: Daniel Janz; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to check if a edit control is e

Re: [WiX-users] How to check if a edit control is empty?

2008-01-30 Thread Daniel Janz
Ok, my mistake: DBNAME = "" PASSWORD = CONFIRM_PASSWORD AND DBNAME <> "" This fixes the Problem ;-) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Janz Sent: Mittwoch, 30. Januar 2008 14:02 To: wix-users@lists.sourceforge.net Subject: [Wi

[WiX-users] How to check if a edit control is empty?

2008-01-30 Thread Daniel Janz
Hi, I currently try to check if a Edit-Control is empty (has no text), I already found the MaskedEdit-Control but I think it doesn't meet my requirements. If I understood this control right, I would have to define a mask with fixed length. But I need the control to validate if a server name was

Re: [WiX-users] Wix multiple installs

2008-01-24 Thread Daniel Janz
I don't think that this is possible because of the GUIDs which would have to be different every time you install the package. Try to build an installer which copies the same files into different locations instead. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]

Re: [WiX-users] Maintenance mode broken

2008-01-15 Thread Daniel Janz
It could have been so easy: 1 Same for every other mode. From: Daniel Janz Sent: Dienstag, 15. Januar 2008 18:48 To: Daniel Janz; 'WiX-users@lists.sourceforge.net' Subject: RE: [WiX-users] Maintenance mode broken Now I'm able to set this property. This is what the log says

Re: [WiX-users] Maintenance mode broken

2008-01-15 Thread Daniel Janz
led program with a button from within the UI? Any advice is welcome :-) I think I get bogged down. From: Daniel Janz Sent: Dienstag, 15. Januar 2008 18:06 To: Daniel Janz; 'WiX-users@lists.sourceforge.net' Subject: RE: [WiX-users] Maintenance mode broken Hmm.. I think these Propert

Re: [WiX-users] Maintenance mode broken

2008-01-15 Thread Daniel Janz
action: SET_INSTALLMODE Aktion 17:45:06: SET_INSTALLMODE. Aktion gestartet um 17:45:06: SET_INSTALLMODE. Aktion beendet um 17:45:06: SET_INSTALLMODE. Rückgabewert 1. After this I would at least expect an entry of the PROPERTY CHANGE -Type. Any suggestions? From: Daniel Janz Sent: Diensta

Re: [WiX-users] Maintenance mode broken

2008-01-15 Thread Daniel Janz
EMAIL PROTECTED] On Behalf Of Daniel Janz Sent: Dienstag, 15. Januar 2008 15:38 To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Maintenance mode broken Hi, I'm just trying to create a maintenance mode for my installer but I ran into some problems. In my first installer I used a p

[WiX-users] Maintenance mode broken

2008-01-15 Thread Daniel Janz
r instance to remove the program instead of simply doing nothing. Thanks in advance EURO-LOG AG Entwicklung i. A. Daniel Janz Am Söldnermoos 17 85399 Hallbergmoos-München T+49 811 9595-137 F+49 811 9595-199 M +49 170 760 24 80 www.eurolog.com <http://www.eurolog

Re: [WiX-users] register file types and DLL

2008-01-11 Thread Daniel Janz
Hmm.. I currently stuck on the same. What I found out: There is a tool called "tallow" which can generate a WiX-Fragment for a lot of stuff and there is a Class-Element http://wix.sourceforge.net/manual-wix2/wix_xsd_class.htm which looks useful for this kind of stuff. From: [EMAIL PROT

Re: [WiX-users] queries

2008-01-11 Thread Daniel Janz
To point 3: Have a look at this page http://helpnet.installshield.com/robo/projects/helplibdevstudio9/IHelpPr opReference.htm#OS Look at the Version9X, VersionNT and VersionNT64-Properties. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja Sent: Fre

Re: [WiX-users] How to use Windows-Authentication for SQL-Server with WiX?

2008-01-09 Thread Daniel Janz
owing: WINAUTH = "yes" WINAUTH = "no" 1 This works fine for me Daniel From: Daniel Janz Sent: Montag, 7. Januar 2008 16:31 To: 'w

[WiX-users] How to use Windows-Authentication for SQL-Server with WiX?

2008-01-07 Thread Daniel Janz
Hi, I'm just wondering if it's possible to create a database on a SQL-Server using its Windows-Authentication feature. I managed to create a database using the SQL-Server's "sa"-Account but I need to give the user the choice between the two different login modes. I'm working with version