Probleme beim einbinden von Software

Antworten
dark-john
Beiträge: 7
Registriert: 06 Okt 2008, 11:45

Probleme beim einbinden von Software

Beitrag von dark-john »

Habe versucht ein neues Packet zu erzeugen z.b 7-Zip, was mir auch gelungen ist.
Beim Booten wird das Packet aber nicht installiert obwohl er dieses sollte. Laut Webinterface ist das Programm installiert ist es aber nicht in wirklichkeit.
Es tauchen keine Fehler auf beim booten.

7zip.ins

Code: Alles auswählen

[Initial]
Message=installiere 7-Zip bitte warten ...
StayOnTop=false

[Aktionen]
/opt/pcbininstall/7zip.bat
7zip.bat (die Bat ist von http://ubertechnique.com/unattended kopiert worden, fragwürdig ist mir auch was die Variabeln? %Z% u.s.w machen)

Code: Alles auswählen

:: OPTIONAL: Install 7-Zip
:: URL|ALL|http://dl.sourceforge.net/sourceforge/sevenzip/7z442.msi|packages/7z442.msi
@Echo off

if exist "%ProgramFiles%\7-ZIP\7z.exe" goto done
todo.pl "msiexec /qb /l* %SystemDrive%\netinst\logs\7zip.txt /i %Z%\packages\7z442.msi REBOOT=ReallySuppress"

REM Set 7zip as default archived file manager
SETLOCAL
SET SC=HKLM\SOFTWARE\Classes
SET Extn=001 7z arj bz2 cab chm cpio deb gz iso lzh nsis rar rpm tar z zip
FOR %%j IN (%Extn%) DO (
    REG ADD %SC%\.%%j /VE /D "7-Zip.%%j" /F
    REG ADD %SC%\7-Zip.%%j /VE /D "7z Archive" /F
    REG ADD %SC%\7-Zip.%%j\DefaultIcon /VE /D "\"%PROGRAMFILES%\7-Zip\Formats\%%j.dll\"" /F
    REG ADD %SC%\7-Zip.%%j\shell\open\command /VE /D "\"%PROGRAMFILES%\7-Zip\7zFM.exe\" \"%%1\"" /F
)
REG ADD %SC%\7-Zip.001\DefaultIcon /VE /D "\"%PROGRAMFILES%\7-Zip\Formats\split.dll\"" /F
ENDLOCAL

:done
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1804
Registriert: 29 Mai 2008, 15:14

Re: Probleme beim einbinden von Software

Beitrag von j.schneider »

Hallo,

anstatt die .bat einfach aufzurufen, wäre es sinnvoll im Winst-Skript eine DosInAnIcon/DosBatch Sektion zu verwenden.
Dann wird auch geloggt.

Gruß
Jan Schneider
dark-john
Beiträge: 7
Registriert: 06 Okt 2008, 11:45

Re: Probleme beim einbinden von Software

Beitrag von dark-john »

Danke für die schnelle Antwort :geek: .

Die eigentliche Frage war ja nach dem Handbuch zu winst welches ich aber gerade selbst gefunden habe und deswegen das Thema bearbeitet habe.
Werde dieses erst mal durcharbeiten dann klappt es vieleicht besser.
dark-john
Beiträge: 7
Registriert: 06 Okt 2008, 11:45

Re: Probleme beim einbinden von Software

Beitrag von dark-john »

Werde aus der Log Datei nicht schlau. Soweit ich das sehe denkt er es ist alles auf dem aktuellen stand.

Beim Starten wird die Batch ausgeführt aber die Software ist nicht installiert und in der Bat steht zich mal Befehl erfolgreich ausgeführt.

Code: Alles auswählen

06.10.2008 13:48:49     ============================   pcptch Version 3.9.1   ============================ 
06.10.2008 13:48:51     starting pcptch
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52  ~  
06.10.2008 13:48:52     ipconfig /all ::: Windows-IP-Konfiguration
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52  ~  
06.10.2008 13:48:52  ~  
06.10.2008 13:48:52     ipconfig /all :::         Hostname. . . . . . . . . . . . . : opsitestclient
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         Primõres DNS-Suffix . . . . . . . : 
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         Knotentyp . . . . . . . . . . . . : Hybrid
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         IP-Routing aktiviert. . . . . . . : Nein
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         WINS-Proxy aktiviert. . . . . . . : Nein
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         DNS-Suffixsuchliste . . . . . . . : firma-ort.local
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52  ~  
06.10.2008 13:48:52  ~  
06.10.2008 13:48:52     ipconfig /all ::: Ethernetadapter LAN-Verbindung:
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52  ~  
06.10.2008 13:48:52  ~  
06.10.2008 13:48:52     ipconfig /all :::         Verbindungsspezifisches DNS-Suffix: firma-ort.local
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         Beschreibung. . . . . . . . . . . : Ethernetadapter der AMD-PCNET-Familie
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         Physikalische Adresse . . . . . . : xx-xx-xx-xx-xx-xx
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         DHCP aktiviert. . . . . . . . . . : Ja
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         Autokonfiguration aktiviert . . . : Ja
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         IP-Adresse. . . . . . . . . . . . : xxx.xxx.xxx.110
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         Subnetzmaske. . . . . . . . . . . : xxx.xxx.xxx.xxx
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         Standardgateway . . . . . . . . . : xxx.xxx.xxx.210
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         DHCP-Server . . . . . . . . . . . : xxx.xxx.xxx.6
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         DNS-Server. . . . . . . . . . . . : xxx.xxx.xxx.6
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         Primõrer WINS-Server. . . . . . . : xxx.xxx.xxx.6
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         Lease erhalten. . . . . . . . . . : Montag, 6. Oktober 2008 13:48:44
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     ipconfig /all :::         Lease lõuft ab. . . . . . . . . . : Dienstag, 6. Oktober 2009 13:48:44
06.10.2008 13:48:52     ipconfig /all ::: 
06.10.2008 13:48:52     getting IP-Names from Environment
06.10.2008 13:48:52     ipName from system:   opsitestclient
06.10.2008 13:48:52     ipAddress from system:   xxx.xxx.xxx.110
06.10.2008 13:48:52     retrieved from registry \SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName, Computername: OPSITESTCLIENT
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, mountdrive: 1
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, label1: opsi
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, label2: uib
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, loadbitmap: 1
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, bitmap1: winst1.bmp
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, bitmap2: winst2.bmp
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, button_stopnetworking: immediate
06.10.2008 13:48:52     Button StopNetworking enabled
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, SecsUntilConnectionTimeOut: 180
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, pcprotoname: pcproto.ini
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, patchlevelTyp: 
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, copydefaultuser: 0
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, networkEntriesFromEnvironment: 1
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, WinstLocalDirectory: C:\Programme\opsi.org\preloginloader\utils
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, ConfigDirectory: C:\Programme\opsi.org\preloginloader\cfg
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, makeLocalCopyOfIniFile: 0
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, makeLocalWinst: 1
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\general, opsiconf: 1
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, pingcheck: 1
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, opsiServerType: service
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, opsiServiceURL: https://xxx.xxx.xxx.19:4447
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, repeatServiceConnectNo: 3
06.10.2008 13:48:52     opsiconf true
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\shareinfo, pckey:  DONT SHOW IT
06.10.2008 13:48:52     reading pckey from file "C:\Programme\opsi.org\preloginloader\cfg\locked.cfg"
06.10.2008 13:48:52     pckey read from file
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\general, tftpserver: opsisrv.firma-ort.local
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\general, configlocal: 0
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\shareinfo, user: pcpatch
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\shareinfo, smbusername1: opsiserver\pcpatch
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\shareinfo, try_secondary_user: 0
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\shareinfo, pcpatchpass: 03ac6f86e2ee2df8
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\shareinfo, depoturl: smb:\\opsisrv\opt_pcbin\install
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\shareinfo, configurl: smb:\\opsisrv\opt_pcbin\install
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\shareinfo, utilsurl: smb:\\opsisrv\opt_pcbin\utils
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\shareinfo, utilsdrive: P:
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\shareinfo, configdrive: P:
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\shareinfo, depotdrive: P:
06.10.2008 13:48:52     retrieved from registry \SOFTWARE\opsi.org\pcptch, button_stopnetworking: immediate
06.10.2008 13:48:52     Button StopNetworking enabled
06.10.2008 13:48:52     servicehost reached in 0 ms
06.10.2008 13:48:52      determining opsi client ID
06.10.2008 13:48:52     opsi service with URL https://xxx.xxx.xxx.19:4447
06.10.2008 13:48:52     json call:  "https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getHostId%22,%22params%22:%5B%5D%7D"
06.10.2008 13:48:52     json general Result "{"error":null,"id":1,"result":""}"
06.10.2008 13:48:52     No client ID got from service
06.10.2008 13:48:52     Try with ipname from local system: opsitestclient
06.10.2008 13:48:52     json call:  "https://xxx.xxxxxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getDomain%22,%22params%22:%5B%5D%7D"
06.10.2008 13:48:52     json general Result "{"error":null,"id":1,"result":"firma-ort.local"}"
06.10.2008 13:48:52     Default domain from service >firma-ort.local<
06.10.2008 13:48:52     we supplement default domain from service to name: opsitestclient
06.10.2008 13:48:52     We have client ID opsitestclient.firma-ort.local
06.10.2008 13:48:52     opsi service with URL https://xxx.xxx.xxx.19:4447
06.10.2008 13:48:52     opsi service "https://xxx.xxx.xxx.19:4447", client "opsitestclient.firma-ort.local" , username "opsitestclient.firma-ort.local"
06.10.2008 13:48:52     json call:  "https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22authenticated%22,%22params%22:%5B%5D%7D"
06.10.2008 13:48:53     json general Result "{"error":null,"id":1,"result":true}"
06.10.2008 13:48:53     json call:  "https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getNetworkConfig%5Fhash%22,%22params%22:%5B%22opsitestclient.firma-ort.local%22%5D%7D"
06.10.2008 13:48:53     json general Result "{"error":null,"id":1,"result":{"depotDrive":"P:","nextBootServiceURL":"https://xxx.xxx.xxx.19:4447","utilsUrl":"smb://opsisrv/opt_pcbin/utils","configUrl":"smb://opsisrv/opt_pcbin/pcpatch","utilsDrive":"P:","opsiServer":"opsisrv.firma-ort.local","nextBootServerType":"service","depotUrl":"smb://opsisrv/opt_pcbin/install","depotId":"opsisrv.firma-ort.local","configDrive":"O:","winDomain":"firma-ort"}}"
06.10.2008 13:48:53     depoturl for client opsitestclient.firma-ort.local from opsi service: smb://opsisrv/opt_pcbin/install
06.10.2008 13:48:53     utilsurl for client opsitestclient.firma-ort.local from opsi service: smb://opsisrv/opt_pcbin/utils
06.10.2008 13:48:53     json call:  "https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getPcpatchPassword%22,%22params%22:%5B%22opsitestclient.firma-ort.local%22%5D%7D"
06.10.2008 13:48:53     json general Result "{"error":null,"id":1,"result":"03ac6f86e2ee2df8"}"
06.10.2008 13:48:53     fetched encryptedpass from opsi service 
06.10.2008 13:48:53     json call:  "https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getGeneralConfig%5Fhash%22,%22params%22:%5B%22opsitestclient.firma-ort.local%22%5D%7D"
06.10.2008 13:48:53     json general Result "{"error":null,"id":1,"result":{"pcptchLabel1":"opsi","pcptchLabel2":"uib","button_stopnetworking":"","pcptchBitmap1":"winst1.bmp","pcptchBitmap2":"winst2.bmp","secsUntilConnectionTimeOut":"180"}}"
06.10.2008 13:48:53     ipNameHost: /* not found */
06.10.2008 13:48:53     depoturl: smb://opsisrv/opt_pcbin/install
06.10.2008 13:48:53     configurl: smb://opsisrv/opt_pcbin/install
06.10.2008 13:48:53     utilsurl: smb://opsisrv/opt_pcbin/utils
06.10.2008 13:48:53     depot drive: P:
06.10.2008 13:48:53     config drive: P:
06.10.2008 13:48:53     utils drive: P:
06.10.2008 13:48:53     depotshare \\opsisrv\opt_pcbin
06.10.2008 13:48:53     depotdir \install
06.10.2008 13:48:53     configshare \\opsisrv\opt_pcbin
06.10.2008 13:48:53     configdir \install
06.10.2008 13:48:53     utilsshare \\opsisrv\opt_pcbin
06.10.2008 13:48:53     utilsdir \utils
06.10.2008 13:48:53     winstMasterDirectory P:\utils
06.10.2008 13:48:53     Profildateienpfad P:\install\
06.10.2008 13:48:53     Bootmode BKSTD
06.10.2008 13:48:53     trying to connect remote resource "\\opsisrv\opt_pcbin" to local resource "P:"
06.10.2008 13:48:53      Fehler 127 ("Die angegebene Prozedur wurde nicht gefunden")
06.10.2008 13:48:53     Netzverbindung von P: zu \\opsisrv\opt_pcbin hergestellt
06.10.2008 13:48:53     user of the process: pcpatch
06.10.2008 13:48:53     start working based on the network connection
06.10.2008 13:48:53     Local winst exists and seems to be up to date
06.10.2008 13:48:53     RebootRequested set to 0
06.10.2008 13:48:53     starting process: "C:\Programme\opsi.org\preloginloader\utils\winst32.exe" /opsiservice https://xxx.xxx.xxx.19:4447 /clientid opsitestclient.firma-ort.local /username opsitestclient.firma-ort.local  /password PASSWORD
06.10.2008 13:49:06     Calling cancel connection resource: P:
06.10.2008 13:49:06     Cancelled: connection to resource: P:
06.10.2008 13:49:08     ending pcptch
06.10.2008 13:49:08     json call:  "https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22authenticated%22,%22params%22:%5B%5D%7D"
06.10.2008 13:49:08     json general Result "{"error":null,"id":1,"result":true}"
06.10.2008 13:49:08     Initiating log off
06.10.2008 13:49:08     WinstRegRebootVar  0
06.10.2008 13:49:08     According to registry key in HKLM\SOFTWARE\opsi.org\winst, Variable RebootRequested resp. ShutdownRequested:   no shutdown and no logoff
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1804
Registriert: 29 Mai 2008, 15:14

Re: Probleme beim einbinden von Software

Beitrag von j.schneider »

Hallo,

die Log-Datei der Installation ist die instlog.txt.

Gruß
Jan Schneider
dark-john
Beiträge: 7
Registriert: 06 Okt 2008, 11:45

Re: Probleme beim einbinden von Software

Beitrag von dark-john »

Code: Alles auswählen

08.10.2008 07:49:38 JSON service request https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getDepotId%22,%22params%22:%5B%22opsitestclient.firma-ort.local%22%5D%7D
08.10.2008 07:49:38 JSON service request https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getProductInstallationStatus%5FlistOfHashes%22,%22params%22:%5B%22opsitestclient.firma-ort.local%22%5D%7D
08.10.2008 07:49:38 JSON service request https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getProductActionRequests%5FlistOfHashes%22,%22params%22:%5B%22opsitestclient.firma-ort.local%22%5D%7D
Computername:opsitestclient.firma-ort.local
Computername according to Environment Variable :OPSITESTCLIENT
opsi service URL https://xxx.xxx.xxx.19:4447
Config path: P:\install
Utils path:  P:\utils
Depot path:  P:\install

08.10.2008 07:49:38 JSON service request https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getInstallableLocalBootProductIds%5Flist%22,%22params%22:%5B%22opsitestclient.firma-ort.local%22%5D%7D
bootmode BKSTD
winst: Start sorting of products (08.10.2008 07:49:38)
08.10.2008 07:49:38 JSON service request https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getProductDependencies%5FlistOfHashes%22,%22params%22:%5B%5D%7D
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Resolved sequence of products (08.10.2008 07:49:38): 
Product 2 	7zip : setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
08.10.2008 07:49:39 JSON service request https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getProductProperties%5Fhash%22,%22params%22:%5B%227zip%22,%22opsitestclient.firma-ort.local%22%5D%7D
08.10.2008 07:49:39 JSON service request https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22getProduct%5Fhash%22,%22params%22:%5B%227zip%22,%22opsisrv.firma-ort.local%22%5D%7D
scriptname: "7zip.ins", special path: "P:\install\7zip\"
08.10.2008 07:49:39 JSON service request https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22setProductInstallationStatus%22,%22params%22:%5B%227zip%22,%22opsitestclient.firma-ort.local%22,%22installing%22%5D%7D

============ Version 4.7.2  WIN32 script "P:\install\7zip\7zip.ins"
             start: 2008-10-08  07:49:39  (on client named as : "opsitestclient.firma-ort.local")
[executing: "C:\Programme\opsi.org\preloginloader\utils\winst32.exe"]
system infos:
00:0C:29:46:DB:CE  -  PC hardware address
opsitestclient  -  IP name 
xxx.xxx.xxx.110  -  IP address
DEU  -  System default locale 


Execution of DosBatch_1
___________________
0 errors
0 warnings


no script found
08.10.2008 07:49:58 JSON service request https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22setProductInstallationStatus%22,%22params%22:%5B%227zip%22,%22opsitestclient.firma-ort.local%22,%22installed%22%5D%7D
08.10.2008 07:49:58 JSON service request https://xxx.xxx.xxx.19:4447/rpc?%7B%22id%22:1,%22method%22:%22setProductActionRequest%22,%22params%22:%5B%227zip%22,%22opsitestclient.firma-ort.local%22,%22none%22%5D%7D
============  winst Version 4.7.2  WIN32 is regularly exiting. Time 2008-10-08  07:50:00 .

Benutzeravatar
j.schneider
uib-Team
Beiträge: 1804
Registriert: 29 Mai 2008, 15:14

Re: Probleme beim einbinden von Software

Beitrag von j.schneider »

Bitte einmal den Loglevel erhöhen.

Code: Alles auswählen

[Initial]
LogLevel=2
dark-john
Beiträge: 7
Registriert: 06 Okt 2008, 11:45

Re: Probleme beim einbinden von Software

Beitrag von dark-john »

hat sich wohl erledigt. Habe das ganze nochmal mit dem 7-Zip script versucht das ich auf der Opsi Seite hier gefunden habe.
Antworten