ok i have my program and i want to make my own setup !! i dont want mSI because every one is using it. I want my setup to be special. And i just want a one click setup(or two)
Then you can create a EXE file with a ZIP'ed archive in it, a ZIP'ed archive as a embedded resource. By launching the EXE file, you give the user a option to specify a filepath. Then you just unpack the archive to that folder.
You can add some custom action's to it. But please, can you tell us what you want to do Meybe when you share the problem we can help you better. There must be a easy way to solve your problem.
If you only need to extract a file and put it somewhere, the default Setup Wizard (don't know the real name) can be used and no need to type own code.
You can extract a archived file with a executable in it, but why doing it the hard way when there is a nice simple deployement project in Visual Studio. There is no build in solution like a extract(copy) method. So when you want to extract a archived file, you must write all code for it.
Challenge here
Jon_Fisher
You can use #Zip to create and extract archives and for the understanding of embedded resources read this two articles:
aeroboy
John Hunter
Tomas
MBritten
if you're trying to deploy something - use MSI technology, it works.
tanuki
raveIndia
If you only need to extract a file and put it somewhere, the default Setup Wizard (don't know the real name) can be used and no need to type own code.
rodolfo allendes
You can extract a archived file with a executable in it, but why doing it the hard way when there is a nice simple deployement project in Visual Studio.
There is no build in solution like a extract(copy) method. So when you want to extract a archived file, you must write all code for it.
Just create a simple setup.