bmilano
08-05-2005, 12:20 PM
Hi everyone,
(This is probably a really dumb question, but I figure that there's an easy answer that I don't know. )
Using VB .NET 2003...simplest case, one developer, no source control, creating deployment packages to be installed on individual computers.
I just realized that the deployment package, in addition to setting everything up so the program will run, is also putting my source code in the executables directory where it is being installed. How do I prevent deploying my source?
For the record, my edition of VB .NET does not include the setup wizard, which has the option for whether or not to deploy source code readily available. I'm using the Setup Project Template and I can't figure out how to set it within there.
Thanks,
Bill
(This is probably a really dumb question, but I figure that there's an easy answer that I don't know. )
Using VB .NET 2003...simplest case, one developer, no source control, creating deployment packages to be installed on individual computers.
I just realized that the deployment package, in addition to setting everything up so the program will run, is also putting my source code in the executables directory where it is being installed. How do I prevent deploying my source?
For the record, my edition of VB .NET does not include the setup wizard, which has the option for whether or not to deploy source code readily available. I'm using the Setup Project Template and I can't figure out how to set it within there.
Thanks,
Bill