Re: [WiX-users] Writing JDK version verification code, and Wix debugging tip

2012-01-13 Thread T. Kuro Kurosaka
On 1/13/12 7:28 AM, Peter Shirtcliffe wrote: > Why not check it when the application starts up ? The product in question runs as a service. There is no GUI. The Java wrapper could only log the error and quit. For that reason, the product marketing tells us we should check the prerequisite softw

Re: [WiX-users] Writing JDK version verification code, and Wix debugging tip

2012-01-13 Thread John Cooper
ginal Message- From: Mike Rerick [mailto:mrer...@iwsinc.com] Sent: Friday, January 13, 2012 9:38 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Writing JDK version verification code, and Wix debugging tip The app being installed is a Java app. Can'

Re: [WiX-users] Writing JDK version verification code, and Wix debugging tip

2012-01-13 Thread Mike Rerick
llation option that > modifies the product code. > > -Original Message- > From: Mike Rerick [mailto:mrer...@iwsinc.com] > Sent: 13 January 2012 15:38 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Writing JDK version verification cod

Re: [WiX-users] Writing JDK version verification code, and Wix debugging tip

2012-01-13 Thread Peter Shirtcliffe
riginal Message- From: Mike Rerick [mailto:mrer...@iwsinc.com] Sent: 13 January 2012 15:38 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Writing JDK version verification code, and Wix debugging tip The app being installed is a Java app. Can't run it without

Re: [WiX-users] Writing JDK version verification code, and Wix debugging tip

2012-01-13 Thread Mike Rerick
ists.sourceforge.net > Subject: [WiX-users] Writing JDK version verification code,and Wix > debugging > tip > > Wix & MSI newbie here. > > My product requires JDK 1.6 installation, and I'm trying to come up with > Wix code to verify the system has JDK 1.5 installed be

Re: [WiX-users] Writing JDK version verification code, and Wix debugging tip

2012-01-13 Thread Peter Shirtcliffe
50 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Writing JDK version verification code,and Wix debugging tip Wix & MSI newbie here. My product requires JDK 1.6 installation, and I'm trying to come up with Wix code to verify the system has JDK 1.5 installed before proceeding inst

Re: [WiX-users] Writing JDK version verification code, and Wix debugging tip

2012-01-13 Thread Mike Rerick
You might need a custom > action. > > > > From: "T. Kuro Kurosaka" > > Sent: Thursday, January 12, 2012 6:21 PM > > To: wix-users@lists.sourceforge.net > > Subject: [WiX-users] Writing JDK version verification code, an

Re: [WiX-users] Writing JDK version verification code, and Wix debugging tip

2012-01-12 Thread Christopher Painter
21 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Writing JDK version verification code, and Wix debugging tip Wix & MSI newbie here. My product requires JDK 1.6 installation, and I'm trying to come up with Wix code to verify the system has JDK 1.5 installed before proceeding in

[WiX-users] Writing JDK version verification code, and Wix debugging tip

2012-01-12 Thread T. Kuro Kurosaka
Wix & MSI newbie here. My product requires JDK 1.6 installation, and I'm trying to come up with Wix code to verify the system has JDK 1.5 installed before proceeding installation of my product. I thought this would work: But this didn't work. Even if JDK 1.5 is installed, this messa