How do Io fix a test case 2: Install to correct folders by default failure/warning?
Applications should be installed to the Program Files folder by default. User data or application data must never be stored in this location because of the security permissions configured for this folder. Never write directly to the Windows directory or subdirectories. Use the correct methods for installing files such as fonts or drivers. A warning shows that the .config file is stored under C:\. We recommend that all application-specific configuration entries be stored under the ProgramData directory. Here are default installation directories for your reference: · Native x86 and x64 applications o Program Files – %ProgramFiles% o User’s AppData – %APPDATA% o ProgramData – %ALLUSERSPROFILE% · Win32 applications on x64 o Program Files – %ProgramFiles(x86)% o AppData – %APPDATA% o ProgramData – %ALLUSERSPROFILE% All application data that must be shared among users on the computer should be stored within ProgramData and all application data exclusive to a specific user and not to be share