Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

 

Is there any way to include the .network framework in an exe

 

i.e. so the user wont be prompted to install the framework - theyd just run the exe and if the framework wasnt installed, somehow the exe would quietly install it and continue on.

 

if it was installed, the exe would run as normal

 

thanks

  • 3 weeks later...
Posted

The installation package consist of four (!) files:

 

settings.ini

setup.exe

dotnetfx.exe

blabla.msi

 

is there no way of reducing the numbers of files to one or two?

I wouldn't like the user to pick the wrong .exe-file.

 

____________________

SiMoN.

SiMoN.
  • 11 months later...
Posted

geeze, everyone is sooo mean.

 

I understand u - the EASIEST way is to install the vs.net bootstrapper program - its a free plugin that will AUTOMAGICALLY include the framework with your .exe (although its still a seperate package) but it allows it to be run if necessary when the user executes YOUR installer.

 

Let me know if you dont have vs2003 - i can give you one written in c++ that you can also include in your .exe but its a bit more complicated.

 

happy coding.!

 

 

 

 

The installation package consist of four (!) files:

 

settings.ini

setup.exe

dotnetfx.exe

blabla.msi

 

is there no way of reducing the numbers of files to one or two?

I wouldn't like the user to pick the wrong .exe-file.

 

____________________

SiMoN.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...