PDA

Click to See Complete Forum and Search --> : Install uninstall problem


ramesh017
Oct 5th, 2009, 05:57 AM
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.

Hack
Oct 5th, 2009, 06:40 AM
Moved To Application Deployment

What installer are you using for your .NET project?

ramesh017
Oct 6th, 2009, 02:09 AM
its a windows application...

Nightwalker83
Oct 6th, 2009, 03:17 AM
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?

ramesh017
Oct 6th, 2009, 04:48 AM
I didnt used any setup programs.. i just publishing it and it will create a setup file...

Sorry:-( if my understanding is incorrect..

Nightwalker83
Oct 6th, 2009, 06:21 AM
Have you deleted any files used by the publishing wizard since your setup file last worked correctly? If so which files?

ramesh017
Oct 6th, 2009, 06:31 AM
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,....

Nightwalker83
Oct 6th, 2009, 02:18 PM
Are you using inno setup to create the setup file?