mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +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:
|
||||
- Logical files and folders support
|
||||
|
@ -149,7 +149,7 @@ public class SearchEngineURLQueryAnalyzer extends Extract {
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
engines = listEngines;
|
||||
@ -345,7 +345,7 @@ public class SearchEngineURLQueryAnalyzer extends Extract {
|
||||
try {
|
||||
String path = PlatformUtil.getUserConfigDirectory() + File.separator + XMLFILE;
|
||||
File f = new File(path);
|
||||
System.out.println("Load successful");
|
||||
logger.log(Level.INFO, "Load successful");
|
||||
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
||||
DocumentBuilder db = dbf.newDocumentBuilder();
|
||||
Document xml = db.parse(f);
|
||||
|
@ -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}"/>
|
||||
|
@ -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="*"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user