Hi John,

Thanks for the reply, could you please let me know what are the 
different ways to increment the assembly file version?

Regards,
SuvraJyoti

On 16-12-2013 19:47, John Cooper wrote:
> Not all version numbers are created equal.  5.3.1.0 probably reflects the 
> AssemblyVersion which impacts the strong naming.  1.0.0.0 reflects the 
> AssemblyFileVersion.
>
> You should be concerned that your build process is not incrementing the 
> AssemblyFileVersion.  This is the version that the installer uses to 
> determine whether to overwrite an existing assembly.  There are a number of 
> ways to get the AssemblyFileVersion to increment.  But if you don't choose 
> one, your patching and upgrading is going to be unreliable to say the least.
>
> --
> John Merryweather Cooper
> Build & Install Engineer - ESA
> Jack Henry & Associates, Inc.®
> Shawnee Mission, KS  66227
> Office:  913-341-3434 x791011
> jocoo...@jackhenry.com
> www.jackhenry.com
>
>
>
> -----Original Message-----
> From: Suvrajyoti Panda [mailto:suvrajyo...@contata.co.in]
> Sent: Monday, December 16, 2013 4:48 AM
> To: General discussion about the WiX toolset.
> Subject: [WiX-users] heat.exe : warning HEAT5151
>
> Hi All,
>
> I am creating a WIX installer. In the heat part i am getting the below
> warning:
>
> heat.exe : warning HEAT5151 : Could not harvest data from a file that was 
> expected to be an assembly:
> D:\configRelease\command_processors\bpolympic\OraclePull.dll. If this file is 
> not an assembly you can ignore this warning. Otherwise, this error detail may 
> be helpful to diagnose the failure: Could not load file or assembly 
> 'PFWCommandProcessor, Version=5.3.1.0, Culture=neutral, PublicKeyToken=null' 
> or one of its dependencies. The system cannot find the file specified.
>
> The heat is harvesting
> "D:\configRelease\command_processors\bpolympic\OraclePull.dll" . The 
> installer gets created and on running the installer the path created is 
> "C:\Energy Solutions 
> International\PFWService\config\command_processors\bpolympic" (this is what i 
> have defined) and the file is also there i.e the "OraclePull.dll"(of the same 
> size as source). The file "C:\Energy Solutions 
> International\PFWService\config\command_processors\ExampleCommandProcessor\PFW\PFWCommandProcessor.dll
> is also there. The version though shown for this file is 1.0.0.0
>
> Do i need to worry about this warning? If so please let me know how i can 
> handle the same.
>
> Regards,
> SuvraJyoti
>
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> NOTICE: This electronic mail message and any files transmitted with it are 
> intended
> exclusively for the individual or entity to which it is addressed. The 
> message,
> together with any attachment, may contain confidential and/or privileged 
> information.
> Any unauthorized review, use, printing, saving, copying, disclosure or 
> distribution
> is strictly prohibited. If you have received this message in error, please
> immediately advise the sender by reply email and delete all copies.
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to