[Mixxx-devel] port windows installer to Wix

2015-09-01 Thread Sébastien Blaisot
Hi All, I'm in an effort to port Mixxx's windows installer to Wix. I really have hard times because windows installer framework is... well... you know. I primarily focused on the reproduction of the existing operation, with some gain in this migration (working upgrades primarily). I am now abl

Re: [Mixxx-devel] port windows installer to Wix

2015-09-01 Thread Sébastien Blaisot
I have two more questions : 4. Can we get rid of windows XP Support ? 5. actual installer creates empty directories "promo" and "sqldrivers". Are they still required or just oldies that we can forget ? regards, sb Le 01/09/2015 23:05, Sébastien Blaisot a écrit : > Hi All, > > I'm in an effor

Re: [Mixxx-devel] port windows installer to Wix

2015-09-01 Thread Sean M. Pappalardo - D.J. Pegasus
Hello. Thanks for working on this! It's something I've wanted to see for awhile myself. Owen has access to the build server so can answer your question #1. On 09/01/2015 02:05 PM, Sébastien Blaisot wrote: 2. When we will have Wix installed on the build server, is it acceptable to add the Wix

Re: [Mixxx-devel] port windows installer to Wix

2015-09-01 Thread Daniel Schürmann
Hi Sébastien, Thank you for all your work on Windows! I'll try to answer some of you questions: 1. ? 2. it should be $(WIX) according to http://stackoverflow.com/questions/2375322/variable-for-wix-bin-directory-path 3. IMHO it is nothing wrong to install a 32 binary to a 64 bit Windows. So I

Re: [Mixxx-devel] port windows installer to Wix

2015-09-01 Thread Tuukka Pasanen
Hello, What are main benfits of porting to WIX and yes XP in oboslette but many people still use it. Biggest problem will be with QT5 or the future when it's dropped.from QT. Tuukka 02.09.2015, 09:38, Daniel Schürmann kirjoitti: > Hi Sébastien, > > Thank you for all your work on Windows! > > I'