954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Create a setup.exe file

I have created an application in Visual C++ 2008 Express Edition.

What I want do do now is to create a setup.exe file out of this.
How could this be possible to do ?

Thank you...

Lukezzz
Posting Whiz in Training
268 posts since Mar 2008
Reputation Points: 10
Solved Threads: 1
 

Inno Setup is a free installer for Windows programs. I used it my several projects wherein I needed to port my Linux Application to Windows user ( windows user really like this setup.exe)

You will be amazed by its simplicity and power.

siddhant3s
Practically a Posting Shark
816 posts since Oct 2007
Reputation Points: 1,486
Solved Threads: 140
 

Thanks Siddhant,

I red it through and it seems really Great...

I have to ask you though if you know or have experience how it will work with the .NET Framwork 3.5.

My purpose is to create a setup.exe file that users will install on their computers.
The problem is that they will need the .NET Framework 3.5 in order to run the application.

Is it possible to in a flexible way "include" this component in the setup.exe file so it will be installed at the same time ?
Because it feels so ´clumpsy´ to go to a webiste(link below) and download this separate component and install it before installing the actual application with setup.exe.

Will be happy for any possibilities or solutions...

(This site has the .NET Framwork 3.5 ):
http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=en

Inno Setup is a free installer for Windows programs. I used it my several projects wherein I needed to port my Linux Application to Windows user ( windows user really like this setup.exe)

You will be amazed by its simplicity and power.

Lukezzz
Posting Whiz in Training
268 posts since Mar 2008
Reputation Points: 10
Solved Threads: 1
 

Here is a script that does this : http://www.blackhillsoftware.com/blog/2006/06/26/using-innosetup-with-the-dotnet-framework/
As you know, Inno Setup have its own scripting language .iss
So you may download the script from here and use it.

I have not read the article myself though.

siddhant3s
Practically a Posting Shark
816 posts since Oct 2007
Reputation Points: 1,486
Solved Threads: 140
 

Thank you again... this seems really helpful.
I will check this out carefully and see what I can do.

It seems really interesting...

/L

Lukezzz
Posting Whiz in Training
268 posts since Mar 2008
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You