Oks, in the meantime i can probably use the files that the innounp extracted right?
There was a few problems when trying to compile the extracted .iss though...
I've gotten errors regarding all files in the "embedded" folder, which weren't extracted by innounp and aren't generated by building the orthanc source code
LicenseFile=embedded\License.rtf
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Languages]
Name: "default"; MessagesFile: "embedded\default.isl";
I've also gotten errors regarding the following function(that couldn't be found):
[Dirs]
Name: "{code:GetOrthancDir}";
[Registry]
Root: HKLM32; Subkey: "SOFTWARE\Orthanc\Orthanc Server"; ValueName: "OrthancDir"; ValueType: String; ValueData: "{code:GetOrthancDir}"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Any tips or suggestions regarding these problems?