There is a Setup Project template in the new project window, but I believe that it is only available in Visual Studio 2005, as when I was using Visual Basic 2005 Express, I couldn't find the Setup template.
And I think that with ClickOnce deployments they will deploy to a users local folder and not to a location like c:\program files\xxxx I think you may need to create a windows installer package to achieve this. But it can definately be done.
You can digitally sign your application with a public/private key pair even in Visual Basic 2005 Express without purchasing a certificate. It may be neccessary to download the 2005 SDK (I hope not). There is a tool called sn (strong naming utility) that lets you generate a key file, you can use this tool to sign your assemblies and in your project properties under the "Signing" tab there is an option there (not the sign the click once manifest) to sign the assembly. That should provide some measure of security against tampering/spoofing, for you.
How can you make a windows installer package if anyone nows please either point me in the right direction or help or at least so me a website that tells me, i'm using visual basic 2005 express edition. thanks
Can you digitaly sign your program?
PDCS
mkuppu
Chris Via
GregSmith104
JackStri
rgabel
And I think that with ClickOnce deployments they will deploy to a users local folder and not to a location like c:\program files\xxxx I think you may need to create a windows installer package to achieve this. But it can definately be done.
KitGreen
enric vives
KonRi
steal
Fireboss
WoodDrawer
ToutEnmasm
That is correct - you are limited to clickonce deployment in VB Express (One of the limitations in the free version).
If you want to start creating windows setup packages - then you can either.
Leslie Mason
It's true spotty.