From: suedeuno <sue...@ya...> - 2007-05-09 21:06:44
|
I'm using the following command: heat.exe website /1/Root/MyWebSite -out web.wxs I'm getting HEAT0001 : Value cannot be null System.ArguementNullException Stack Trace: at Microsoft.Tools.WindowsInstallerXml.Harvester.Harvest(String arguement) Can someone tell me if my command arguments are correct? -- View this message in context: http://www.nabble.com/heat-website-command-not-working-tf3718301.html#a10402769 Sent from the wix-users mailing list archive at Nabble.com. |
From: Mike D. <mi...@di...> - 2007-05-09 22:41:41
|
I'm not sure what the parameter to "heat website" *should* be, but it should not start with a '/' character. That causes the command-line parser to think that that argument is an option, not the vdir to process. I have a vague recollection that it should be LM/1/Root/MyWebSite but I'm not familiar with using heat to process websites. -- Mike Dimmick -----Original Message----- From: wix...@li... [mailto:wix...@li...] On Behalf Of suedeuno Sent: 09 May 2007 22:07 To: wix...@li... Subject: [WiX-users] heat website command not working I'm using the following command: heat.exe website /1/Root/MyWebSite -out web.wxs I'm getting HEAT0001 : Value cannot be null System.ArguementNullException Stack Trace: at Microsoft.Tools.WindowsInstallerXml.Harvester.Harvest(String arguement) Can someone tell me if my command arguments are correct? -- View this message in context: http://www.nabble.com/heat-website-command-not-working-tf3718301.html#a10402 769 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX...@li... https://lists.sourceforge.net/lists/listinfo/wix-users |
From: suedeuno <sue...@ya...> - 2007-05-10 13:18:04
|
Unfortunately there is a host of different information out there on how to run this command. I found my example at the wix wiki: http://www.wixwiki.com/index.php?title=Heat running it with LM changes the error, it can't find the website. My guess is either this isn't correct or there is a bug with this portion. Thanks though. W Mike Dimmick-2 wrote: > > I'm not sure what the parameter to "heat website" *should* be, but it > should > not start with a '/' character. That causes the command-line parser to > think > that that argument is an option, not the vdir to process. > > I have a vague recollection that it should be LM/1/Root/MyWebSite but I'm > not familiar with using heat to process websites. > > -- > Mike Dimmick > > -----Original Message----- > From: wix...@li... > [mailto:wix...@li...] On Behalf Of suedeuno > Sent: 09 May 2007 22:07 > To: wix...@li... > Subject: [WiX-users] heat website command not working > > > I'm using the following command: > > heat.exe website /1/Root/MyWebSite -out web.wxs > > I'm getting HEAT0001 : Value cannot be null > System.ArguementNullException > > Stack Trace: at > Microsoft.Tools.WindowsInstallerXml.Harvester.Harvest(String > arguement) > > > Can someone tell me if my command arguments are correct? > -- > View this message in context: > http://www.nabble.com/heat-website-command-not-working-tf3718301.html#a10402 > 769 > Sent from the wix-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > WiX-users mailing list > WiX...@li... > https://lists.sourceforge.net/lists/listinfo/wix-users > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > WiX-users mailing list > WiX...@li... > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- View this message in context: http://www.nabble.com/heat-website-command-not-working-tf3718301.html#a10412871 Sent from the wix-users mailing list archive at Nabble.com. |
From: Bob A. <bo...@jo...> - 2007-05-10 04:57:18
|
Mike Dimmick wrote: > I have a vague recollection that it should be LM/1/Root/MyWebSite but I'm > not familiar with using heat to process websites. > Derek's blog entry introducing heat <http://installing.blogspot.com/2006/04/heatexe-making-setup-easier.html> says: Although its a bit under construction, Heat has the capability, today, to capture IIS web sites. Simply run 'heat.exe website "My WebSite Name" -out sourceFile.wxs' to harvest a web site and all its files. -- sig://boB http://joyofsetup.com/ |
From: suedeuno <sue...@ya...> - 2007-05-10 13:32:24
|
Tried adding LM and just "MyWebSite" but neither are found. Doesn't sound like this works or least I haven't seen anyound that could provide an example that works. W Bob Arnson-6 wrote: > > Mike Dimmick wrote: >> I have a vague recollection that it should be LM/1/Root/MyWebSite but I'm >> not familiar with using heat to process websites. >> > > Derek's blog entry introducing heat > <http://installing.blogspot.com/2006/04/heatexe-making-setup-easier.html> > says: > > Although its a bit under construction, Heat has the capability, today, > to capture IIS web sites. Simply run 'heat.exe website "My WebSite Name" > -out sourceFile.wxs' to harvest a web site and all its files. > > -- > sig://boB > http://joyofsetup.com/ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > WiX-users mailing list > WiX...@li... > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- View this message in context: http://www.nabble.com/heat-website-command-not-working-tf3718301.html#a10412878 Sent from the wix-users mailing list archive at Nabble.com. |
From: Rob M. <Rob...@mi...> - 2007-05-10 13:47:15
|
It is very possible this does not work. Derek wrote heat.exe in its entire= ty and when he left no one new showed up to pick up the pieces and carry it= forward. The web site stuff was some of the last stuff he did and while I= saw it work once, that doesn't mean it works in all (or even many) cases. -----Original Message----- From: wix...@li... [mailto:wix-users-bounces@lis= ts.sourceforge.net] On Behalf Of suedeuno Sent: Thursday, May 10, 2007 6:32 AM To: wix...@li... Subject: Re: [WiX-users] heat website command not working Tried adding LM and just "MyWebSite" but neither are found. Doesn't sound like this works or least I haven't seen anyound that could provide an example that works. W Bob Arnson-6 wrote: > > Mike Dimmick wrote: >> I have a vague recollection that it should be LM/1/Root/MyWebSite but I'= m >> not familiar with using heat to process websites. >> > > Derek's blog entry introducing heat > <http://installing.blogspot.com/2006/04/heatexe-making-setup-easier.html> > says: > > Although its a bit under construction, Heat has the capability, today, > to capture IIS web sites. Simply run 'heat.exe website "My WebSite Name" > -out sourceFile.wxs' to harvest a web site and all its files. > > -- > sig://boB > http://joyofsetup.com/ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > WiX-users mailing list > WiX...@li... > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- View this message in context: http://www.nabble.com/heat-website-command-no= t-working-tf3718301.html#a10412878 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX...@li... https://lists.sourceforge.net/lists/listinfo/wix-users |