Die Suche ergab 1546 Treffer

von SisterOfMercy
06 Jan 2016, 16:06
Forum: Freier Support
Thema: Windows 10 unattended domainjoin
Antworten: 6
Zugriffe: 9653

Re: Windows 10 unattended domainjoin

I use this, haven't tested it on W10: [DosInAnIcon_join_domain_wmic] ; Join domain "%SystemRoot%\system32\wbem\wmic.exe" /interactive:off computersystem where name!=null call JoinDomainOrWorkgroup "",3,"yourdomain","domainadmin-password","yourdomain\Admin...
von SisterOfMercy
06 Jan 2016, 15:58
Forum: Free Support
Thema: exit codes
Antworten: 5
Zugriffe: 8252

Re: exit codes

the exitcodes is everytime the last one. In this case its the installer for msi files. If you want to check all the internal exitcodes you have to analyse the logfile, how you want to react with this informations? Hmmm, yes I thought it would be somewhat impossible like this. Anyway, so how about t...
von SisterOfMercy
06 Jan 2016, 15:53
Forum: Free Support
Thema: creating new package to Speccy - problem with installation
Antworten: 7
Zugriffe: 5208

Re: creating new package to Speccy - problem with installation

[Files_Copying] copy -sV "%ScriptPath%\Speccy.exe" "C:\Program Files\Speccy" [Files_Deleting] del "C:\Program Files\Speccy" /s /q Better look at the documentation again: –s -> We recursive into subdirectories. –V -> Version checking "A newer version of a windows l...
von SisterOfMercy
30 Dez 2015, 15:21
Forum: Free Support
Thema: creating new package to Speccy - problem with installation
Antworten: 7
Zugriffe: 5208

Re: creating new package to Speecy - problem with installation

Uhh, you mean Speccy.

Well, the installer is a bit of a dirty little bugger, and includes an offer for google spyware (chrome). Just open the installer with 7zip, and copy the Speccy.exe and Speccy64.exe files.
Use these files in your package, and copy them to the installation directory. Simple! :D
von SisterOfMercy
23 Dez 2015, 15:49
Forum: Free Support
Thema: exit codes
Antworten: 5
Zugriffe: 8252

exit codes

set $ExitCode$ = getLastExitCode This gives us an exitcode, but is it also possible to get the extra codes? An example to make this more clear: MSI (s) (F4:18) [15:31:14:605]: Note: 1: 1707 MSI (s) (F4:18) [15:31:14:605]: Product: LibreOffice 5.0.3.2 -- Installation operation completed successfully...
von SisterOfMercy
22 Dez 2015, 15:15
Forum: Free Support
Thema: Adobe Reader DC by opsiscript template
Antworten: 1
Zugriffe: 1863

Re: Adobe Reader DC by opsiscript template

That shouldn't be there, I think somebody made a mistake when putting that code on the wiki. So remove that line.
von SisterOfMercy
22 Dez 2015, 15:09
Forum: Freier Support
Thema: Abhängigkeitsproblem für "Python-Twisted"
Antworten: 20
Zugriffe: 9442

Re: Abhängigkeitsproblem für "Python-Twisted"

There is a option --no-deps (or something like that) IIRC that does leave depending packages in place. Ah, well, it seems there is no such option for yum. I'm always holding back a bit before doing anything with rpm as it's possible to do quite a bit of damage with it. So on CentOS7 it's this: rpm ...
von SisterOfMercy
18 Dez 2015, 02:13
Forum: Freier Support
Thema: Office 2013 Paket
Antworten: 5
Zugriffe: 2832

Re: Office 2013 Paket

trabs-ol hat geschrieben:kannst Du mal mit 7-zip oder so in die .opsi Datei reinschauen? Da ist die Datei auch mit eingepackt worden?
Ah, thanks, I didn't know it was a 7-zip thing! Thanks! :D
von SisterOfMercy
18 Dez 2015, 02:08
Forum: Freier Support
Thema: WINST Copy Befehl
Antworten: 10
Zugriffe: 3925

Re: WINST Copy Befehl

[Files_copy_profile] Copy $ProfileFile$ $ProfilePath$ You don't need to do that for every file, you know. [files_blah] copy "%ScriptPath%\files\bookmarks.html" "$InstallDir32$\profile" copy -s "%ScriptPath%\files\randomshite\*" "$InstallDir32$\profile\someotherdir...
von SisterOfMercy
18 Dez 2015, 02:01
Forum: Freier Support
Thema: Opsiconfd Service startet nicht mehr.
Antworten: 3
Zugriffe: 1149

Re: Opsiconfd Service startet nicht mehr.

What kind of OS/version are you running?