Jump to content

Setup wizard


sriram

Recommended Posts

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

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.