G
Guest
I am developing a windows application with Visual Studio 2003 using C#. The
application is complete so naturally I went to create a setup package. I
added a setup project to the solution and I went through the appropriate
steps in attaching the solution dependencies. After completing the setup
package, I attempted to install the application on a co-worker's computer.
Usually, the installation consist of several screens which directs the user
through installation specifics. With this setup application, there is only
one form and it reads "setup complete". There is no form prompting me to
select where I would like the executable placed, nor is there a form
prompting me if this .exe is to be used for everyone or just me. All I get is
one fom displaying the text, "setup is complete."
application is complete so naturally I went to create a setup package. I
added a setup project to the solution and I went through the appropriate
steps in attaching the solution dependencies. After completing the setup
package, I attempted to install the application on a co-worker's computer.
Usually, the installation consist of several screens which directs the user
through installation specifics. With this setup application, there is only
one form and it reads "setup complete". There is no form prompting me to
select where I would like the executable placed, nor is there a form
prompting me if this .exe is to be used for everyone or just me. All I get is
one fom displaying the text, "setup is complete."