Re: [WiX-users] ServiceInstall fragment for Java applications

2013-02-10 Thread malliina123
ent from step 1. If you do it correctly, it should work just fine. A service is a service to Windows Installer. From: malliina...@gmail.com Sent: Sunday, February 10, 2013 5:43 AM To: "wix-users@lists.sourceforge.net" Subject: [WiX-users] Se

Re: [WiX-users] ServiceInstall fragment for Java applications

2013-02-10 Thread Christopher Painter
correctly, it should work just fine. A service is a service to Windows Installer. From: malliina...@gmail.com Sent: Sunday, February 10, 2013 5:43 AM To: "wix-users@lists.sourceforge.net" Subject: [WiX-users] ServiceInstall fragment for Java a

[WiX-users] ServiceInstall fragment for Java applications

2013-02-10 Thread malliina123
Is it possible to use the ServiceInstall fragment for Java applications packaged with WiX? Currently, I have created an MSI installer for a Java application with WiX. I’m using a java service wrapper (http://kenai.com/projects/winsw/pages/Home) and Custom Actions in WiX to install/uninstall