Jump to content

Start NET Framework 3.5


Recommended Posts

Hi ! I m having big problems with this soft :

Setup path : setup\setup.exe

NET Path : setup\System\NETFramework3.5\_NETFramework3.5.exe

_NETFramework3.5.exe = autoit for NETFramework3.5.exe

So setup.exe calls _NETFramework3.5.exe who then calls NETFramework3.5.exe.

_NETFramework3.5.exe runs with no errors but NETFramework3.5.exe. doesen t start.

I m using this code in _NETFramework3.5.exe :

ShellExecute(@ScriptDir & '\NETFramework3.5.exe', "", @ScriptDir)

What s the problem ??? :)

Link to comment
Share on other sites

Hi ! I m having big problems with this soft :

Setup path : setup\setup.exe

NET Path : setup\System\NETFramework3.5\_NETFramework3.5.exe

_NETFramework3.5.exe = autoit for NETFramework3.5.exe

So setup.exe calls _NETFramework3.5.exe who then calls NETFramework3.5.exe.

_NETFramework3.5.exe runs with no errors but NETFramework3.5.exe. doesen t start.

I m using this code in _NETFramework3.5.exe :

ShellExecute(@ScriptDir & '\NETFramework3.5.exe', "", @ScriptDir)

What s the problem ??? :)

What are you trying to accomplish? Are you attempting an unattended install of .NET 3.5?

Link to comment
Share on other sites

Sorry if i didn t explain well. I m refearing to the NET Framework Installer. I ve already done an auto-installer for it in autoit and it works well but if i want to call the autoinstaller from another installer Net Framework's installer doesen t start.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...