philosinger
MIS
I am working on a project Tracking Program for my company and there are frequent changes to the program at this point. The program accesses data from and MSSQL server that is available on the internet and a few of the users are in remote locations.
Issue 1 When I package the software with the Package and Distribution wizard, the cab file in 13mb. This is an issue because, as I said, a few of the users have to download the new file everytime to run the setup (I do zip it, however it is still 13+mb on the most aggressive zip). I have just started distributing the .exe file for the program (since I am just making minor changes and don't need to distribute any .dlls at this point), but the problem with that is some of the users are afraid to copy that file to their program files directory themselves. Also, when I do start having to send .dlls they will have to copy several files to several different locals, plus there is the issue of registering those .dlls.
Recommendations?
Issue 2 If the user already has an older version of the sofware installed, the setup does not replace the old .exe with the new, so the setup runs, but when they launch the program they still have the old version. Is there are way for the Setup to either uninstall the old version or force it to over write the existing .exe? Also is there a way to put an unintall <My Program> in the Start Menu?
Issue 1 When I package the software with the Package and Distribution wizard, the cab file in 13mb. This is an issue because, as I said, a few of the users have to download the new file everytime to run the setup (I do zip it, however it is still 13+mb on the most aggressive zip). I have just started distributing the .exe file for the program (since I am just making minor changes and don't need to distribute any .dlls at this point), but the problem with that is some of the users are afraid to copy that file to their program files directory themselves. Also, when I do start having to send .dlls they will have to copy several files to several different locals, plus there is the issue of registering those .dlls.
Recommendations?
Issue 2 If the user already has an older version of the sofware installed, the setup does not replace the old .exe with the new, so the setup runs, but when they launch the program they still have the old version. Is there are way for the Setup to either uninstall the old version or force it to over write the existing .exe? Also is there a way to put an unintall <My Program> in the Start Menu?