Required function or procedure 'InstallDotNET' not found.

Started by suso, March 27, 2011, 04:49:13 AM

Previous topic - Next topic

suso


Randem

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.


Randem

The InnoScript project file was a start but I need the Inno Setup script that InnoScript created.


Randem

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.

suso

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