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...

Recommended Answers

All 4 Replies

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.

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.

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

It seems really interesting...

/L

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.