How to make setup file
Hi,
I made a setup file as
First installed PluginInstaller.msi,
then
In solution add new project.
>> In new project dialogbox choose Setup and deployment project. with checkbox option Add to the solution.Select Setup Wizard template
>> Select type of your main project i.e. window application
>> In next screen select what u want to add in setup project , so must select "Primary output of <your project>"
>>Include other resource you want to add in setup project like icons, images database files etc.
>>Build the project.
When I built the project ,there was a error:
"Microsoft Visual Studio .NET 2003 Bootstrapper Plug-in' - Could not find any resources appropriate for the specified culture (or the neutral culture) on disk.
baseName: FxMdacPlugin locationInfo: <null> fileName: FxMdacPlugin.resources"
How to resolve the problem?
|