T Tyson Ackland Jul 17, 2004 #1 There was a utility in VB6 which allowed one to package their application into a setup.exe. What should I be using in VB.NET?
There was a utility in VB6 which allowed one to package their application into a setup.exe. What should I be using in VB.NET?
C Cor Ligthert Jul 17, 2004 #2 Hi Tyson, A much nicer deployment project part which is for all languages, just open the Ide, choose Add project, New deployement project and let the wizard go. It is nice and sophisticated, however not a the most sophisticated deployment tool. I hope this helps? Cor
Hi Tyson, A much nicer deployment project part which is for all languages, just open the Ide, choose Add project, New deployement project and let the wizard go. It is nice and sophisticated, however not a the most sophisticated deployment tool. I hope this helps? Cor
J Jason L James Jul 17, 2004 #3 Cor, when I do this on my project I get an error: An error occurred while validating. HRESULT = '80040155' This only occurs on my Laptop. When I do the same on my desktop all works fine. Does anyone have any ideas what is going wrong. Thanks, Jason.
Cor, when I do this on my project I get an error: An error occurred while validating. HRESULT = '80040155' This only occurs on my Laptop. When I do the same on my desktop all works fine. Does anyone have any ideas what is going wrong. Thanks, Jason.
H Herfried K. Wagner [MVP] Jul 17, 2004 #5 * Jason L James said: when I do this on my project I get an error: An error occurred while validating. HRESULT = '80040155' Click to expand... Did you already have a look here? <URL:http://groups.google.de/groups?q=80040155>
* Jason L James said: when I do this on my project I get an error: An error occurred while validating. HRESULT = '80040155' Click to expand... Did you already have a look here? <URL:http://groups.google.de/groups?q=80040155>
T Tyson Ackland Jul 18, 2004 #6 Cor said: Hi Tyson, A much nicer deployment project part which is for all languages, just open the Ide, choose Add project, New deployement project and let the wizard go. It is nice and sophisticated, however not a the most sophisticated deployment tool. I hope this helps? Cor Click to expand... Thanks, that did the trick.
Cor said: Hi Tyson, A much nicer deployment project part which is for all languages, just open the Ide, choose Add project, New deployement project and let the wizard go. It is nice and sophisticated, however not a the most sophisticated deployment tool. I hope this helps? Cor Click to expand... Thanks, that did the trick.