mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
This commit is contained in:
commit
89c30f9cf5
2
NEWS.txt
2
NEWS.txt
@ -1,4 +1,4 @@
|
|||||||
---------------- VERSION Current (development) --------------
|
---------------- VERSION 3.0.6 --------------
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
- Logical files and folders support
|
- Logical files and folders support
|
||||||
|
@ -149,7 +149,7 @@ public class SearchEngineURLQueryAnalyzer extends Extract {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SearchEngineURLQueryAnalyzer.SearchEngine Se = new SearchEngineURLQueryAnalyzer.SearchEngine(EngineName, EnginedomainSubstring, splits);
|
SearchEngineURLQueryAnalyzer.SearchEngine Se = new SearchEngineURLQueryAnalyzer.SearchEngine(EngineName, EnginedomainSubstring, splits);
|
||||||
System.out.println("Search Engine: " + Se.toString());
|
//System.out.println("Search Engine: " + Se.toString());
|
||||||
listEngines[i] = Se;
|
listEngines[i] = Se;
|
||||||
}
|
}
|
||||||
engines = listEngines;
|
engines = listEngines;
|
||||||
@ -345,7 +345,7 @@ public class SearchEngineURLQueryAnalyzer extends Extract {
|
|||||||
try {
|
try {
|
||||||
String path = PlatformUtil.getUserConfigDirectory() + File.separator + XMLFILE;
|
String path = PlatformUtil.getUserConfigDirectory() + File.separator + XMLFILE;
|
||||||
File f = new File(path);
|
File f = new File(path);
|
||||||
System.out.println("Load successful");
|
logger.log(Level.INFO, "Load successful");
|
||||||
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
||||||
DocumentBuilder db = dbf.newDocumentBuilder();
|
DocumentBuilder db = dbf.newDocumentBuilder();
|
||||||
Document xml = db.parse(f);
|
Document xml = db.parse(f);
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="autoAIPath" >
|
<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}"
|
<available file="${AI.path}"
|
||||||
property="aiPath"
|
property="aiPath"
|
||||||
value="${AI.path}"/>
|
value="${AI.path}"/>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?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">
|
<COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">
|
||||||
<ROW Property="ALLUSERS" Value="2"/>
|
<ROW Property="ALLUSERS" Value="2"/>
|
||||||
<ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
|
<ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user