sriram Posted June 24, 2006 Share Posted June 24, 2006 I have a doubt, We see many Setup.exe files that sets up a software, i want to know how can i create a setup wizard. Im not so great in computers, but i think i can learn a lot from you guys! Thanks in advance! Link to comment Share on other sites More sharing options...
Cap'n Refsmmat Posted June 24, 2006 Share Posted June 24, 2006 http://nsis.sourceforge.net/Main_Page Link to comment Share on other sites More sharing options...
CanadaAotS Posted June 25, 2006 Share Posted June 25, 2006 I dont know about you, but alot of setup.exe's found on the internet end up being viruses, spyware etc. lol. Mostly because setup.exe is so ambiguous Link to comment Share on other sites More sharing options...
softdragonz Posted June 28, 2006 Share Posted June 28, 2006 Loads of setup making softwares are available. And the plus point is... they are easy to use for a layman. The one i use frequently is Install US Pro Also, certain Visual Studio edtions come inbuilt with Package and Deployment wizards in case ur developing windows applications Link to comment Share on other sites More sharing options...
The Thing Posted July 3, 2006 Share Posted July 3, 2006 Package and Deployment wizard has (or rather, lack) one thing I don't like (at least for VB6) - there's no option to change the user's registry. Sometimes I want to enter a key that associates a file extension with my program into the registry and I have no way of doing it. But anyways, there are lots of good setup softwares floating around, including InstallShield that I use. Link to comment Share on other sites More sharing options...
5614 Posted July 5, 2006 Share Posted July 5, 2006 Sometimes I want to enter a key that associates a file extension with my program into the registry and I have no way of doing it.What you can do with VB is to have a .reg file which contains the new key and then use the "shell" command in VB to open that .reg file which will update the registry. You might have to deal with a confirmation box, however I know that when you run the .reg file through a batch file the confirmation box does not appear. If you're still interested then just try it out and see if a confirmation box appears or not. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now