FishCustard Posted November 8, 2013 Posted November 8, 2013 (edited) I realise that I'm preaching to the choir a bit here, but the amount of frankly rubbish software that I've seen recently has driven me to this. Why, oh why, dear local authority, does your file transfer software think itself too good to go in %ProgramFiles% and instead installs to C:\PROGRAMNAME by default? Yes, I can and do move it after installation, but still... Following on from that, why did you think it okay for said software to shove the files it downloads from the LA onto the root of the damned C:\ drive? Regardless of the fact that users on managed networks probably won't have access to C:\, it's just sloppy coding to shove user data anywhere else but the user data folders. It doesn't even tell you where it's shoving the files, so good luck finding them if you're using the software for the first time... *breathe* Secondly, installers. You're coding for Windows. There is an installer standard called Windows Installer (those MSI files we know and love). Why would you use a busted-ass proprietary EXE based monstrosity - particularly one that has no 'silent' flags, particularly if the software is designed for installation in institutions that will almost certainly use GPO/SCCM deployment! And there is absolutely no excuse for wrapping a perfectly good MSI in a busted-ass EXE. Don't even talk about doing it the other way around either: that's just heresy. I think if I ever switch tracks to software development I'd scare the crap out of the packaging & deployment team with my 'if you ever do any of these things....' rant! XD Edited November 8, 2013 by FishCustard
free780 Posted November 8, 2013 Posted November 8, 2013 Or when you've got a exe which supports a silent install but needs to be interactive eg. Logged in. Thanks dialux. Or custom dialogs in installshield or msi's that break the silent install.
sted Posted November 8, 2013 Posted November 8, 2013 I realise that I'm preaching to the choir a bit here, but the amount of frankly rubbish software that I've seen recently has driven me to this. Why, oh why, dear local authority, does your file transfer software think itself too good to go in %ProgramFiles% and instead installs to C:\PROGRAMNAME by default? Yes, I can and do move it after installation, but still... Following on from that, why did you think it okay for said software to shove the files it downloads from the LA onto the root of the damned C:\ drive? Regardless of the fact that users on managed networks probably won't have access to C:\, it's just sloppy coding to shove user data anywhere else but the user data folders. It doesn't even tell you where it's shoving the files, so good luck finding them if you're using the software for the first time... *breathe* Secondly, installers. You're coding for Windows. There is an installer standard called Windows Installer (those MSI files we know and love). Why would you use a busted-ass proprietary EXE based monstrosity - particularly one that has no 'silent' flags, particularly if the software is designed for installation in institutions that will almost certainly use GPO/SCCM deployment! And there is absolutely no excuse for wrapping a perfectly good MSI in a busted-ass EXE. Don't even talk about doing it the other way around either: that's just heresy. I think if I ever switch tracks to software development I'd scare the crap out of the packaging & deployment team with my 'if you ever do any of these things....' rant! XD fms by any chance?
FishCustard Posted November 10, 2013 Author Posted November 10, 2013 fms by any chance? Nope, AVCO AnyComms. But FMS has its own flavour of crapness.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now