Visual Basic Installer
-
Hi! I did a installer using the Visual Basic Installer but after instalation, only the one who installed the application can use the program (installed). I dont know if I have to change something on the vb project (used by Visual Basic Installer) or change the instaler's code. Could you help me? Thanks
-
Hi! I did a installer using the Visual Basic Installer but after instalation, only the one who installed the application can use the program (installed). I dont know if I have to change something on the vb project (used by Visual Basic Installer) or change the instaler's code. Could you help me? Thanks
This sounds more like a permissions problem on the target computer than a programming or installation problem. What OS is it installing to? Win2K has caused me some headaches after installing even commercial MS products. Only an Admin can install them, but after I did an installation for the user and had the owner log in, the app went away. Locating the program was no problem, but I had to manually change the permissions for each app to allow users to open them.
-
This sounds more like a permissions problem on the target computer than a programming or installation problem. What OS is it installing to? Win2K has caused me some headaches after installing even commercial MS products. Only an Admin can install them, but after I did an installation for the user and had the owner log in, the app went away. Locating the program was no problem, but I had to manually change the permissions for each app to allow users to open them.
Thank you Roger Wright! I'm using win2k. I'm in doubt of what place I have to write the key (used by Visual Basic Installer) on the register. Using Visual Basic Installer you have some options like that, and in addition I dont know if version of win2k I use have some restriction about that.
-
Thank you Roger Wright! I'm using win2k. I'm in doubt of what place I have to write the key (used by Visual Basic Installer) on the register. Using Visual Basic Installer you have some options like that, and in addition I dont know if version of win2k I use have some restriction about that.
In Win2K only local administrators can modify the Registry. Whoever installs the app will have to have admin priveleges, then after installing will have to set permissions for users manually. I'm sure there's an easier way, but I haven't found it.