-1

I want to check whether my pc is 32 bit (or)64 bit operating system using inno setup. And how can i check whether .net framework 4.5 is installed in my pc? if not installed how to give .net framework 4.5 package from my setup using innosetup? And how to install .net framework 4.5 from web using innosetup?

Regards, Lokesh.J

Ryan Gunn
  • 1,161
  • 7
  • 18
lokesh
  • 27
  • 1
  • 11
  • 1
    Hello Lokesh and welcome to StackOverflow. Please only ask one question per question, asking a new question if you have a second question. Windows Bitness and installing .NET are two unrelated tasks so should be separate. – Deanna Mar 26 '13 at 15:08

1 Answers1

1

Detect OS is 32/64 Bit look at this. how to detect 64bit platform by script.

To check what .NET Version is installed try use this script. http://www.kynosarges.org/DotNetVersion.html

.NET Installer you can look at this. http://www.codeproject.com/Articles/20868/NET-Framework-1-1-2-0-3-5-Installer-for-InnoSetup

Just search on Google and you will find all the answers you need. Hope this helps.

Community
  • 1
  • 1
Ryan Gunn
  • 1,161
  • 7
  • 18