Re: distribute application
Does the user have the vb run time dll? do you dlls need to be registered? Better off using the Package and Deploy Wizard or some other installer.
Re: distribute application
Quote:
Originally Posted by
GaryMazzone
Does the user have the vb run time dll? do you dlls need to be registered? Better off using the Package and Deploy Wizard or some other installer.
yes i know the wau you suggest me to depoy app... but if the user not is Admin of PC???
Re: distribute application
Then they will need to get an admin to install it for them.
Whether you like it or not, your program needs certain things to be installed. Only an admin can install them.
If those things aren't installed, your program will not run. If the 'wrong' versions are installed, your program will run but is likely to get strange errors/bugs.
Re: distribute application