Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Including the dotfx.exe file in my setup file????

Status
Not open for further replies.

iainmc

Programmer
Dec 2, 2002
53
GB
Can anyone tell me how i include the dotnetfx.exe file into my setup file as everytime i build my project it warns me to include it or i could have problems.

I have the file but just don't know how to include it.

Any suggestions?
 
download:

In the Settings.ini file (assuming it is in the same folder as your msi and dotnetfx.exe) change:
ProductName={your program name}.msi
FXInstallerPath=/dotnetfx.exe

When you run the Setup.exe it will check if the dotnet is installed, if not it will install it before running the msi
 
Thanks,

I do have one slight problem - our internet at work does not allow downloads and therefore i can not get to see the files nor the method.

Any other way (non downloading) you can think of?

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top