Making a Simple Installation CD.
-
Hello, I have a GUI application developed in VS.net. Depending on a users OS, they may require that certain DLL's be in the system folder(s) in order for the GUI to run. Can someone tell me how to develop a simple installation CD, that will load the GUI exe, and then load the required DLL(s) onto the users system. Thanks. :) Jerry
-
Hello, I have a GUI application developed in VS.net. Depending on a users OS, they may require that certain DLL's be in the system folder(s) in order for the GUI to run. Can someone tell me how to develop a simple installation CD, that will load the GUI exe, and then load the required DLL(s) onto the users system. Thanks. :) Jerry
-
Hello, I have a GUI application developed in VS.net. Depending on a users OS, they may require that certain DLL's be in the system folder(s) in order for the GUI to run. Can someone tell me how to develop a simple installation CD, that will load the GUI exe, and then load the required DLL(s) onto the users system. Thanks. :) Jerry
Microsoft Visual Studio .NET 2003 -> File -> New Project -> Setup And Deployment Projects -> Setup Wizard -> ... From here you should do everything its not difficult :)
"Success is the ability to go from one failure to another with no loss of enthusiasm." - W.Churchill
-
Hello, I have a GUI application developed in VS.net. Depending on a users OS, they may require that certain DLL's be in the system folder(s) in order for the GUI to run. Can someone tell me how to develop a simple installation CD, that will load the GUI exe, and then load the required DLL(s) onto the users system. Thanks. :) Jerry
jerry1211a wrote:
Can someone tell me how to develop a simple installation CD, that will load the GUI exe, and then load the required DLL(s) onto the users system.
In Continuation with Mr. Rage, here is the link for InnoSetup:- http://www.jrsoftware.org/isinfo.php[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
jerry1211a wrote:
Can someone tell me how to develop a simple installation CD, that will load the GUI exe, and then load the required DLL(s) onto the users system.
In Continuation with Mr. Rage, here is the link for InnoSetup:- http://www.jrsoftware.org/isinfo.php[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
Hello, I have a GUI application developed in VS.net. Depending on a users OS, they may require that certain DLL's be in the system folder(s) in order for the GUI to run. Can someone tell me how to develop a simple installation CD, that will load the GUI exe, and then load the required DLL(s) onto the users system. Thanks. :) Jerry