Re: [WiX-users] Can't install 3.6RC0

2012-04-11 Thread Trent255
Hi I reported a problem with similar symptoms in an earlier version, but it looks like that specific bug has been fixed: http://sourceforge.net/tracker/?func=detail&aid=3489636&group_id=105970&atid=642714 I can only recommend you to post the log file which might give the smart people an idea of w

[WiX-users] WiX training in the US (or at least in English)?

2012-02-13 Thread Trent255
Hi Someone asked about WIX training in Europe in a previous thread and there was at least two German courses, but are there anyone doing courses in the US or anywhere else in the world in English? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-t

Re: [WiX-users] Managed CustomActions not compiling with latest WiX 3.6 version

2012-02-13 Thread Trent255
In order to be able to compile my CA, I changed the line: To: in the file: C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.x\wix.ca.targets I think that was all although if there is a WixTasks.dll in the above mentioned folder, delete it (I don't have a working machine in front of me at the

Re: [WiX-users] Best strategy for optional file removal on uninstall

2011-11-15 Thread Trent255
Thanks, inserting rows to the RemoveFile table instead of removing when uninstalling works fine -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Best-strategy-for-optional-file-removal-on-uninstall-tp6960503p6997682.html Sent from the wix-users maili

Re: [WiX-users] A question from a complete Newbie

2011-09-27 Thread Trent255
Corner Geoff wrote: > > The way to go with WiX seems to be to create an overall wxs file and > have a sub file for each component, > In the tutorial, it says: "In general, you should restrict yourself to a single file per component" What this means is that you (in general) should only have o