Bugs.

_______________________________________________________________
FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
Sent: Monday, November 3, 2014 1:19 PM
To: WiX toolset developer mailing list
Subject: Re: [WiX-devs] Wix4: Unit testing

I'm also seeing some missing chunks in the binder, ex:

        /// <summary>
        /// Populates the variable cache with specific package properties.
        /// </summary>
        /// <param name="package">The package with properties to cache.</param>
        /// <param name="variableCache">The property cache.</param>
        private static void PopulatePackageVariableCache(ChainPackageInfo 
package, IDictionary<string, string> variableCache)
        {
            string id = package.Id;

            variableCache.Add(String.Concat("packageDescription.", id), 
package.Description);
            variableCache.Add(String.Concat("packageLanguage.", id), 
package.Language);
            variableCache.Add(String.Concat("packageManufacturer.", id), 
package.Manufacturer);
            variableCache.Add(String.Concat("packageName.", id), 
package.DisplayName);
            variableCache.Add(String.Concat("packageVersion.", id), 
package.Version);
        }

From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
Sent: Monday, November 03, 2014 1:02 PM
To: WiX toolset developer mailing list
Subject: [WiX-devs] Wix4: Unit testing

What's the current status of the Wix4 unit testing? It seems like the WXS files 
have the wrong namespaces so the builders fail.  If I repair that, then light 
fails with LGHT0280 due to a bind variable pointing at a file instead of a 
path.  Was that an intended change?

Thanks,
Jacob

------------------------------------------------------------------------------
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to