<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'>
  <Product Name='Visual Haskell 0.2 for Visual Studio 2005' Id='62A3104F-B35A-44f2-BF4F-F1273D98461B' 
    Language='1033' Codepage='1252' Version='0.2.0' Manufacturer='Krasimir Angelov'>

    <Package Id='????????-????-????-????-????????????' Keywords='Installer'
      Description="Visual Haskell Installer" Manufacturer='Krasimir Angelov'
      InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
      
    <Media Id='1' Cabinet='vsh80.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />
    <Property Id='DiskPrompt' Value="Disk 1" />

    <FragmentRef Id='Common'/>

	<Property Id='VSTUDIO'         Value="8.0"/>
	<Property Id='VSTUDIO_VERSION' Value="2005"/>
	
	<DirectoryRef Id='INSTALLDIR'>
      <Merge Id="MSHelp2_RegTables"           Language="1033" DiskId="1" SourceFile="msm\8.0\mshelp2_regtables__rtl_---_---.msm"/>
      <Merge Id="HTML_Help_Registration"      Language="1033" DiskId="1" SourceFile="msm\8.0\html_help_registration__rtl_x86_---.msm"/>
      <Merge Id="VIntegration_VS7_AppSearch"  Language="1033" DiskId="1" SourceFile="msm\8.0\vintegration_vs7_appsearch_rtl_---_---.msm"/>
      <Merge Id="VIntegration_VS7"            Language="1033" DiskId="1" SourceFile="msm\8.0\vintegration_vs7_rtl_x86_---.msm"/>
      <Merge Id="vsipcc_collection_files_rtl" Language="1033" DiskId="1" SourceFile="msm\8.0\vsipcc_collection_files_rtl_---_---.msm"/>
    </DirectoryRef>

	<FeatureRef Id='Complete'>
	  <MergeRef Id="MSHelp2_RegTables"/>
      <MergeRef Id="HTML_Help_Registration"/>
      <MergeRef Id="VIntegration_VS7_AppSearch"/>
      <MergeRef Id="VIntegration_VS7"/>
      <MergeRef Id="vsipcc_collection_files_rtl"/>
    </FeatureRef>
    
    <CustomAction Id="VSHaskellInstall"   BinaryKey="setup.vbs" VBScriptCall="Install80"/>
    <CustomAction Id="VSHaskellUnInstall" BinaryKey="setup.vbs" VBScriptCall="UnInstall80"/>
  </Product>
</Wix>
