-
Our project is created using the basic WiX UI dialogs without modification. But when uninstalling the application the dialog text is missing in XP, but in Windows Vista it is there okay. See the attachments for examples. This has been tried on several different PCs with the same results.
2009-07-16 06:10:59 UTC in Windows Installer XML (WiX) toolset
-
I would really, really like that expansion of environment variables would work for the <cmdLine> as well as for the <opt>.
I can see from the heap.c that it is not implemented there at all although it seems like it would be an obvious feature. Unfortunately I am not in a position to do it myself right now.
Which brings me to another question, is Launch4J being maintained at all...
2009-06-30 11:21:13 UTC in Launch4j Executable Wrapper
-
Actually there is a way to get the Java6 splash displayed.
I think that Launch4J should do this automatically, but it seems as if it is not adding the "-jar" command line when launching the app, it is just adding the main jar to the classpath.
However if you add "-jar mymainjar.jar" as an opt tag then Java will display your built in splash screen.
For example...
2009-02-09 09:58:36 UTC in Launch4j Executable Wrapper