Ticket #243 (closed defect-bug: fixed-erledigt)
[serverpack][wpn-xm]
| Reported by: | tobiasfichtner | Owned by: | vain |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Serverpack | Version: | Serverpack 0.1 |
| Keywords: | Cc: | ||
| Estimated Number of Hours: | 0.1 | Add Hours to Ticket: | 0 |
| Billable?: | no | Total Hours: | 0.15 |
| Internal?: | yes |
Description
recompiling of the package is first availible if you fix the following path in Project\bin\InnoToolsDownloader?\is_download.iss line 2:
Source: {#emit ReadReg?(HKEY_LOCAL_MACHINE,'Software\Sherlock Software\InnoTools?\Downloader','InstallPath?',)}bin\InnoToolsDownloader?\itdownload.dll; Flags: dontcopy; DestDir?: {tmp}
from: Source: {#emit ReadReg?(HKEY_LOCAL_MACHINE,'Software\Sherlock Software\InnoTools?\Downloader','InstallPath?',)}\itdownload.dll; Flags: dontcopy; DestDir?: {tmp}
Change History
Note: See
TracTickets for help on using
tickets.

Ja, den Bug kann ich nachvollziehen. Nach Checkout hat man ja Sherlock Software Downloader nicht installiert und daher auch keinen Registry-Eintrag für den Programmpfad.
Ich hab den Patch etwas modifiziert und den Registry-Pfad rausgenommen. Bitte nochmal testen. Dann können wir den Bug schließen.