Hi, I apologize in advance if this is not the right place to ask this question, but I haven't been able to find any information elsewhere.
I have downloaded the latest WiX's v3.0 source and wanted to build it in order to troubleshoot some issues I am seeing when using dark. But unfortunately, I haven't been able to build the source using the make.bat file provided in the root or by just opening the solutions in visual studio and trying to build it from inside the dev env. In both cases I am getting different error messages. Is there any documentation with information on how to build the WiX source? I have all frameworks and SDK's necessary to build WiX (all .net versions, nant, platform sdk, etc..). It looks to me as if I need to take additional setup steps to set properties or do other stuff.. Any help you can provide would be much appreciated. Thanks, Alegni OUTPUT FROM make.bat: ======================================================================== =================== C:\Documents and Settings\Alegni\Desktop\wix-3.0.2925.0-sources>make.bat -v NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006) Copyright (C) 2001-2006 Gerry Shaw http://nant.sourceforge.net Framework 'net-1.0' is invalid and has not been loaded : The 'System.dll' assembly does not exist in framework assembly directory 'C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705'.. Framework 'netcf-1.0' is invalid and has not been loaded : Registry Value Not Found! - key='SOFTWARE\Microsoft\.NETCompa ctFramework\\sdkInstallRoot';hive='LocalMachine';. Framework 'netcf-2.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Microsoft\.NETCompac tFramework\v2.0.0.0\InstallRoot\';hive='Microsoft.Win32.RegistryHive[]'; . Framework 'mono-1.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Mono\';hive='Microsof t.Win32.RegistryHive[]';. Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Mono\';hive='Microsof t.Win32.RegistryHive[]';. Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Mono\';hive='Microsof t.Win32.RegistryHive[]';. Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Mono\';hive='Microsof t.Win32.RegistryHive[]';. Framework 'sscli-1.0' is invalid and has not been loaded : Framework directory 'C:\sscli\build\v1.x86fstchk.rotor' does not exist.. Buildfile: file:///C:/Documents and Settings/Alegni/Desktop/wix-3.0.2925.0-sources//wix.build Target framework: Microsoft .NET Framework 2.0 Base Directory: C:\Documents and Settings\Alegni\Desktop\wix-3.0.2925.0-sources. Target(s) specified: and Settings\Alegni\Desktop\wix-3.0.2925.0-sources\ [property] Target framework changed to "Microsoft .NET Framework 1.1". [include] Including file C:\Documents and Settings\Alegni\Desktop\wix-3.0.2925.0-sources\wix.include. BUILD FAILED C:\Documents and Settings\Alegni\Desktop\wix-3.0.2925.0-sources\wix.include(10,4): Property evaluation failed. Expression: ${file.global.include} ^^^^^^^^^^^^^^^^^^^: NAnt.Core.BuildException: C:\Documents and Settings\Alegni\Desktop\wix-3.0.2925.0-sources\wix.include(10,4): Property evaluation failed. Expression: ${file.global.include} ^^^^^^^^^^^^^^^^^^^ ---> Property 'file.global.include' has not been set.: NAnt.Core.BuildException: Property 'file.global.include' has not been set. at NAnt.Core.ExpressionEvaluator.GetPropertyValue(String propertyName) at NAnt.Core.ExpressionEvaluator.EvaluateProperty(String propertyName) at NAnt.Core.ExpressionEvalBase.ParseValue() --- End of inner exception stack trace --- at NAnt.Core.PropertyDictionary.EvaluateEmbeddedExpressions(String input, Location location, Hashtable state, Stack v isiting) at NAnt.Core.Element.AttributeConfigurator.InitializeAttribute(PropertyInfo propertyInfo) at NAnt.Core.Element.AttributeConfigurator.Initialize() at NAnt.Core.Element.InitializeXml(XmlNode elementNode, PropertyDictionary properties, FrameworkInfo framework) at NAnt.Core.Element.Initialize(XmlNode elementNode, PropertyDictionary properties, FrameworkInfo framework) at NAnt.Core.Project.CreateTask(XmlNode taskNode, Target target) at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc) at NAnt.Core.Tasks.IncludeTask.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run() Total time: 0 seconds. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
