Link to home
Start Free TrialLog in
Avatar of jorgebot
jorgebot

asked on

VB and Visual Studio Installer

Hello Gurus,

I'm using the Visual Studio Installer 1.1 to distribute my VB 6.0 application.  The installer creates the package and installs my application just fine.  The problem is that when I delete the installer for my program, and then launch my program, my program still looks for the installer for some files.  For some reason my application still depends on some files in that installer.

I want my users to be able to get rid of the installer after they install my application.

Can you guys please help me with this?

Thanks

Jorge.
ASKER CERTIFIED SOLUTION
Avatar of TomLaw1999
TomLaw1999
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jorgebot
jorgebot

ASKER

TomLaw1999,

I fixed the problem.  I think it was just a glitch from the Visual Studio Installer.  I just created a new project from scratch, and that did the job.

I'm giving you the points anyway.  Thanks for the prompt response.

Jorge.