Re: [WiX-users] (no subject)

2012-04-04 Thread nagesh vanam
unsubscribe On Wed, Apr 4, 2012 at 1:56 AM, Marty Dalton wrote: > http://www.itunesukdownload.com/wp-content/themes/twentyten/nav10.php > Marty Dalton > mazon_2...@hotmail.com > yaoguang...@hotmail.com > 4/3/2012 1:26:12 PM > > > --

Re: [WiX-users] Burn Theme

2012-04-04 Thread nagesh vanam
unsubscribe On Mon, Apr 2, 2012 at 2:12 AM, Wesley Manning wrote: > One thing I found with themes is that you have to do a rebuild. A build > will not pick up any changes to the theme.xml file. > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: March-30-

Re: [WiX-users] Incomplete log file entries for when using custom actions

2012-04-04 Thread John H Bergman (XPedient)
Did you resolve this? I have a write-up on my blog that includes a sample project that might help... http://blogs.kungfucoder.com/blog/post/2011/11/29/Database-Installation-using-VCDBCMD-and-WIX.aspx John -Original Message- From: Paul Taylor [mailto:paul.tay...@collercapital.com] Sent:

[WiX-users] Install top folder not removed if my program has produced files

2012-04-04 Thread Stephen Brooks
I've made a WiX installer that removes my program's install folder "C:\Program Files\Muon1" in its entirety on uninstall, *except* when the programs within the folder produce new files (log files etc.). Now, I've put RemoveFile and RemoveFolder tags in my installer for the files concerned. Tha

[WiX-users] Burn: Bootstrapper App, select msi's during runtime.

2012-04-04 Thread Miss Parker
Hi all, I'm developing a Bootstrapper Application (with my own UX) and I have this scenario that I really could use some help with: 1) Bundle.wsx defines all available msi's for a specific product. 2) All users download the same bootstrapper.exe from a server somewhere. *So far so good, but he