HI,
I have now found out after doing a lot of reading that ClickOnce is probably the best way for me to deploy my application.
I still have a problem which is detailed at the end of this post, but here is how things panned out for me....
First deployment method:
Use the setup wizard to create a setup project which allowed me to include all the files I thought was required.
This method on a virgin PC was less than sweet as the user had to manually locate and install the .NET Framework and the application still failed as SQL Server Express was not installed.
Second deployment method:
Use the ClickOnce deployment approach and select application files and prerequisites.
This method on a virgin PC WAS sweet as it determined that .NET Framework and SQL Server Express was required and automatically installed them and then installed my application.
The application worked a treat, yip yip one happy bunny
But.......
The .chm file I created for my application was not included in the ClickOnce project and I cannot see how I can include it. The Add option in solution explorer does not give me that option?
The installer warns of an unknown publisher?
I cannot locate where the install ended up on the target PC?
Questions:
How do I include a .chm file in the ClickOnce project?
How do I become a 'known' publisher? (edit: just found this linkhttp://msdn2.microsoft.com/en-us/library/ms996418.aspx)
Where do the installed files go, all I can find is executablename.exe.deploy files?
Thanks for any help
I have now found out after doing a lot of reading that ClickOnce is probably the best way for me to deploy my application.
I still have a problem which is detailed at the end of this post, but here is how things panned out for me....
First deployment method:
Use the setup wizard to create a setup project which allowed me to include all the files I thought was required.
This method on a virgin PC was less than sweet as the user had to manually locate and install the .NET Framework and the application still failed as SQL Server Express was not installed.
Second deployment method:
Use the ClickOnce deployment approach and select application files and prerequisites.
This method on a virgin PC WAS sweet as it determined that .NET Framework and SQL Server Express was required and automatically installed them and then installed my application.
The application worked a treat, yip yip one happy bunny
But.......
The .chm file I created for my application was not included in the ClickOnce project and I cannot see how I can include it. The Add option in solution explorer does not give me that option?
The installer warns of an unknown publisher?
I cannot locate where the install ended up on the target PC?
Questions:
How do I include a .chm file in the ClickOnce project?
How do I become a 'known' publisher? (edit: just found this linkhttp://msdn2.microsoft.com/en-us/library/ms996418.aspx)
Where do the installed files go, all I can find is executablename.exe.deploy files?
Thanks for any help
Last edited: