How do i access 'PD&W' i wish to make a installer in vb6 to install my files but how? I heard its built-in. aka Inno setup. I wish to install files.
Printable View
How do i access 'PD&W' i wish to make a installer in vb6 to install my files but how? I heard its built-in. aka Inno setup. I wish to install files.
If you mean the package and deployment wizard, it is an addin that must be loaded with the addinmanager.
if you are using VB6 it is found in Microsoft visual basic 6.0 tools when you click Start-->Programs-->Microsoft visual basic 6.0 tools-->Package & Deployment Wizard
Stay clear of the P&D Wizard and go with Inno. :D
They say that inno is a good one. I tried it but since I dont know how to use it may end results is not what i expect.Quote:
Originally Posted by lintz
Inno is quick to setup to your requirements. They have an excellent Help (within the program and online). I think from memory they also have some templates to help you setup your first installer.
Inno is a third party software for packaging. The P&D Wizard in a MS packaging utility that can be used as an VB AddIn or standalone. The P&D Wiz is very easy to use for basic projects and installs. ;)
Moved
Why ?.. :confused: :rolleyes:Quote:
Originally Posted by lintz
It was nothing but trouble for me plus it's not very customisable.
What do you mean? You have the fullsource code for the p and d wiz so its the ultimate in installers when it coms to customization. Never had an issue for me with it but guess it depends on the project, references, os platforms etc.Quote:
Originally Posted by lintz