Ask a questionAsk a question
 

AnswerWarnings when testing ClickOnce application

  • Tuesday, September 29, 2009 7:04 AMPeter Lillevold Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    We're now testing a plain .Net WinForms application (called 4RifBatch) distributed via Clickonce for Windows 7 compatibility. In the Windows 7 Software Logo Kit report we get several warnings related to ClickOnce technicalities.

    My question is, should all these test cases pass or are these warnings that should be "ignored"?


    Test case: Write appropriate Add/Remove Program values.: PASS WITH WARNINGS
    WARNING: Applications are expected to create these registry entries DisplayName, IsntallLocation, Publisher, UninstallString, VersionMajor*, and VersionMinor*.
    This application did not create the following registry entries:
    • Value InstallLocation missing for program 4RifBatch.
    • Value VersionMajor missing for program 4RifBatch.
    • Value VersionMinor missing for program 4RifBatch.
    • Value MajorVersion missing for program 4RifBatch.
    • Value MinorVersion missing for program 4RifBatch.


     
    Test case: Install to Program Files.: PASS WITH WARNINGS
    WARNING: This application wrote the following files to a location other than %ProgramFiles%:

      • Program 4RifBatch fails due to missing install location.


    Test case:
    Do not write to the %USERS% folder.: PASS WITH WARNINGS
    WARNING: Application failed multiuser session compliance check.

      • File C:\USERS\...\APPDATA\ROAMING\MICROSOFT\WINDOWS\START MENU\PROGRAMS\4SUBSEA\4RIFBATCH.APPREF-MS was written to an incorrect location.

    Test case: Multi User session test.: PASS WITH WARNINGS
    WARNING: Application invocation in multiple sessions failed.

      • Application fails due to no shortcuts.


    Test case:
    Multi User Check Logs: PASS WITH WARNINGS
    WARNING: Application failed multiuser session compliance check.


    - Peter - http://www.demicode.com

Answers

All Replies