-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
168 additions
and
2,869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<proSetupConfig> | ||
<setup> | ||
<version>v0.2</version> | ||
<background value="false"/> | ||
</setup> | ||
<application> | ||
<name>fre:ac</name> | ||
<longname>fre:ac - free audio converter</longname> | ||
<version>v1.1.6</version> | ||
<logo>setup.pci:0</logo> | ||
</application> | ||
<uninstall createLog="true"> | ||
<icon>freac.exe,0</icon> | ||
<file>freaccmd.ini</file> | ||
<file>freac.ini</file> | ||
<file>freac.xml</file> | ||
<file>plugins/plugins.ini</file> | ||
<file>eUpdate.xml</file> | ||
</uninstall> | ||
<dialogs> | ||
<dialog id="intro"> | ||
<title>%LONGNAME% Setup</title> | ||
<text>Welcome to the %NAME% Setup Wizard This will install %NAME% %VERSION% on your computer. It is recommended that you close all other applications you have running before continuing. This will help avoiding possible conflicts during the installation process. Click Next to continue, or Cancel to exit Setup.</text> | ||
</dialog> | ||
<dialog id="license"> | ||
<title>Setup - License Agreement</title> | ||
<text>Please read the following license agreement. Click Yes to accept the agreement, or No to cancel the Setup.</text> | ||
<licensefile>Copying</licensefile> | ||
</dialog> | ||
<dialog id="directory"> | ||
<title>Setup - Destination Directory</title> | ||
<text>Setup will install %NAME% in the following folder. To install into a different folder, click Browse, and select another folder.</text> | ||
<defaultdir>%NAME%</defaultdir> | ||
</dialog> | ||
<dialog id="components"> | ||
<title>Setup - Components to install</title> | ||
<text>Select the components you want to install.</text> | ||
</dialog> | ||
<dialog id="links"> | ||
<title>Setup - Start Menu and Desktop Shortcuts</title> | ||
<text>Setup can create shortcuts to the installed program. Please select which shortcuts shall be created.</text> | ||
</dialog> | ||
<dialog id="summary"> | ||
<title>Setup - Ready to install</title> | ||
<text>Setup is now ready to install %NAME% on your computer. Click Next to install the program files on your computer, or Cancel to exit Setup.</text> | ||
</dialog> | ||
<dialog id="installation"> | ||
<title>Setup - Copying files</title> | ||
<text>Setup is copying the program files to your computer. Please wait until the installation process has finished. You can then start working with the installed program.</text> | ||
</dialog> | ||
<dialog id="finish"> | ||
<title>Setup - Installation finished</title> | ||
<text>Congratulations! %NAME% %VERSION% has been successfully installed on your computer. You can now start %NAME% from the Windows Start menu. Click Finish to close the setup wizard.</text> | ||
</dialog> | ||
</dialogs> | ||
<components> | ||
<component name="%NAME% %VERSION% program files (required)" required="true"> | ||
<archive>data/main.psa</archive> | ||
<file>smooth.dll</file> | ||
<file>libc++.dll</file> | ||
<file>libunwind.dll</file> | ||
</component> | ||
<component name="easyUpdate online updater" default="true"> | ||
<archive>data/eupdate.psa</archive> | ||
<text>Install an online update component that will notify you about new software versions</text> | ||
</component> | ||
<component name="%NAME% command line interface" default="false"> | ||
<archive>data/cmd.psa</archive> | ||
<text>Install a command line interface useful for use in batch scripts</text> | ||
</component> | ||
<component name="smooth Translator utility" id="translator" default="false"> | ||
<archive>data/translator.psa</archive> | ||
<text>Install an easy to use application for editing %NAME% XML language files</text> | ||
</component> | ||
<component name="%NAME% source code" subdir="source" default="false"> | ||
<archive>data/source.psa</archive> | ||
<text>Install the complete C++ source code to %NAME%</text> | ||
</component> | ||
</components> | ||
<links> | ||
<startmenu subdir="%LONGNAME%"> | ||
<link file="freac.exe">%LONGNAME%</link> | ||
<link file="manual\index.html">%NAME% User Guide</link> | ||
<link file="uninstall.exe">Uninstall %NAME%</link> | ||
<link file="translator.exe" depends="translator">smooth Translator</link> | ||
</startmenu> | ||
<desktop> | ||
<link file="freac.exe">%LONGNAME%</link> | ||
</desktop> | ||
<quicklaunch> | ||
<link file="freac.exe">%LONGNAME%</link> | ||
</quicklaunch> | ||
</links> | ||
</proSetupConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters