We install the java runtime (version 6) by extracting the msi and cab. We've
never had any trouble doing it this way through several Java updates (and a
change of bootstrapper).

            <MsiPackage DisplayName="Java(tm) 6 Update 24"
                        Description="Java virtual machine (runtime) for Java
programs."
                        Permanent="yes"
                        Visible="yes"
                        SourceFile="<path>\jre1.6.0_24.msi">
                <MsiProperty Name="STATIC" Value="1" /> <!-- static is
optional -->
                <MsiProperty Name="SKIPLICENSE" Value="1" />
                <MsiProperty Name="ENDDIALOG" Value="0" />
                <Payload SourceFile="<path>\Data1.cab" />
            </MsiPackage>

-----Original Message-----
From: Nick Ramirez [mailto:nickra...@hotmail.com] 
Sent: 01 October 2012 05:47
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Best way to uninstall ExePackage that has
nouninstall flag

That's what I figured. The installer in question is the Java Runtime. It's
pretty sparse with the command-line flags!



--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Best-way-to-uni
nstall-ExePackage-that-has-no-uninstall-flag-tp7580935p7580954.html
Sent from the wix-users mailing list archive at Nabble.com.

-----------------------------------------------------------------------------
-
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to