home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 October
/
Chip_2004-10_cd1.bin
/
software
/
one
/
setup.exe
/
install_script.iss
Wrap
Text File
|
2003-08-25
|
4KB
|
70 lines
;InnoSetupVersion=4.1.8
[Setup]
AppName=One-click CD Converter
AppVerName=One-click CD Converter 1.0
AppId=One-click CD Converter
AppVersion=1.0
AppPublisher=Streamware Development
AppPublisherURL=http://www.streamware-dev.com/
AppSupportURL=http://www.streamware-dev.com/
AppUpdatesURL=http://www.streamware-dev.com/
DefaultDirName={pf}\One-click CD Converter
DefaultGroupName=One-click CD Converter
OutputBaseFilename=cdconv10f
Compression=lzma
LicenseFile=embedded\License.rtf
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{tmp}\wmfdist.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion
Source: "{tmp}\hhupd.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion
Source: "{tmp}\shfolder.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion
Source: "{sys}\msvcrt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist
Source: "{tmp}\ntaspi.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall
Source: "{app}\shell.dll"; DestDir: "{app}"; Flags: restartreplace regserver ignoreversion
Source: "{app}\cdconv.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion
Source: "{app}\config.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion
Source: "{app}\intro.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion
Source: "{app}\unlock.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion
Source: "{app}\cdconv.chm"; DestDir: "{app}"; Flags: restartreplace ignoreversion
Source: "{app}\lame_enc.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion
Source: "{app}\MACDll.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion
Source: "{app}\ocavorbis.dll"; DestDir: "{app}"; Flags: restartreplace regserver ignoreversion
Source: "{app}\ocawma9.dll"; DestDir: "{app}"; Flags: restartreplace regserver ignoreversion
Source: "{app}\whatsnew.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\default.url"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\register.url"; DestDir: "{app}"; Flags: ignoreversion
[Registry]
Root: HKCU; Subkey: "SOFTWARE\Streamware Development\cdconv"; ValueName: "RegisteredName"; ValueType: String; ValueData: "{userinfoname}";
Root: HKCU; Subkey: "SOFTWARE\Streamware Development\cdconv"; ValueName: "RegisteredOrganization"; ValueType: String; ValueData: "{userinfoorg}";
Root: HKLM; Subkey: "SOFTWARE\Streamware Development\cdconv"; ValueName: "AppPath"; ValueType: String; ValueData: "{app}\";
Root: HKLM; Subkey: "SOFTWARE\Streamware Development\cdconv"; ValueName: "HomeURL"; ValueType: String; ValueData: "http://www.streamware-dev.com/";
Root: HKLM; Subkey: "SOFTWARE\Streamware Development\cdconv"; ValueName: "RegisterURL"; ValueType: String; ValueData: "http://shareit1.element5.com/programs.html?productid=204714";
Root: HKCU; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"; ValueName: "One-click CD Converter Introduction"; ValueType: String; ValueData: "{app}\intro.exe";
[Run]
Filename: "{tmp}\wmfdist.exe"; Parameters: "/Q:A /R:N"; StatusMsg: "Installing WMA engine...";
Filename: "{tmp}\ntaspi.exe"; Parameters: "/Q:A /R:N";
Filename: "{tmp}\hhupd.exe"; Parameters: "/Q:A /R:N"; StatusMsg: "Updating HTML Help...";
Filename: "{tmp}\shfolder.exe"; Parameters: "/Q:A /R:N"; StatusMsg: "Registering components...";
Filename: "{app}\cdconv.exe"; Parameters: "/registry";
Filename: "{app}\intro.exe"; Description: "View Quick Introduction"; Flags: postinstall nowait
Filename: "{app}\register.url"; Description: "Order One-click CD Converter online"; Flags: shellexec postinstall unchecked nowait
[Icons]
Name: "{group}\View Introduction"; Filename: "{app}\intro.exe";
Name: "{group}\Configure CD Converter"; Filename: "{app}\config.exe";
Name: "{group}\Unlock CD Converter"; Filename: "{app}\unlock.exe";
Name: "{group}\Order CD Converter online"; Filename: "{app}\register.url";
Name: "{group}\Visit Streamware Development home page"; Filename: "{app}\default.url";
Name: "{group}\Uninstall CD Converter"; Filename: "{uninstallexe}";
Name: "{group}\CD Converter User's Manual"; Filename: "{app}\cdconv.chm";
[Languages]
; These files are stubs
; To achieve better results after recompilation, use the real language files
Name: "default"; MessagesFile: "embedded\default.isl";