|
From: | Michael Goffioul |
Subject: | Re: GSoC project about binary packaging |
Date: | Mon, 8 Jul 2013 10:23:18 -0400 |
On Wed, Jul 3, 2013 at 1:26 PM, Anirudha Bose <address@hidden> wrote:
>
> On Wed, Jul 3, 2013 at 8:19 PM, Patrick Noffke <address@hidden>
> wrote:
>>
> files in the installation directory. Can you provide a similar basic XMLA basic .wxs file is attached. This will not provide any UI other
> file to help me understand WiX?
>
than a small box with a Cancel button. I'll provide some basic UI
stuff later.
I have not tested this file yet (my mxe-build failed). You will have
to edit the Source attributes to point to the files you want to put in
the installer, and add/remove any files that you want. I just
included the main EXE, a couple Qt DLLs (though my earlier email for
using wixl-heat is a better approach for including lots of
dependencies), and some translation files (just placeholders). I'm
not sure how translations are handled, or what they're named, so you
might just want to comment this one out for initial testing.
I generated fresh GUIDs on my machine using uuidgen. The Package GUID
has a '*', which means let wixl or WiX generate it.
- Checking for JRE: Based on another email thread about Java, is thisnecessary? Once you check for the JRE, what do you need to do?
- Adding environment variables: Here's an example of updating the
PATH environment variable:
http://stackoverflow.com/questions/1931586/can-anyone-give-me-a-example-of-modifying-windows-environment-system-variables-i
Note the follow-up answer that says it needs to be part of a directory element.
[Prev in Thread] | Current Thread | [Next in Thread] |