User Tools

Site Tools


userspace:7-zip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userspace:7-zip [2015/04/02 15:53]
mhaegele [setup.ins]
userspace:7-zip [2021/08/23 08:37] (current)
Line 2: Line 2:
 Script by Lars_k \\ Script by Lars_k \\
 (ME_AS: Added Regfile (FileExtensions linked to 7-Zip)) \\ (ME_AS: Added Regfile (FileExtensions linked to 7-Zip)) \\
 +(dominik: Hint for Windows 10)\\
 Tested with opsi 4.0.1 \\  Tested with opsi 4.0.1 \\ 
 Test with W7 32 & 64 Bit \\  Test with W7 32 & 64 Bit \\ 
 The installion-files available Download from : [[http://www.7-zip.org/]] \\ The installion-files available Download from : [[http://www.7-zip.org/]] \\
  
 +Update for Windows 10: 
 +Replace
 +<code>
 +if not ( $NTVersioninfo$ >= "5.1" )
 +</code>
 +by
 +<code>
 +if CompareDotSeparatedNumbers(GetMsVersionInfo,"6.0") < "0"
 +</code>
 +Do that in both scripts!\\
 +You may also want to remove the Variable $NTVersioninfo$ from script.\\
 +This change is required because "GetMsVersionInfo" returns "10.0" (with dot!) when used under win10.\\
 +That is not working with "greater as", "smaller as" comparator.\\
 +
 +Minor Bug: File extensions are linked with 7zip, but 7zip does not show that in its options.
  
 Tree: \\ Tree: \\
userspace/7-zip.1427990006.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)