-
Setup Projects
I am having problems creating a setup project. I am trying to add a setup project to my existing project by using Add Project - New project and then clicking Setup Project.
As I understand this VB.Net should then load a wizard to create a setup utility for my Application.
This does not seem to be happening.
Has any body else had this problem or do they have any ideas.
Thanks
Daniel
-
Not exactly, it depends on which Setup you chose.
If you chose the Setup Wizard, it will fire the wizard. If you chose the Setup Project, it will create a new Setup Project, with no Wizard to guide you through the steps.
-
Setup Wizard
I only get the option for setup project. Setup Wizard is not listed.
Could this be because I am only running vb.net standard and not the professioinal or enterprise versions.
-
That might well be the case.
The wizard doesn't do anything you cannot do with the regular Setup Project though, you will have to add the files, etc yourself manually (Does take a bit more time...)