home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 September
/
PCWorld_2006-09_cd.bin
/
audio-video
/
directmp3joiner
/
dmp3join.exe
/
setup.exe
/
install_script.iss
Wrap
Text File
|
2006-08-04
|
4KB
|
76 lines
;InnoSetupVersion=5.1.2
[Setup]
AppName=Direct MP3 Joiner
AppVerName=Direct MP3 Joiner 2.1
AppId=Direct MP3 Joiner
AppVersion=2.1
AppPublisher=Piston Software
AppPublisherURL=http://www.pistonsoft.com
AppSupportURL=http://www.pistonsoft.com
AppUpdatesURL=http://www.pistonsoft.com
AppComments=With Direct MP3 Joiner you can join multiple MP3 files without recompressing into one large file.
DefaultDirName={pf}\Direct MP3 Joiner
DefaultGroupName=Direct MP3 Joiner
OutputBaseFilename=setup
Compression=lzma
PrivilegesRequired=none
ChangesAssociations=yes
LicenseFile=embedded\License.txt
InfoBeforeFile=embedded\InfoBefore.txt
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\dmp3join.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\Readme.txt"; DestDir: "{app}";
Source: "{app}\dmp3join.chm"; DestDir: "{app}";
[Registry]
Root: HKCR; Subkey: ".mpj"; ValueType: String; ValueData: "Direct MP3 Joiner"; Flags: uninsdeletevalue
Root: HKCR; Subkey: "Direct MP3 Joiner"; ValueType: String; ValueData: "dmp3join.exe"; Flags: uninsdeletekey
Root: HKCR; Subkey: "Direct MP3 Joiner\DefaultIcon"; ValueType: String; ValueData: "{app}\dmp3join.exe,0";
Root: HKCR; Subkey: "Direct MP3 Joiner\shell\open\command"; ValueType: String; ValueData: """{app}\dmp3join.exe"" ""%1""";
[INI]
FileName: "{app}\dmp3join.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pistonsoft.com";
[Run]
Filename: "{app}\dmp3join.exe"; Description: "{cm:LaunchProgram,Direct MP3 Joiner}"; Flags: postinstall skipifsilent nowait
Filename: "http://www.pistonsoft.com"; Description: "Visit Web-site"; Flags: shellexec postinstall nowait
[UninstallRun]
Filename: "http://www.pistonsoft.com/feedback.php?program=Direct%20MP3%20Joiner&version=2.1.0.0&details=EC239-COMP-DIMP"; Flags: shellexec nowait
[Icons]
Name: "{group}\Direct MP3 Joiner"; Filename: "{app}\dmp3join.exe"; WorkingDir: "{app}";
Name: "{group}\Read Me"; Filename: "{app}\Readme.txt";
Name: "{group}\Direct MP3 Joiner Help"; Filename: "{app}\dmp3join.chm";
Name: "{group}\{cm:ProgramOnTheWeb,Direct MP3 Joiner}"; Filename: "{app}\dmp3join.url";
Name: "{group}\{cm:UninstallProgram,Direct MP3 Joiner}"; Filename: "{uninstallexe}";
Name: "{userdesktop}\Direct MP3 Joiner"; Filename: "{app}\dmp3join.exe"; WorkingDir: "{app}"; Tasks: desktopicon;
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Direct MP3 Joiner"; Filename: "{app}\dmp3join.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon;
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}";
[UninstallDelete]
Type: files; Name: "{app}\dmp3join.url";
[CustomMessages]
default.NameAndVersion=%1 version %2
default.AdditionalIcons=Additional icons:
default.CreateDesktopIcon=Create a &desktop icon
default.CreateQuickLaunchIcon=Create a &Quick Launch icon
default.ProgramOnTheWeb=%1 on the Web
default.UninstallProgram=Uninstall %1
default.LaunchProgram=Launch %1
default.AssocFileExtension=&Associate %1 with the %2 file extension
default.AssocingFileExtension=Associating %1 with the %2 file extension...
[Languages]
; These files are stubs
; To achieve better results after recompilation, use the real language files
Name: "default"; MessagesFile: "embedded\default.isl";