Browse Source

updated installer windows xml file

all-modes
Satinder Grewal 8 years ago
parent
commit
5aad888576
  1. 28
      assets/BitRock Installer Files/IgaunaApp-Win.xml
  2. 2
      gui/EasyDEX-GUI

28
assets/BitRock Installer Files/IgaunaApp-Win.xml

@ -1,7 +1,7 @@
<project> <project>
<shortName>AgamaApp</shortName> <shortName>AgamaApp</shortName>
<fullName>iguana</fullName> <fullName>iguana</fullName>
<version>0.1.6.1e-beta</version> <version>0.1.6e-beta</version>
<licenseFile>../../LICENSE</licenseFile> <licenseFile>../../LICENSE</licenseFile>
<leftImage>../installer_imgs/Agama_installer_wizard_image.png</leftImage> <leftImage>../installer_imgs/Agama_installer_wizard_image.png</leftImage>
<logoImage>../installer_imgs/supernet-agama-logo.png</logoImage> <logoImage>../installer_imgs/supernet-agama-logo.png</logoImage>
@ -12,7 +12,7 @@
<name>default</name> <name>default</name>
<description>${project.shortName}</description> <description>${project.shortName}</description>
<canBeEdited>0</canBeEdited> <canBeEdited>0</canBeEdited>
<detailedDescription>All application files. Required size: ${project.component(default).requiredSize} bytes</detailedDescription> <detailedDescription>All application files. Required size: ${project.component(default).requiredSize} KB</detailedDescription>
<selected>1</selected> <selected>1</selected>
<show>1</show> <show>1</show>
<desktopShortcutList> <desktopShortcutList>
@ -171,8 +171,8 @@
</componentList> </componentList>
<preInstallationActionList> <preInstallationActionList>
<registryGetMatch> <registryGetMatch>
<key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${product_fullname} ${product_version}</key> <key>HKEY_LOCAL_MACHINE\SOFTWARE\${project.shortname}</key>
<name>UninstallString</name> <name>uninstaller_path</name>
<variable>uninstaller_path</variable> <variable>uninstaller_path</variable>
</registryGetMatch> </registryGetMatch>
<setInstallerVariable> <setInstallerVariable>
@ -238,7 +238,7 @@
<actionList> <actionList>
<httpGet> <httpGet>
<abortOnError>0</abortOnError> <abortOnError>0</abortOnError>
<explanation>Visual C++ Redistributable for Visual Studio 2015 library files are needed for Agama daemon</explanation> <explanation>Visual C++ Redistributable for Visual Studio 2015 library files are needed for iguana daemon</explanation>
<filename>${system_temp_directory}/vc_redist.x64.exe</filename> <filename>${system_temp_directory}/vc_redist.x64.exe</filename>
<progressText>Downloading Visual C++ Redistributable for Visual Studio 2015</progressText> <progressText>Downloading Visual C++ Redistributable for Visual Studio 2015</progressText>
<showMessageOnError>0</showMessageOnError> <showMessageOnError>0</showMessageOnError>
@ -254,7 +254,7 @@
</showProgressDialog> </showProgressDialog>
<runProgram> <runProgram>
<abortOnError>0</abortOnError> <abortOnError>0</abortOnError>
<explanation>Visual C++ Redistributable for Visual Studio 2015 library files are needed for Agama daemon</explanation> <explanation>Visual C++ Redistributable for Visual Studio 2015 library files are needed for iguana daemon</explanation>
<program>${system_temp_directory}/vc_redist.x64.exe</program> <program>${system_temp_directory}/vc_redist.x64.exe</program>
<programArguments>/install /passive</programArguments> <programArguments>/install /passive</programArguments>
<progressText>Downloading Visual C++ Redistributable for Visual Studio 2015</progressText> <progressText>Downloading Visual C++ Redistributable for Visual Studio 2015</progressText>
@ -265,7 +265,7 @@
<actionList> <actionList>
<httpGet> <httpGet>
<abortOnError>0</abortOnError> <abortOnError>0</abortOnError>
<explanation>Visual C++ Redistributable for Visual Studio 2015 library files are needed for Agama daemon</explanation> <explanation>Visual C++ Redistributable for Visual Studio 2015 library files are needed for iguana daemon</explanation>
<filename>${system_temp_directory}/vc_redist.x86.exe</filename> <filename>${system_temp_directory}/vc_redist.x86.exe</filename>
<progressText>Downloading Visual C++ Redistributable for Visual Studio 2015</progressText> <progressText>Downloading Visual C++ Redistributable for Visual Studio 2015</progressText>
<showMessageOnError>0</showMessageOnError> <showMessageOnError>0</showMessageOnError>
@ -281,7 +281,7 @@
</showProgressDialog> </showProgressDialog>
<runProgram> <runProgram>
<abortOnError>0</abortOnError> <abortOnError>0</abortOnError>
<explanation>Visual C++ Redistributable for Visual Studio 2015 library files are needed for Agama daemon</explanation> <explanation>Visual C++ Redistributable for Visual Studio 2015 library files are needed for iguana daemon</explanation>
<program>${system_temp_directory}/vc_redist.x86.exe</program> <program>${system_temp_directory}/vc_redist.x86.exe</program>
<programArguments>/install /passive</programArguments> <programArguments>/install /passive</programArguments>
<progressText>Downloading Visual C++ Redistributable for Visual Studio 2015</progressText> <progressText>Downloading Visual C++ Redistributable for Visual Studio 2015</progressText>
@ -341,6 +341,12 @@
</showProgressDialog> </showProgressDialog>
</readyToInstallActionList> </readyToInstallActionList>
<postInstallationActionList> <postInstallationActionList>
<registrySet>
<key>HKEY_LOCAL_MACHINE\SOFTWARE\${project.shortname}</key>
<name>uninstaller_path</name>
<type>REG_SZ</type>
<value>${installdir}/${uninstallerName}.exe</value>
</registrySet>
<actionGroup> <actionGroup>
<actionList> <actionList>
<copyFile> <copyFile>
@ -392,6 +398,12 @@
</ruleList> </ruleList>
</actionGroup> </actionGroup>
</postInstallationActionList> </postInstallationActionList>
<postUninstallationActionList>
<registryDelete>
<key>HKEY_LOCAL_MACHINE\SOFTWARE\${project.shortname}</key>
<name>uninstaller_path</name>
</registryDelete>
</postUninstallationActionList>
<compressionAlgorithm>lzham-ultra</compressionAlgorithm> <compressionAlgorithm>lzham-ultra</compressionAlgorithm>
<enableRollback>0</enableRollback> <enableRollback>0</enableRollback>
<enableSslSupport>1</enableSslSupport> <enableSslSupport>1</enableSslSupport>

2
gui/EasyDEX-GUI

@ -1 +1 @@
Subproject commit 7065162a32fc1edd8995c9e724c4e56f8132683e Subproject commit 6832f1924506c8749e72ecc43cf7c39f04402a3f
Loading…
Cancel
Save