Einzelnen Beitrag anzeigen

generic

Registriert seit: 24. Mär 2004
Ort: bei Hannover
2.416 Beiträge
 
Delphi XE5 Professional
 
#1

Win7 Logo Test Tool

  Alt 1. Feb 2011, 14:10
Ich installiere meine Anwendung mit Shortcuts auf dem AllUsers Desktop und im AllUser Startmenü. Die Links sind sichtbar in verschieden Benutzerkonten, doch leider findet das Logo-Test-Tool diese Links nicht.

Zitat:
9. Support multiuser sessions

Test case: Do not write to the %USERS% folder: PASS

Test case: Multi User registry check: PASS

Test case: Multi User session test: PASS WITH WARNINGS

WARNING: Application invocation in multiple sessions did not pass.
Application fails due to no shortcuts.
IMPACT IF NOT FIXED: Multiple windows users might not be able to launch the application seamlessly in concurrent sessions.
HOW TO FIX: : The application must not block launching multiple instances of the application across concurrent sessions both locally or remotely. Applications must not depend on global mutexes or other named-objects to check or block multiple instances. If multiple instances per user need to be blocked, then per-user or per-session namespaces must be used for mutexes or other named-objects.


Test case: Multi User Check Logs: PASS WITH WARNINGS

WARNING: The application did not install any shortcuts.
IMPACT IF NOT FIXED: Windows users might not be able to run the application seamlessly in concurrent sessions.
HOW TO FIX: : The application must support running multiple instances of the application across concurrent sessions both locally or remotely. The application should not require administrative privileges during runtime. Moreover, data and settings must not be shared across users or stored at a location that is shared across users. User data must be isolated to the users profile.
Kennt jemand das Problem?

http://msdn.microsoft.com/en-us/windows/dd203105.aspx
Coding BOTT - Video Tutorials rund um das Programmieren - https://www.youtube.com/@codingbott
  Mit Zitat antworten Zitat