add an "ifdef WIN32" to "include malloc.h" to be compliant with non-WIN32 platforms.
[openjpeg.git] / OPJViewer / OPJViewer.iss
1 ; Script generated by the Inno Setup Script Wizard.\r
2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!\r
3 \r
4 [Setup]\r
5 AppName=OPJViewer\r
6 AppVerName=OPJViewer 0.1 alpha\r
7 AppPublisher=OpenJPEG\r
8 AppPublisherURL=http://www.openjpeg.org\r
9 AppSupportURL=http://www.openjpeg.org\r
10 AppUpdatesURL=http://www.openjpeg.org\r
11 DefaultDirName={pf}\OPJViewer\r
12 DefaultGroupName=OPJViewer\r
13 OutputDir=setup\r
14 OutputBaseFilename=OPJViewer01alpha_setup\r
15 Compression=lzma\r
16 SolidCompression=yes\r
17 \r
18 [Languages]\r
19 Name: english; MessagesFile: compiler:Default.isl\r
20 \r
21 [Tasks]\r
22 Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked\r
23 \r
24 [Files]\r
25 Source: W32Release\OPJViewer.exe; DestDir: {app}; Flags: ignoreversion\r
26 ; NOTE: Don't use "Flags: ignoreversion" on any shared system files\r
27 \r
28 [Icons]\r
29 Name: {group}\OPJViewer; Filename: {app}\OPJViewer.exe\r
30 Name: {group}\{cm:UninstallProgram,OPJViewer}; Filename: {uninstallexe}\r
31 Name: {userdesktop}\OPJViewer; Filename: {app}\OPJViewer.exe; Tasks: desktopicon\r
32 \r
33 [Run]\r
34 Filename: {app}\OPJViewer.exe; Description: {cm:LaunchProgram,OPJViewer}; Flags: nowait postinstall skipifsilent\r