<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o =
"urn:schemas-microsoft-com:office:office" xmlns:w =
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:#008040;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=#008040 link=blue>
<DIV dir=ltr align=left><SPAN class=489111800-08092006><FONT face=Arial
size=2>Ivan,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=489111800-08092006><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=489111800-08092006><FONT face=Arial
size=2>Your .iss looks like a good start. The VTP software also uses
InnoSetup, and has included the ready-to-run GDAL utilities as part of the
package for some years, so i have been through this before. It looks like
you have the GDAL data, but not the PROJ data. It needs something like
this:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=489111800-08092006><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=489111800-08092006><FONT face=Arial
size=2>[Components]<BR>Name: "proj"; Description: "Data files for coordinate
systems (GDAL/PROJ.4)"; Types: standard</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=489111800-08092006><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=489111800-08092006><FONT face=Arial
size=2>[Tasks]<BR>Name: env; Description: "Set environment variables for
coordinate system data files"; GroupDescription: "Environment variables:";
Components: proj<BR></DIV></FONT></SPAN>
<DIV dir=ltr align=left><SPAN class=489111800-08092006><FONT face=Arial
size=2>[Files]</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=489111800-08092006><FONT face=Arial size=2>;
Projection Stuff<BR>Source: "C:\APIs\gdal132\data\*"; DestDir:
"{app}\GDAL-data"; Flags: ignoreversion; Components: proj<BR>Source:
"C:\APIs\proj\nad\*"; DestDir: "{app}\PROJ4-data"; Flags: ignoreversion;
Components: proj<BR></DIV></FONT></SPAN>
<DIV dir=ltr align=left><SPAN class=489111800-08092006><FONT face=Arial
size=2>[Registry]<BR>Root: HKLM; Subkey:
"SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; ValueType:
string; ValueName: "GDAL_DATA"; ValueData: "{app}\GDAL-data"; Components:
proj<BR>Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session
Manager\Environment"; ValueType: string; ValueName: "PROJ_LIB"; ValueData:
"{app}\PROJ4-data"; Components: proj</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=489111800-08092006>Also, if your GDAL
was built with MSVC, you need these:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=489111800-08092006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=489111800-08092006>[Files]</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=489111800-08092006>; Microsoft
DLLs<BR>Source: "Redistributable_MS_DLLs\msvcp71.dll"; DestDir: "{sys}"; Flags:
onlyifdoesntexist uninsneveruninstall; Components: dlls<BR>Source:
"Redistributable_MS_DLLs\msvcr71.dll"; DestDir: "{sys}"; Flags:
onlyifdoesntexist uninsneveruninstall; Components: dlls<BR></DIV></SPAN></FONT>
<DIV dir=ltr align=left><SPAN class=489111800-08092006><FONT face=Arial
size=2>-Ben</FONT></SPAN></DIV><BR>
<BLOCKQUOTE dir=ltr
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> gdal-dev-bounces@lists.maptools.org
[mailto:gdal-dev-bounces@lists.maptools.org] <B>On Behalf Of </B>Ivan
Lucena<BR><B>Sent:</B> Thursday, September 07, 2006 4:42 AM<BR><B>To:</B>
gdal-dev<BR><B>Subject:</B> [Gdal-dev] GDAL windows
installer?<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV class=Section1>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Hi
there,<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I used a free installer generator
InnoSetup (www.innosetup.com) to create a GDAL distribution setup for windows.
It basically deploys the GDAL_HOME folder (nmake.opt) to wherever the user
wants and set some environment variable, like PATH and GDAL_DATA. The script
is in attachment, so if you think that it’s useful, help yourself; download
InnoSetup, install it, load the GDAL132Setup.iss file, and then compile to
generate GDAL132Setup.exe.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Suggestions and criticisms are
well come.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Ivan</SPAN><FONT face=Arial
size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML>