How important is it to install on the program files folder?

7,596

Solution 1

Technically: Yes.

Logically: No

Business wise: I know a lot of companies that would throw you out based on obvious quality issues. Even if you do not certify for windows, you should not blatantly violate common sense and guidelines.

I personally would return the software as faulty and bill you for every minute we spent with it - due to gross neglect.

Someone on your end obviously messed up and never read how to program windows. Happy fixing ;)

So, at the end: It is going to cost you. ESPECIALLY in a CMS area - highly competitive.

Solution 2

You should read ALL of the following reference material before making your decision. It's a lot, but then you wanted to write Windows apps so...

Windows User Experience Interaction Guidelines

Windows 7 and Windows Server 2008 R2 Application Quality Cookbook (Windows)

Certification requirements for Windows 8 desktop apps

Solution 3

15 years ago was when Windows 95 introduced "Program Files" to the world. A lot of installers back then failed because of the space in the path. I remember what a pain it was for us but after a week's work it was done and everyone was happy.

I'm with TomTom, you are really showing that you are not in touch with Windows standards. Lots of assumptions are made about "program files" in modern times, e.g. anti-virus programs assume that's where the applications are and treat apps outside of that as different. The new default security settings on directories will also start to cause you grief and phone calls. And what's the point of the customer upgrading to Windows 7 if you insist on bypassing the security?

BTW: never assume you are entrenched. If Windows 7 is more important to them than you are they will toss you out. Senior executives make the weirdest decisions, often based on the what you think are trivial issues but to them it's a sign to get rid of your app.

Share:
7,596

Related videos on Youtube

Ilia Liachin
Author by

Ilia Liachin

Updated on September 17, 2022

Comments

  • Ilia Liachin
    Ilia Liachin over 1 year

    In a proper installation of an average software, its executables would be in the program files folder; its user data in the user's application data folder; it's non user specific data in the all users application data folder; and it should usually be able to run under non-administrative privileges. These guidelines could easily be ignored on XP, but they are an issue on Vista and 7 due to UAC.

    We're on the verge of releasing a major version of our software. It's a CMS, used by our clients as their main work tool, and their IT staff are well familiar with it. If we want to be fully compatible with Windows 7, we have to make quite a few changes, and we're already on a tight schedule.

    Question is: we can easily have our clients install our software outside of program files, or have them run it as administrators. I think it's wrong, but I need some ammunition: why should we install on program files, with all the limitations that come with it?

    EDIT:

    1. I'm asking this here because I'd like to get IT guys input. For programmers input I can just ask the guys next to me instead of stackoverflow. This is NOT a programming question.
    2. I'm asking this because we'd like to make our software better. Old installation habits go back about 15 years, when the software was first created. Fixing its installation is a matter of priorities, nothing else. Worse comes to worse, it'll be postponed to the next version.
    • user1364702
      user1364702 about 14 years
      I see a couple votes to close; while this question may belong on StackOverflow as a problem related to the architecture of a program, I do think it's also sysadmin related because (in our situation at least) the sysadmins usually end up having to deal with the permissions and installation issues that crop up due to crappy and ignorant design by software makers...just my two cents, but I can't count the number of times I've had to alter permissions and change settings specifically because some developers were too lazy to follow the rules.
  • Ilia Liachin
    Ilia Liachin about 14 years
    Please see my edit. The software was created in the days of MS-DOS, and converted to Windows over 15 years ago. I guess our 1500+ customers have never complained enough about this for it to be fixed. As for the limitations, they are mostly writing to files in the installation folder. Not a huge deal, just a non-trivial amount of work to fix.
  • Warner
    Warner about 14 years
    Have you had any success in getting those bills paid?
  • TomTom
    TomTom about 14 years
    yes, once. legally this is gross neglect and the sale of software obviously unfit.
  • Ilia Liachin
    Ilia Liachin about 14 years
    @Warner, @TomTom - please don't take this the wrong way, but I guess you guys are not the ones making the decisions when it comes to choosing a CMS. 20+ years in business, 1500+ customers of various sizes. Are you not being too judgmental here? Our development priorities rely heavily on customers feedback. Guess this is not that big an issue. Anyway, my goal is to improve, not justify faults. Constructive answers appreciated.
  • Ilia Liachin
    Ilia Liachin about 14 years
    @Warner - sorry, thought your remark was directed to me...
  • Warner
    Warner about 14 years
    Did you have a contract with the company who paid?
  • Ilia Liachin
    Ilia Liachin about 14 years
    Only problem I have with the criticism here is that it doesn't provide me any arguments once I'm asked the exact same question I asked above. I'm not a decision maker, but my opinion counts. I've been pushing towards fixing our installation for quite a while, because I know it's flawed. I was hoping to get answers specifying exactly why these flaws annoy IT guys. I'm not sure not being conventional is enough at this point of decision. But thanks for the answers anyway!
  • John Gardeniers
    John Gardeniers about 14 years
    @eran, my criticism does in fact provide you with the arguments you require. It's a simple case of do it properly or put up with an increasing number of problems now and in the future. As Bart has said, none of this is a surprise and having ignored it so long has resulted in the mess you now have. Putting off longer yet will NOT make it go away. As admins we constantly have to find ways to work around poor programming or packaging practices and most of us are absolutely fed up with it. In many cases the workarounds weaken the security we need to protect our systems.
  • Ilia Liachin
    Ilia Liachin over 11 years
    Thanks for the answer, but this question is almost 3 years old... This was eventually acknowledged as an important issue by the decision makers, and the software was made compliant in its Win7 release. Was one of those cases I was happy I could make a change.