PDA

Click to See Complete Forum and Search --> : distribute application


luca90
Apr 30th, 2009, 02:55 PM
I have finished a project n vb6 classic and naturally i want to distribut the app to the user.
But is really nedd to use application soecified s.a. Ciberinstaller or the Wizard of vb6 to create instalation?
Not i possible to send the simple exe and dll to the user ...
But dubt if the final user not the hav e Admin permission on Pc i think cannot install application, or not?
In effect i use only the standard dll in system 32 of standard confiration and 2 other dll

GaryMazzone
Apr 30th, 2009, 03:04 PM
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.

luca90
Apr 30th, 2009, 03:09 PM
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???

si_the_geek
Apr 30th, 2009, 04:40 PM
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.

MartinLiss
Apr 30th, 2009, 05:11 PM
Thread moved.