the simple question, but I don't know
-
How to publish the project in a way that the user can select the directory to be installed in and other options. this is all the software does. but I do not know how to do it such as in VC#. if I just publish one project,during install, it does not let you select where you will install and so on. thanks.
-
How to publish the project in a way that the user can select the directory to be installed in and other options. this is all the software does. but I do not know how to do it such as in VC#. if I just publish one project,during install, it does not let you select where you will install and so on. thanks.
-
How to publish the project in a way that the user can select the directory to be installed in and other options. this is all the software does. but I do not know how to do it such as in VC#. if I just publish one project,during install, it does not let you select where you will install and so on. thanks.
Don't use clickonce to deploy over the web, that doesn't let you choose where to put the files. Use a third party product like Advanced Installer to build an msi instead.
Christian Graus Driven to the arms of OSX by Vista.