2016-08-01 8 views
1

install4j 6.1.1を使用してWindows 7 64ビットでインストーラ実行ファイルを生成しました。その後、実行可能ファイルがWindows server 2012マシンにコピーされ、ソフトウェアがインストールされました。インストール後、ウィンドウはいつでもリブートされました(私のソフトウェアインストールプロセスの必要はありません)が、リブート後にインストーラファイルが消えました!インストーラを別の場所に置いて再テストしましたが、ソフトウェアをインストールして再起動するたびにインストーラが削除されます。Install4j:Windows Server 2012のインストール後に実行されたときに実行可能ファイルが削除される64bit

<windows name="Windows-64" id="24" customizedId="win64" mediaFileName="${compiler:sys.shortName}_${compiler:sys.version}_Windows_x64" installDir="/backend" overridePrincipalLanguage="false" jreBitType="64" runPostProcessor="false" postProcessor="" failOnPostProcessorError="false" useLegacyMediaFileIds="false" legacyMediaFileIds="" downloadURL="" includeAllDownloadableComponents="false" includedJRE="resources/windows-amd64-1.7.0_79" manualJREEntry="false" bundleType="1" jreURL="" jreShared="false" directDownload="false" installOnlyIfNecessary="false" customInstallBaseDir="C:/" contentFilesType="1" verifyIntegrity="true"> 
    <excludedComponents /> 
    <includedDownloadableComponents /> 
    <excludedLaunchers /> 
    <excludedBeans> 
    <bean refId="3770" /> 
    <bean refId="3771" /> 
    <bean refId="1594" /> 
    <bean refId="3772" /> 
    <bean refId="1737" /> 
    <bean refId="3773" /> 
    </excludedBeans> 
    <overriddenPrincipalLanguage id="en" customLocalizationFile="" /> 
    <exclude> 
    <entry location="admin/bin/teamviewer_11.0.57095.i686.rpm" fileType="regular" /> 
    <entry location="bin/fpcsctl" fileType="regular" /> 
    <entry location=".i4j_external_105/sql/initDB.sh" fileType="regular" /> 
    <entry location=".i4j_external_105/temp/jdk1.7.0_79_linux-32.zip" fileType="regular" /> 
    <entry location=".i4j_external_105/temp/jdk-7u79-windows-x32.zip" fileType="regular" /> 
    <entry location=".i4j_external_105/temp/postgresql-9.4.6-linux-32.zip" fileType="regular" /> 
    <entry location=".i4j_external_105/temp/postgresql-9.4.6-linux-64.zip" fileType="regular" /> 
    <entry location=".i4j_external_105/temp/postgresql-9.4.6-windows-x86.zip" fileType="regular" /> 
    <entry location=".i4j_external_105/temp/vcredist_x86.exe" fileType="regular" /> 
    <entry location=".i4j_external_105/temp/jdk1.7.0_79_linux-64.zip" fileType="regular" /> 
    <entry location=".i4j_external_105/temp/librxtxSerial.so" fileType="regular" /> 
    <entry location=".i4j_external_105/temp/librxtxParallel.so" fileType="regular" /> 
    </exclude> 
    <variables /> 
    <autoUpdate useMinUpdatableVersion="false" minUpdatableVersion="" useMaxUpdatableVersion="false" maxUpdatableVersion=""> 
    <commentFiles /> 
    <customAttributes /> 
    </autoUpdate> 
</windows> 

答えて

1

これはinstall4j 6.1.2で修正されたバグです:

後はinstall4jプロジェクト内のメディアファイルの設定です。

+0

ちょっと好奇心から離れすぎても、それほど複雑でない場合は、ファイルの削除の理由は何ですか? – ShaDooW

関連する問題