PACKAGE AND DEPLOYMENT WIZARD
-
I have developed a project which should be implemented in multiple palces. If it is in VB, we will have an option called PAckage and Deployment which inturn creates all the OCX and DLL files which are required to run the project succesfully. But in VB.Net, I cannot get the Correct steps to be followed to set the PAckage and Deployment Wizard. Please Can anyone guide me throught the steps that can create a Package to Ditribute the Code. Thank you in ADVANCE
-
I have developed a project which should be implemented in multiple palces. If it is in VB, we will have an option called PAckage and Deployment which inturn creates all the OCX and DLL files which are required to run the project succesfully. But in VB.Net, I cannot get the Correct steps to be followed to set the PAckage and Deployment Wizard. Please Can anyone guide me throught the steps that can create a Package to Ditribute the Code. Thank you in ADVANCE
check this^
When you get mad...THINK twice that the only advice Tamimi - Code
-
I have developed a project which should be implemented in multiple palces. If it is in VB, we will have an option called PAckage and Deployment which inturn creates all the OCX and DLL files which are required to run the project succesfully. But in VB.Net, I cannot get the Correct steps to be followed to set the PAckage and Deployment Wizard. Please Can anyone guide me throught the steps that can create a Package to Ditribute the Code. Thank you in ADVANCE
The Package and Deployment Wizard doesn't exist in the Visual Studio .NET. It's been replaced by the Setup project type, which builds a basic .MSI-based installation for you project. All you have to do is add a second project to your solution (File -> Add -> New Project -> Other Project Types -> Setup and Deployment. In there, you'll find a Setup Wizard that will walk you through creating the basic setup for your project.
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
check this^
When you get mad...THINK twice that the only advice Tamimi - Code
The link you posted goes to Crystal Reports projects....?
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007