Ok, tell me I've got this wrong, but as far as I know there's a Powershell
download to redistribute this, so I don't know what's going with
non-Microsoft redists. In addition, it gets installed in the GAC (at least
from Windows 7 on), which makes file version somewhat less important - I
believe any multiple versions are side by side in the GAC, and last I looked
there was a policy.1.0 file to redirect to updated versions in the GAC. Is
this just an issue with old Powershell or something? 

Phil 

-----Original Message-----
From: John Cooper [mailto:jocoo...@jackhenry.com] 
Sent: Thursday, April 11, 2013 1:03 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] What to do with an Assembly that doesn't have
anAssemblyFileVersion

Can I mitigate the effect on Repair by enabling checksums and having the
install forcibly verify them?

I'm sure my managers will be trigger their Microsoft support contracts, but
I have to deal with it.

Installing in a different location will require significant code changes as
this thing hangs out in one of the AppPools of two of our major products.

I suppose we could create a local name for the SAM, strong name link against
that, and do the renaming game.
--
john M. Cooper

-----Original Message-----
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: Thursday, April 11, 2013 2:42 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] What to do with an Assembly that doesn't have an
AssemblyFileVersion

Wow, that's beginner mistake. Get them to fix the file version or rename the
file.  Or you can install to a new location (which essentially renames the
file).  DefaultVersion basic lies to the Windows Installer and it will never
be certain the file that is on disk is the right one (because the one on
disk will have no version...). It'll work in upgrade, repair and such may
prompt for source a lot more.

Wow, bad form.


On Thu, Apr 11, 2013 at 12:11 PM, John Cooper <jocoo...@jackhenry.com>wrote:

> Interesting problem:
>
> One of our products uses the System.Management.Automation.dll assembly 
> from AppFabric 2.0.  It has AssemblyVersion 1.0.0.0 and 
> AssemblyFileVersion 6.1.7600.16385.
>
> The System.Management.Automation.dll assembly that appears to come 
> with AppFabric 2.1 or PowerShell v3.0 has AssemblyVersion 3.0.0.0 but 
> no AssemblyFileVersion.
>
> I observe that I can set the DefaultVersion on this assembly in the 
> File element and it takes.
>
> Since I may be called upon to upgrade the old assembly with the new 
> one to support Server 2012 in the near future, what is the best 
> practice to deal with this animal?
>
> --
> John Merryweather Cooper
> Build & Install Engineer - ESA
> Jack Henry & Associates, Inc.(r)
> Shawnee Mission, KS  66227
> Office:  913-341-3434 x791011
> jocoo...@jackhenry.com<mailto:jocoo...@jackhenry.com>
> www.jackhenry.com<http://www.jackhenry.com/>
>
> 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.
>
> ----------------------------------------------------------------------
> -------- Precog is a next-generation analytics platform capable of 
> advanced analytics on semi-structured data. The platform includes APIs 
> for building apps and a phenomenal toolset for data science.
> Developers can use our toolset for easy data analysis & visualization. 
> Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
----------------------------------------------------------------------------
--
Precog is a next-generation analytics platform capable of advanced analytics
on semi-structured data. The platform includes APIs for building apps and a
phenomenal toolset for data science. Developers can use our toolset for easy
data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
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.


----------------------------------------------------------------------------
--
Precog is a next-generation analytics platform capable of advanced analytics
on semi-structured data. The platform includes APIs for building apps and a
phenomenal toolset for data science. Developers can use our toolset for easy
data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to