Re: [WiX-users] VB6 OCX And Harvest

2014-01-27 Thread Blair Murri
the HarvestFile command/element but this didn't work. Graham -Original Message- From: Blair Murri [mailto:os...@live.com] Sent: 24 January 2014 06:04 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] VB6 OCX And Harvest Add -svb6 to the first in

Re: [WiX-users] VB6 OCX And Harvest

2014-01-23 Thread Graham Allwood
bject: Re: [WiX-users] VB6 OCX And Harvest Add -svb6 to the first in your WIXPROJ. Blair From: Graham Allwood Sent: ‎Wednesday‎, ‎January‎ ‎22‎, ‎2014 ‎11‎:‎45‎ ‎PM To: General discussion for Windows Installer XML toolset. Hi, I have three VB6 components in a VB6 project I wa

Re: [WiX-users] VB6 OCX And Harvest

2014-01-23 Thread Blair Murri
Add -svb6 to the first in your WIXPROJ. Blair From: Graham Allwood Sent: ‎Wednesday‎, ‎January‎ ‎22‎, ‎2014 ‎11‎:‎45‎ ‎PM To: General discussion for Windows Installer XML toolset. Hi, I have three VB6 components in a VB6 project I want to install and register. Two are ocx's and

Re: [WiX-users] VB6 OCX And Harvest

2014-01-23 Thread Jeremiahf
I always do it in the Pre-build event command line. My example. "$(WIX)bin\heat.exe" dir "$(ProjectDir)..\folder\files" -dr INSTALLLOCATION -cg someGroup -gg -sf -srd -svb6 -var "var.somevar" -out "$(ProjectDir)someGroup.wxs" On Thu, Jan 23, 2014 at 1:38 AM, Graham Allwood wrote: > Hi, > > I ha

[WiX-users] VB6 OCX And Harvest

2014-01-22 Thread Graham Allwood
Hi, I have three VB6 components in a VB6 project I want to install and register. Two are ocx's and one is a dll. I see in the SDK Docs there is a -svb6 option for Harvest which I think I need to use. Is this right? I am actually using MSBUILD and the Harvestfile element. There doesn't seem to