Die Suche ergab 103 Treffer

von mirkt
23 Apr 2018, 15:19
Forum: Free support
Thema: opsi-winst / opsi-script: Checking if string is in the stringList?
Antworten: 4
Zugriffe: 4660

Re: opsi-winst / opsi-script: Checking if string is in the stringList?

larsg: The problem is with ..Containing – string - substring:)

The solution: getSubListByMatch (<search string>, <target list>) :stringlist //since 4.12.0.14

Thank you, OPSI developers!
von mirkt
02 Mär 2018, 14:38
Forum: Bugs
Thema: opsi configed on linux with multiple displays
Antworten: 1
Zugriffe: 14019

Re: opsi configed on linux with multiple displays

It's fixed in 4.0.7.6.3.4. Thank you!
von mirkt
30 Nov 2017, 15:30
Forum: Free support
Thema: opsi-winst / opsi-script: Checking if string is in the stringList?
Antworten: 4
Zugriffe: 4660

Re: opsi-winst / opsi-script: Checking if string is in the stringList?

Dear Wolf, that is not really what I was asking.. In many situations I have some kind of value and need to check if it is or it is not in some kind of a list (blacklist, whitelist, etc..).. "Contains" is not what I need.. I need "equals"! :) Funny things could happen with "c...
von mirkt
30 Nov 2017, 11:11
Forum: Bugs
Thema: opsi configed on linux with multiple displays
Antworten: 1
Zugriffe: 14019

opsi configed on linux with multiple displays

Hello,

It is an old problem – it's not very convenient starting opsi config editor on Linux with multiple displays.. Login/loading/splash screen is jumping between displays:
http://sapnas.net/tmp/opsi/configed.mp4

opsi configed 4.0.7.5.22 2017/04/26 (and older)
linux mint cinnamon 18.3 (and older)
von mirkt
30 Nov 2017, 11:04
Forum: Free support
Thema: how can first uninstall 32-bit version of firefox and then install 64- version of it?
Antworten: 4
Zugriffe: 3874

Re: how can first uninstall 32-bit version of firefox and then install 64- version of it?

There was a typo DefVar $UninstallerRelativePath$ DefVar $Uninstaller$ DefStringList $ProgramFilesDirs$ Set $UninstallerRelativePath$ = "Mozilla Firefox\uninstall\helper.exe" Set $ProgramFilesDirs$ = createstringlist("%ProgramFilesSysNativeDir%") if GetSystemType = "64 Bit S...
von mirkt
28 Nov 2017, 15:41
Forum: Free support
Thema: opsi-winst / opsi-script: Checking if string is in the stringList?
Antworten: 4
Zugriffe: 4660

opsi-winst / opsi-script: Checking if string is in the stringList?

Hello, Is there an elegant way of checking if string is in stringList? For now I am iterating and comparing..
von mirkt
28 Nov 2017, 15:39
Forum: Free support
Thema: opsi-winst / opsi-script: Getting elements of directory into stringList?
Antworten: 0
Zugriffe: 1715

opsi-winst / opsi-script: Getting elements of directory into stringList?

Hello, Is there an elegant way of getting list of elements in directory into stringList? The method I am using now (which I do not really like): DefVar $GoogleChromeExtensionsDir$ DefStringList $InstalledExtensions$ Set $GoogleChromeExtensionsDir$ = "%CurrentProfileDir%\AppData\Local\Google\Chr...
von mirkt
28 Nov 2017, 15:30
Forum: Free support
Thema: how can first uninstall 32-bit version of firefox and then install 64- version of it?
Antworten: 4
Zugriffe: 3874

Re: how can first uninstall 32-bit version of firefox and then install 64- version of it?

I didn't want to mess with your code so I have included variables directly into script.. This should work: delsub.ins DefVar $UninstallerRelativePath$ DefVar $Uninstaller$ DefStringList $ProgramFilesDirs$ Set $UninstallerRelativePath$ = "Mozilla Firefox\uninstall\helper.exe" Set $ProgramFi...
von mirkt
23 Nov 2017, 15:51
Forum: Free support
Thema: How to populate a new depot share for clients !?
Antworten: 4
Zugriffe: 3946

Re: How to populate a new depot share for clients !?

Isn't this what you are looking for?
Bild
von mirkt
26 Okt 2017, 07:47
Forum: Free support
Thema: Debian 9 and repository's signature..
Antworten: 10
Zugriffe: 7270

Re: Debian 9 and repository's signature..

are all those oldies some kind of honeypots? :D