Have you tried: Build -> Publish from the menu?
|
|
Am I crazy or is there no Setup and deployment for the standard edition?
I have already ran the install template command with no luck so I have to wonder if it is included. It should be listed under Other project types, but it is empty.
I cannot use the application I build because I am using the MS Power tools shape control and I cannot find anyway to add it when I build my application and looking up info on the Power Tools there is a check box that you select in the setup and deployment which I don't have.
Any help would be appreciated.
Ty
Have you tried: Build -> Publish from the menu?
I'm not deploying a web app. This is a Windows form app and I do not have a sever to publish it to. There should be a setup template at least I think....
Ty
ClickOnce publish is also for file based deployment, all versions include this. Only VS Pro version has MSI setup project deployment.
Thread moved to Deployment forum, please post in most appropriate forum.
Some useful links: Learning videoes, Code Samples, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
How to format posts with code blocks etc - present the problem/post properly
Picoflop,
I may be able to squeak by with that. I did not know you could specify a file directory.
The biggest issue is that I cannot add files to the setup but I'll give it a go.
Thanks
Ty
You can add files to setup by adding them to project and specify build action.
Some useful links: Learning videoes, Code Samples, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
How to format posts with code blocks etc - present the problem/post properly
Would that apply to folders as well? I have some directories in the app to store created files or do I have to create them manually?
Ty
Yes, you can have folder structure in project, select "New folder" in menu/context menu. For output files same folder tree is used from application folder when deployed, this also applies to regular build outputs (to Bin folder by default).
Some useful links: Learning videoes, Code Samples, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
How to format posts with code blocks etc - present the problem/post properly
Thanks for the info John.
Ty
Publish works for the most part. The only thing I don't like is that I cannot set the directory for the installation on the end PC, but everything else is good and with JohnH's help I figured out how to add files and folders.
You maybe able to set the installation directory, but I haven't found out how yet. I have installed in on a test PC and found that the user is not given a choice and it also does not present a message that it has completed.
Thanks,
Ty
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks