Install uninstall problem
Hi , Im new to VB.
now im working on an existing Vb application.Previous version of exe is file is in a single setup file format. but now after an enhancement if i do publishing it its creating more folders like dotnetfx, and some folders. also the installation also not in regular format(i.e: prompting the user to select a directory to install, finishing wizard of installation etc are not coming). previously an uninstall option is there in the startup. but it was not there. But there is no problems in the functionality.
Kindly help me in this.
Thanks in advance.
Re: Install uninstall problem
Moved To Application Deployment
What installer are you using for your .NET project?
Re: Install uninstall problem
its a windows application...
Re: Install uninstall problem
Quote:
Originally Posted by
ramesh017
its a windows application...
Hack means what is the name of the setup creation program you are using to create the setup for your program?
Re: Install uninstall problem
I didnt used any setup programs.. i just publishing it and it will create a setup file...
Sorry:-( if my understanding is incorrect..
Re: Install uninstall problem
Have you deleted any files used by the publishing wizard since your setup file last worked correctly? If so which files?
Re: Install uninstall problem
Setup file is woking fine... what i want is i need to create a single setup file..also uninstall option is not there in the menu,....
Re: Install uninstall problem
Are you using inno setup to create the setup file?