Jump to content

jkdfh

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by jkdfh

  1. There I join @Musashi, thanks @jguinch for the beautiful script.
  2. Hi, I have a problem with the date when the tool "DVDFab (x64) 11.0.7.4 (18/02/2020)" is installed: RegistrySubKey:DVDFab 11(x64) DisplayName:DVDFab (x64) 11.0.7.4 (18/02/2020) Date:18/02/2020 Greetings
  3. Thank you very much, it works.
  4. - For $i = 0 To UBound($aList) -1 ConsoleWrite($aList[$i,4] & @CRLF) --> Error is shown Next - $a = _ArrayMinIndex($aList, 1, 0, 0, 3) --> --> Error is shown - use Global $aResult and the For loop --> Error is shown
  5. Hi, I want use the great work of jguinch in Problem: $aList = _UninstallList() --> _ArrayDisplay($aList ) --> RegistryPath|RegistrySubKey|DisplayName|Date I can´t use the DisplayName and Date. I tested: - For $i = 0 To UBound($aResult) -1 ConsoleWrite($aList[$i,4] & @CRLF) --> Error is shown Next - $a = _ArrayMinIndex($aList, 1, 0, 0, 3) --> --> Error is shown What is wrong? Best Regards Michael
×
×
  • Create New...