Re: [WiX-users] heat fragments go one directory too low

2015-03-16 Thread Eric Teutsch
Thanks for this hint. Turns out that -srd is command-line position dependent. I had appended it to the end of the command line, where it didn't seem to do anything, but moving it in front of the -out made it work. Eric -Original Message- From: Nir Bar [mailto:nir@panel-sw.com] Sent

[WiX-users] heat fragments go one directory too low

2015-03-13 Thread Eric Teutsch
Hi, I'm harvesting (WiX3.8) a whole lot of dynamically generated documentation files, which are in a subdirectory NEWDOCS. I'm using the following command-line: heat dir "./newdoCs" -gg -template fragment -out ./docs.wxs -sfrag -suid -cg HelpFiles -var wix.MySource -dr DOCFOLDER -directoryid

[WiX-users] Bug in 3.5 Votive?

2011-06-21 Thread Eric Teutsch
I've got an undefined preprocessor variable in my .wxs file, but when I entered it into the "Define preprocessor variables: edit box as var.Variable=abc it made no difference. I then tried the probably really wrong way of $(var.Variable)=abc At this stage the Votive editor wouldn't let me undo t

[WiX-users] WIXproj file schema?

2011-06-20 Thread Eric Teutsch
Hi, I have to upgrade a number of WIX 2 projects, and we played with Votive some years back and possibly due to that have some project files with .wixproj extension. When opening the solution with VS2010 (after installing Wix 3.5), the conversion wizard advised that the .wixproj files must be ope

Re: [WiX-users] Detect .NET Framework 3.0

2010-09-06 Thread Eric Teutsch
http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm shows also NETFRAMEWORK40FULL and NETFRAMEWORK40CLIENT -Original Message- From: Ian Ceicys [mailto:ian.cei...@noblegroupinternational.com] Sent: September 6, 2010 16:48 To: General discussion for Windows Installer XML toolset. S

Re: [WiX-users] How do setup bootstrappers avoid prompts for media when changing or repairing an existing installation

2009-01-22 Thread Eric Teutsch
All MSI packages are cached my Windows. See: C:\WINDOWS\Installer -Original Message- From: Andrew Lee [mailto:a...@solarflare.com] Sent: January 22, 2009 07:39 To: WiX-users@lists.sourceforge.net Subject: [WiX-users] How do setup bootstrappers avoid prompts for media when changing or r