Hi, In this script (Innoscript generated), I have
This error :
---------------------------
Compiler Error
---------------------------
Line 82:
Required function or procedure 'InstallDotNET' not found.
---------------------------
line 82:
Name: DotNetFramework40; Description: Install .Net Framework; GroupDescription: .Net Framework:; Check: InstallDotNET(0)
I have VB2010, Net 4.0, CR13
thanks
You are asking me to guess at what you have done and what the script says. Not good if you want a correct answer...
Post your script and lets start from there.
ok
The InnoScript project file was a start but I need the Inno Setup script that InnoScript created.
ok, sorry.
Ok there is an error. Change
Name: DotNetFramework40; Description: Install .Net Framework; GroupDescription: .Net Framework:; Check: InstallDotNET(0)
to
Name: DotNetFramework40; Description: Install .Net Framework; GroupDescription: .Net Framework:; Check: InstallDotNET40(0)
And all should be fine. I will make the correction here in the generation. Sorry for the inconvenience.
Ok, works perfectly.
thanks a lot