idp.iss File not found

1,518 views
Skip to first unread message

scheu...@gmail.com

unread,
Sep 4, 2019, 2:16:03 PM9/4/19
to Inno Download Plugin
Installed Inno Download Plugin (Add idp.iss to ISPPBuiltins.iss was checked)

Open my file with: #include <idp.iss>

and...

IDP error.jpg


scheu...@gmail.com

unread,
Sep 4, 2019, 3:02:57 PM9/4/19
to Inno Download Plugin
tried to manually place string into ISPPBuiltins.iss
// Inno Setup (C) 1997-2018 Jordan Russell. All Rights Reserved.
// Portions by Martijn Laan.
//
#include <C:\Program Files (x86)\Inno Download Plugin\idp.iss>

but now got error:
idp.iss Line 6: Column 32:  [ISPP] Undeclared identifier: "ExtractFilePath"

pers...@gmail.com

unread,
Sep 19, 2019, 4:38:31 PM9/19/19
to Inno Download Plugin
I've got the same problem due to having both Inno Setup 5 and 6 installed: IDP installer tweaked only first one.

The lines to be added are quiet different to what you tried. They must be like the following:

; Inno Download Plugin include path
#pragma include __INCLUDE__ + ";" + ReadReg(HKLM, "Software\Mitrich Software\Inno Download Plugin", "InstallDir")

luismo...@voicemod.net

unread,
Dec 5, 2019, 7:13:12 AM12/5/19
to Inno Download Plugin
In my case, what seemed to work was:

#include ReadReg(HKLM, 'Software\WOW6432Node\Mitrich Software\Inno Download Plugin', 'InstallDir') + '\idp.iss'


Reply all
Reply to author
Forward
0 new messages