Page 1 of 1

Windows Home Server Add-in (WHS)

Posted: Sun Mar 16, 2008 6:02 am
by VikingCoder
Is it possible to add an arbitrary property to the MSI properties table? I need WHSLogo=1 for Windows Home Server to recognize my MSI as a valid add-in.

See: http://msdn2.microsoft.com/en-us/library/bb626019.aspx

Thanks
Michael

Posted: Tue Mar 18, 2008 8:44 am
by CandiceJones
You can do this with an InstallAware plug-in, or just edit the MSI file after building using Orca.

Posted: Tue Mar 18, 2008 9:02 am
by CandiceJones
For automated builds, of course, it might make more sense to just use a plug-in - plug-ins have access to the MSI tables that InstallAware generates.