]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
- Final update for installerfiles (Shaderman / namespace)
authornamespace <namespace>
Sun, 4 Mar 2007 13:40:18 +0000 (13:40 +0000)
committernamespace <namespace>
Sun, 4 Mar 2007 13:40:18 +0000 (13:40 +0000)
- Removed installer.py validation checks since they are incompatible with Vista
- Updated msiquery module to python 2.5
- Added msiquery module for python 2.5

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@147 8a3a26a2-13c4-0310-b231-cf6edde360e5

CHANGES
setup/win32/components/cairo.xml [new file with mode: 0644]
setup/win32/components/gtk2.xml
setup/win32/components/msvcr71.xml [deleted file]
setup/win32/components/msvcr80.xml [new file with mode: 0644]
setup/win32/components/pango.xml
setup/win32/gtkradiant-1.5.0.xml
setup/win32/installer.py
setup/win32/msi/msiquery.sln
setup/win32/msi/msiquery.vcproj
setup/win32/msiquery.pyd [new file with mode: 0644]

diff --git a/CHANGES b/CHANGES
index 4be9615991bc918be4fc8ca357c3d07d2d86c5c2..76f32548083cba5303681b93e4028dda82414d61 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
 This is the changelog for developers, != changelog for the end user 
 that we distribute with the binaries. (see changelog)
 
 This is the changelog for developers, != changelog for the end user 
 that we distribute with the binaries. (see changelog)
 
+04/03/2007
+namespace
+- Final update for installerfiles (Shaderman / namespace)
+- Removed installer.py validation checks since they are incompatible with Vista
+- Updated msiquery module to python 2.5
+- Added msiquery module for python 2.5
+
 03/03/2007
 namespace
 (THIS IS A TRANSITIONAL REVISION, DO NOT USE, WAIT FOR UPDATED DEPS)
 03/03/2007
 namespace
 (THIS IS A TRANSITIONAL REVISION, DO NOT USE, WAIT FOR UPDATED DEPS)
diff --git a/setup/win32/components/cairo.xml b/setup/win32/components/cairo.xml
new file mode 100644 (file)
index 0000000..49b12e5
--- /dev/null
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<component>
+  <file name="libcairo-2.dll"/>
+</component>
index e71720b3cfce9b224d94127f2ed0b7b168f9cafd..c8e6138726ce327d85fc212a79b2db7a0454f699 100644 (file)
@@ -23,6 +23,7 @@
         </dir>
       </dir>
     </dir>
         </dir>
       </dir>
     </dir>
+<!--
     <dir name="locale">
       <dir name="en@IPA">
         <dir name="LC_MESSAGES">
     <dir name="locale">
       <dir name="en@IPA">
         <dir name="LC_MESSAGES">
@@ -35,6 +36,7 @@
         </dir>
       </dir>
     </dir>
         </dir>
       </dir>
     </dir>
+-->
   </dir>
   <dir name="share">
     <dir name="themes">
   </dir>
   <dir name="share">
     <dir name="themes">
diff --git a/setup/win32/components/msvcr71.xml b/setup/win32/components/msvcr71.xml
deleted file mode 100644 (file)
index 6094b7d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0"?>
-<component>
-  <file name="msvcr71.dll"/>
-</component>
diff --git a/setup/win32/components/msvcr80.xml b/setup/win32/components/msvcr80.xml
new file mode 100644 (file)
index 0000000..f874fc7
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<component>
+  <file name="msvcr80.dll"/>
+  <file name="msvcm80.dll"/>
+  <file name="msvcp80.dll"/>
+  <file name="msvcrt.dll"/>
+  <file name="GtkRadiant.exe.manifest"/>
+  <file name="Microsoft.VC80.CRT.Manifest"/>
+</component>
index df16c6a1ead5c813bd4a24ba733ba8132ee06f84..2884728733165ac2de39fb641771b629eb6f7958 100644 (file)
@@ -2,12 +2,14 @@
 <component>
   <file name="libpango-1.0-0.dll"/>
   <file name="libpangowin32-1.0-0.dll"/>
 <component>
   <file name="libpango-1.0-0.dll"/>
   <file name="libpangowin32-1.0-0.dll"/>
+  <file name="libpangocairo-1.0-0.dll"/>
   <dir name="etc">
     <dir name="pango">
       <file name="pango.aliases"/>
       <file name="pango.modules"/>
     </dir>
   </dir>
   <dir name="etc">
     <dir name="pango">
       <file name="pango.aliases"/>
       <file name="pango.modules"/>
     </dir>
   </dir>
+<!--
   <dir name="lib">
     <dir name="pango">
       <dir name="1.4.0">
   <dir name="lib">
     <dir name="pango">
       <dir name="1.4.0">
@@ -17,4 +19,5 @@
       </dir>
     </dir>
   </dir>
       </dir>
     </dir>
   </dir>
+-->
 </component>
 </component>
index d964a59f877626758328cd23a6f28d843b148ca1..0b346f348ae0f92a564f353feef119354cdfb061 100644 (file)
@@ -8,10 +8,11 @@
     <component name=".\components\q3map2_docs.xml" root="..\..\tools\quake3\q3map2" />
     <component name=".\components\q2map.xml" root="..\..\install" />
     <component name=".\components\bspc.xml" root="bin" />
     <component name=".\components\q3map2_docs.xml" root="..\..\tools\quake3\q3map2" />
     <component name=".\components\q2map.xml" root="..\..\install" />
     <component name=".\components\bspc.xml" root="bin" />
-    <component name=".\components\iconv.xml" root="..\..\..\iconv-1.9\bin" />
+    <component name=".\components\iconv.xml" root="..\..\install" />
     <component name=".\components\intl.xml" root="..\..\..\gtk2-2.10\install" />
        <component name=".\components\glib2.xml" root="..\..\install" />
     <component name=".\components\atk.xml" root="..\..\install" />
     <component name=".\components\intl.xml" root="..\..\..\gtk2-2.10\install" />
        <component name=".\components\glib2.xml" root="..\..\install" />
     <component name=".\components\atk.xml" root="..\..\install" />
+    <component name=".\components\cairo.xml" root="..\..\install" />
     <component name=".\components\pango.xml" root="..\..\install" />
     <component name=".\components\gtk2.xml" root="..\..\install" />
     <component name=".\components\gtkglext.xml" root="..\..\..\gtk2-2.10\install" />
     <component name=".\components\pango.xml" root="..\..\install" />
     <component name=".\components\gtk2.xml" root="..\..\install" />
     <component name=".\components\gtkglext.xml" root="..\..\..\gtk2-2.10\install" />
index d3f923a980f2bd96dc90d03e50af13b0a0c9abf6..05e95821ee88c1f87f4b0a6c6fc3dffb962da761 100644 (file)
@@ -412,15 +412,17 @@ class MSIPackage:
     os.system("msidb -d " + msiWorkName + " -a archive.cab")
     os.system("del archive.cab")
     
     os.system("msidb -d " + msiWorkName + " -a archive.cab")
     os.system("del archive.cab")
     
-    print("running standard MSI validators ...")
-    if(os.system("msival2 " + msiWorkName + " darice.cub > darice.txt") != 0):
-      raise Exception("MSI VALIDATION ERROR: see darice.txt")
-    print("running Logo Program validators ...")
-    if(os.system("msival2 " + msiWorkName + " logo.cub > logo.txt") != 0):
-      raise Exception("MSI VALIDATION ERROR: see logo.txt")
-    print("running XP Logo Program validators ...")
-    if(os.system("msival2 " + msiWorkName + " XPlogo.cub > XPlogo.txt") != 0):
-      raise Exception("MSI VALIDATION ERROR: see XPlogo.txt")
+
+    #print("running standard MSI validators ...")
+    #if(os.system("msival2 " + msiWorkName + " darice.cub > darice.txt") != 0):
+    #  raise Exception("MSI VALIDATION ERROR: see darice.txt")
+
+    #print("running Logo Program validators ...")
+    #if(os.system("msival2 " + msiWorkName + " logo.cub > logo.txt") != 0):
+    #  raise Exception("MSI VALIDATION ERROR: see logo.txt")
+    #print("running XP Logo Program validators ...")
+    #if(os.system("msival2 " + msiWorkName + " XPlogo.cub > XPlogo.txt") != 0):
+    #  raise Exception("MSI VALIDATION ERROR: see XPlogo.txt")
     
     msiNameQuoted = "\"" + msiName + "\""
     if(os.path.exists(os.path.join(".\\", msiName)) and os.system("del " + msiNameQuoted) != 0):
     
     msiNameQuoted = "\"" + msiName + "\""
     if(os.path.exists(os.path.join(".\\", msiName)) and os.system("del " + msiNameQuoted) != 0):
index adfd0210394c34ae640ade8613dd5ec2749d9037..271701711026bd65e4b03d537c2fe2049279d26c 100644 (file)
@@ -1,21 +1,19 @@
-Microsoft Visual Studio Solution File, Format Version 8.00
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msiquery", "msiquery.vcproj", "{7E8B9772-912C-4E32-88E2-62F9DE03C33C}"
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msiquery", "msiquery.vcproj", "{7E8B9772-912C-4E32-88E2-62F9DE03C33C}"
-       ProjectSection(ProjectDependencies) = postProject
-       EndProjectSection
 EndProject
 Global
 EndProject
 Global
-       GlobalSection(SolutionConfiguration) = preSolution
-               Debug = Debug
-               Release = Release
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution
+               Debug|Win32 = Debug|Win32
+               Release|Win32 = Release|Win32
        EndGlobalSection
        EndGlobalSection
-       GlobalSection(ProjectConfiguration) = postSolution
-               {7E8B9772-912C-4E32-88E2-62F9DE03C33C}.Debug.ActiveCfg = Debug|Win32
-               {7E8B9772-912C-4E32-88E2-62F9DE03C33C}.Debug.Build.0 = Debug|Win32
-               {7E8B9772-912C-4E32-88E2-62F9DE03C33C}.Release.ActiveCfg = Release|Win32
-               {7E8B9772-912C-4E32-88E2-62F9DE03C33C}.Release.Build.0 = Release|Win32
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution
+               {7E8B9772-912C-4E32-88E2-62F9DE03C33C}.Debug|Win32.ActiveCfg = Debug|Win32
+               {7E8B9772-912C-4E32-88E2-62F9DE03C33C}.Debug|Win32.Build.0 = Debug|Win32
+               {7E8B9772-912C-4E32-88E2-62F9DE03C33C}.Release|Win32.ActiveCfg = Release|Win32
+               {7E8B9772-912C-4E32-88E2-62F9DE03C33C}.Release|Win32.Build.0 = Release|Win32
        EndGlobalSection
        EndGlobalSection
-       GlobalSection(ExtensibilityGlobals) = postSolution
-       EndGlobalSection
-       GlobalSection(ExtensibilityAddIns) = postSolution
+       GlobalSection(SolutionProperties) = preSolution
+               HideSolutionNode = FALSE
        EndGlobalSection
 EndGlobal
        EndGlobalSection
 EndGlobal
index af2f8ac42bd92c0175c90a867ba89669efb970c2..504ef77c073670acc352ef4e56915f59a0eb73ea 100644 (file)
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
        ProjectType="Visual C++"
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
        ProjectType="Visual C++"
-       Version="7.10"
+       Version="8,00"
        Name="msiquery"
        Name="msiquery"
+       ProjectGUID="{7E8B9772-912C-4E32-88E2-62F9DE03C33C}"
        RootNamespace="msiquery"
        RootNamespace="msiquery"
-       SccProjectName=""
-       SccLocalPath="">
+       >
        <Platforms>
                <Platform
        <Platforms>
                <Platform
-                       Name="Win32"/>
+                       Name="Win32"
+               />
        </Platforms>
        </Platforms>
+       <ToolFiles>
+       </ToolFiles>
        <Configurations>
                <Configuration
                        Name="Release|Win32"
                        OutputDirectory=".\Release"
                        IntermediateDirectory=".\Release"
                        ConfigurationType="2"
        <Configurations>
                <Configuration
                        Name="Release|Win32"
                        OutputDirectory=".\Release"
                        IntermediateDirectory=".\Release"
                        ConfigurationType="2"
+                       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                        UseOfMFC="0"
                        UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE">
+                       ATLMinimizesCRunTimeLibraryUsage="false"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                               PreprocessorDefinitions="NDEBUG"
+                               MkTypLibCompatible="true"
+                               SuppressStartupBanner="true"
+                               TargetEnvironment="1"
+                               TypeLibraryName=".\Release/msiquery.tlb"
+                               HeaderFileName=""
+                       />
                        <Tool
                                Name="VCCLCompilerTool"
                                Optimization="2"
                                InlineFunctionExpansion="1"
                        <Tool
                                Name="VCCLCompilerTool"
                                Optimization="2"
                                InlineFunctionExpansion="1"
-                               AdditionalIncludeDirectories="..\..\..\..\Python-2.3.3\Include,..\..\..\..\Python-2.3.3\PC"
+                               AdditionalIncludeDirectories="C:\Python25\include"
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
-                               StringPooling="TRUE"
+                               StringPooling="true"
                                RuntimeLibrary="2"
                                RuntimeLibrary="2"
-                               EnableFunctionLevelLinking="TRUE"
-                               UsePrecompiledHeader="2"
+                               EnableFunctionLevelLinking="true"
+                               UsePrecompiledHeader="0"
                                PrecompiledHeaderFile=".\Release/msiquery.pch"
                                AssemblerListingLocation=".\Release/"
                                ObjectFile=".\Release/"
                                ProgramDataBaseFileName=".\Release/"
                                WarningLevel="3"
                                PrecompiledHeaderFile=".\Release/msiquery.pch"
                                AssemblerListingLocation=".\Release/"
                                ObjectFile=".\Release/"
                                ProgramDataBaseFileName=".\Release/"
                                WarningLevel="3"
-                               SuppressStartupBanner="TRUE"
-                               CompileAs="0"/>
+                               SuppressStartupBanner="true"
+                               CompileAs="0"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                               PreprocessorDefinitions="NDEBUG"
+                               Culture="1033"
+                       />
                        <Tool
                        <Tool
-                               Name="VCCustomBuildTool"/>
+                               Name="VCPreLinkEventTool"
+                       />
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalOptions="/export:initmsiquery"
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalOptions="/export:initmsiquery"
-                               AdditionalDependencies="odbc32.lib odbccp32.lib python23.lib msi.lib"
+                               AdditionalDependencies="odbc32.lib odbccp32.lib python25.lib msi.lib"
                                OutputFile=".\Release/msiquery.dll"
                                LinkIncremental="1"
                                OutputFile=".\Release/msiquery.dll"
                                LinkIncremental="1"
-                               SuppressStartupBanner="TRUE"
-                               AdditionalLibraryDirectories="..\..\..\..\Python-2.3.3\PCbuild"
+                               SuppressStartupBanner="true"
+                               AdditionalLibraryDirectories="C:\Python25\libs"
                                ModuleDefinitionFile=".\msiquery.def"
                                ProgramDatabaseFile=".\Release/msiquery.pdb"
                                SubSystem="2"
                                ImportLibrary=".\Release/msiquery.lib"
                                ModuleDefinitionFile=".\msiquery.def"
                                ProgramDatabaseFile=".\Release/msiquery.pdb"
                                SubSystem="2"
                                ImportLibrary=".\Release/msiquery.lib"
-                               TargetMachine="1"/>
-                       <Tool
-                               Name="VCMIDLTool"
-                               PreprocessorDefinitions="NDEBUG"
-                               MkTypLibCompatible="TRUE"
-                               SuppressStartupBanner="TRUE"
-                               TargetEnvironment="1"
-                               TypeLibraryName=".\Release/msiquery.tlb"
-                               HeaderFileName=""/>
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                               CommandLine="copy $(TargetPath) ..\"/>
+                               TargetMachine="1"
+                       />
                        <Tool
                        <Tool
-                               Name="VCPreBuildEventTool"/>
+                               Name="VCALinkTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCPreLinkEventTool"/>
+                               Name="VCManifestTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="NDEBUG"
-                               Culture="1033"/>
+                               Name="VCXDCMakeTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCWebServiceProxyGeneratorTool"/>
+                               Name="VCBscMakeTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCXMLDataGeneratorTool"/>
+                               Name="VCFxCopTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCWebDeploymentTool"/>
+                               Name="VCAppVerifierTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCManagedWrapperGeneratorTool"/>
+                               Name="VCWebDeploymentTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+                               Name="VCPostBuildEventTool"
+                               CommandLine="copy $(TargetPath) ..\"
+                       />
                </Configuration>
                <Configuration
                        Name="Debug|Win32"
                        OutputDirectory=".\Debug"
                        IntermediateDirectory=".\Debug"
                        ConfigurationType="2"
                </Configuration>
                <Configuration
                        Name="Debug|Win32"
                        OutputDirectory=".\Debug"
                        IntermediateDirectory=".\Debug"
                        ConfigurationType="2"
+                       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                        UseOfMFC="0"
                        UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE">
+                       ATLMinimizesCRunTimeLibraryUsage="false"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                               PreprocessorDefinitions="_DEBUG"
+                               MkTypLibCompatible="true"
+                               SuppressStartupBanner="true"
+                               TargetEnvironment="1"
+                               TypeLibraryName=".\Debug/msiquery.tlb"
+                               HeaderFileName=""
+                       />
                        <Tool
                                Name="VCCLCompilerTool"
                                Optimization="0"
                                AdditionalIncludeDirectories="..\..\..\..\Python-2.3.3\Include,..\..\..\..\Python-2.3.3\PC"
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
                                RuntimeLibrary="3"
                        <Tool
                                Name="VCCLCompilerTool"
                                Optimization="0"
                                AdditionalIncludeDirectories="..\..\..\..\Python-2.3.3\Include,..\..\..\..\Python-2.3.3\PC"
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
                                RuntimeLibrary="3"
-                               UsePrecompiledHeader="2"
+                               UsePrecompiledHeader="0"
                                PrecompiledHeaderFile=".\Debug/msiquery.pch"
                                AssemblerListingLocation=".\Debug/"
                                ObjectFile=".\Debug/"
                                ProgramDataBaseFileName=".\Debug/"
                                WarningLevel="3"
                                PrecompiledHeaderFile=".\Debug/msiquery.pch"
                                AssemblerListingLocation=".\Debug/"
                                ObjectFile=".\Debug/"
                                ProgramDataBaseFileName=".\Debug/"
                                WarningLevel="3"
-                               SuppressStartupBanner="TRUE"
+                               SuppressStartupBanner="true"
                                DebugInformationFormat="4"
                                DebugInformationFormat="4"
-                               CompileAs="0"/>
+                               CompileAs="0"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                               PreprocessorDefinitions="_DEBUG"
+                               Culture="1033"
+                       />
                        <Tool
                        <Tool
-                               Name="VCCustomBuildTool"/>
+                               Name="VCPreLinkEventTool"
+                       />
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalOptions="/export:initmsiquery"
                                AdditionalDependencies="odbc32.lib odbccp32.lib python23_d.lib msi.lib"
                                OutputFile=".\Debug/msiquery_d.dll"
                                LinkIncremental="1"
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalOptions="/export:initmsiquery"
                                AdditionalDependencies="odbc32.lib odbccp32.lib python23_d.lib msi.lib"
                                OutputFile=".\Debug/msiquery_d.dll"
                                LinkIncremental="1"
-                               SuppressStartupBanner="TRUE"
+                               SuppressStartupBanner="true"
                                AdditionalLibraryDirectories="..\..\..\..\Python-2.3.3\PCbuild"
                                ModuleDefinitionFile=".\msiquery.def"
                                AdditionalLibraryDirectories="..\..\..\..\Python-2.3.3\PCbuild"
                                ModuleDefinitionFile=".\msiquery.def"
-                               GenerateDebugInformation="TRUE"
+                               GenerateDebugInformation="true"
                                ProgramDatabaseFile=".\Debug/msiquery_d.pdb"
                                SubSystem="2"
                                ImportLibrary=".\Debug/msiquery_d.lib"
                                ProgramDatabaseFile=".\Debug/msiquery_d.pdb"
                                SubSystem="2"
                                ImportLibrary=".\Debug/msiquery_d.lib"
-                               TargetMachine="1"/>
-                       <Tool
-                               Name="VCMIDLTool"
-                               PreprocessorDefinitions="_DEBUG"
-                               MkTypLibCompatible="TRUE"
-                               SuppressStartupBanner="TRUE"
-                               TargetEnvironment="1"
-                               TypeLibraryName=".\Debug/msiquery.tlb"
-                               HeaderFileName=""/>
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                               CommandLine="copy $(TargetPath) ..\"/>
+                               TargetMachine="1"
+                       />
                        <Tool
                        <Tool
-                               Name="VCPreBuildEventTool"/>
+                               Name="VCALinkTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCPreLinkEventTool"/>
+                               Name="VCManifestTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="_DEBUG"
-                               Culture="1033"/>
+                               Name="VCXDCMakeTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCWebServiceProxyGeneratorTool"/>
+                               Name="VCBscMakeTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCXMLDataGeneratorTool"/>
+                               Name="VCFxCopTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCWebDeploymentTool"/>
+                               Name="VCAppVerifierTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCManagedWrapperGeneratorTool"/>
+                               Name="VCWebDeploymentTool"
+                       />
                        <Tool
                        <Tool
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+                               Name="VCPostBuildEventTool"
+                               CommandLine="copy $(TargetPath) ..\"
+                       />
                </Configuration>
        </Configurations>
        <References>
                </Configuration>
        </Configurations>
        <References>
        <Files>
                <Filter
                        Name="Source Files"
        <Files>
                <Filter
                        Name="Source Files"
-                       Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90">
+                       Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+                       >
                        <File
                        <File
-                               RelativePath=".\msiquery.c">
+                               RelativePath=".\msiquery.c"
+                               >
                        </File>
                        <File
                        </File>
                        <File
-                               RelativePath="msiquery.def">
+                               RelativePath="msiquery.def"
+                               >
                        </File>
                </Filter>
                <Filter
                        Name="Header Files"
                        </File>
                </Filter>
                <Filter
                        Name="Header Files"
-                       Filter="h;hpp;hxx;hm;inl;fi;fd">
+                       Filter="h;hpp;hxx;hm;inl;fi;fd"
+                       >
                </Filter>
                <Filter
                        Name="Resource Files"
                </Filter>
                <Filter
                        Name="Resource Files"
-                       Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
+                       Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
+                       >
                </Filter>
        </Files>
        <Globals>
                </Filter>
        </Files>
        <Globals>
diff --git a/setup/win32/msiquery.pyd b/setup/win32/msiquery.pyd
new file mode 100644 (file)
index 0000000..63a4030
Binary files /dev/null and b/setup/win32/msiquery.pyd differ