Section
CreateDirectory "$INSTDIR\etc"
CreateDirectory "$INSTDIR\www"
+ CreateDirectory "$INSTDIR\www\icons"
CreateDirectory "$INSTDIR\bin"
SetOutPath "$INSTDIR\bin"
File "tewi.exe"
File /oname=tewi.conf.default "../example-win.conf"
SetOutPath "$INSTDIR\www"
File /oname=index.html "../itworks.html"
+ SetOutPath "$INSTDIR\www\icons"
+ File "../Icons/*.png"
CreateDirectory "$SMPROGRAMS\Tewi HTTPd"
CreateShortcut "$SMPROGRAMS\Tewi HTTPd\Start Tewi HTTPd.lnk" "$INSTDIR\bin\tewi.exe" ""
addstring(&str, "<tr>\n");
addstring(&str, " <td><img src=\"%s\" alt=\"icon\"></td>\n", icon);
addstring(&str, " <td><a href=\"%l\"><code>%h</code></a></td>\n", items[i], itm);
- addstring(&str, " <td><code>  %h  </code></td>\n", showmime);
- addstring(&str, " <td><code>  %s  </code></td>\n", size);
+ addstring(&str, " <td><code> %h </code></td>\n", showmime);
+ addstring(&str, " <td><code> %s </code></td>\n", size);
addstring(&str, "</tr>\n");
free(itm);
}