How can I make with a short time a Setup application like known application?
Printable View
How can I make with a short time a Setup application like known application?
:ehh: I don't understand what you are after.Quote:
Originally Posted by Genom
"with a short time"? :confused:
"like a known application"? :confused:
You'll need to explain further about *exactly* what you are trying to do...because that means nothing to me :-)
ok sorry
I made an application but it has ocx's and other files. Because of that i need to make a setup for this application. But i want to make a setup like other popular applications. Actually i can do that myself too but it will take a lot time
Is there any sourcecode for that?
What you are looking for is the "Package and deployment wizard", it's a component...go look under components :-)
Edit: also look at http://www.vbforums.com/showthread.php?t=315829 which just appeared here...I am assuming I was transported to another area rather than the post being transported here :-)
The proper place for this question is the Application Deployment section, and I have moved it here. :)
There are a number of installation and setup packages available. Are you looking for a good, professional installation package or a free one?
There has been no indication of what language the application was developed in, so this might not be an option.Quote:
Originally Posted by smUX
sorry i didnt know that this topic should be in Application Deployment section, this is my first time that i make a setup
and yes i need a free professional setup package
what language was this written in?
visual basic 6.0
Which one do you prefer me?
Then I would suggest what smUX or Inno.Quote:
Originally Posted by Genom
To find information on Inno, look here
im looking for a package which is writen with basic
That would be the Package and Deployment Wizard that smUX mentioned.Quote:
Originally Posted by Genom
ohh thanks very very very much to all :D because of your helps i am a beginner but i think ill be a good basic coder
who knows maybe a day we will make a project huh?
We get a lot of beginners as members so you are in good company. :)Quote:
Originally Posted by Genom
Take a moment and look around the site. There are forums sections dealing with just about any development topic you might have.
If you feel your question here has been answered, would you please pull down the Thread Tools menu and click the Mark Thread Resolved menu item? That will let everyone know that you have your answer.
Thank you. :)
Genom,
Just curious... Why would you NEED an installer written in VB????
I need it because i want to make changes on it for example writing to registry or putting pictures on it and finally does smux work with Visual Studio 6.0?
You can do that with Inno WITHOUT writing code. If you want to write code use PDW. It comes with VB. The source code is there.