From dec9a14ea4d1807be5a344cf5dff22a99c097ccd Mon Sep 17 00:00:00 2001
From: adam-m <amalinowski@basistech.com>
Date: Wed, 5 Jun 2013 11:56:34 -0400
Subject: [PATCH] advanced installer updates

---
 build-windows.xml                       | 2 +-
 installer_autopsy/installer_autopsy.aip | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-windows.xml b/build-windows.xml
index 6447a5741b..bbc4e0e098 100644
--- a/build-windows.xml
+++ b/build-windows.xml
@@ -54,7 +54,7 @@
     </target>
     
     <target name="autoAIPath" >
-        <property name="AI.path">C:\Program Files (x86)\Caphyon\Advanced Installer 9.6.1\bin\x86\AdvancedInstaller.com</property>
+        <property name="AI.path">C:\Program Files (x86)\Caphyon\Advanced Installer 10.2\bin\x86\AdvancedInstaller.com</property>
         <available file="${AI.path}"
                     property="aiPath"
                     value="${AI.path}"/>
diff --git a/installer_autopsy/installer_autopsy.aip b/installer_autopsy/installer_autopsy.aip
index e4cb5c5c50..01a5688229 100644
--- a/installer_autopsy/installer_autopsy.aip
+++ b/installer_autopsy/installer_autopsy.aip
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<DOCUMENT Type="Advanced Installer" CreateVersion="9.0.1" version="9.6.1" Modules="simple" RootPath="." Language="en" Id="{84E12760-98AC-4ACA-B4DE-86E5B5603721}">
+<DOCUMENT Type="Advanced Installer" CreateVersion="9.0.1" version="10.2" Modules="simple" RootPath="." Language="en" Id="{84E12760-98AC-4ACA-B4DE-86E5B5603721}">
   <COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">
     <ROW Property="ALLUSERS" Value="2"/>
     <ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
-- 
GitLab