Die Suche ergab 38 Treffer

von ritsovih
31 Jul 2014, 15:14
Forum: Free support
Thema: iTunes for All Users?
Antworten: 4
Zugriffe: 3635

Re: iTunes for All Users?

I have no experience with packaging iTunes, but have you tried the allusers property?

something like:

Code: Alles auswählen

msiexec /i yourmsi ALLUSERS=1 /qn
I'd reference the msdn documentation, but it's unreadable poop imo, this link is easier to understand
von ritsovih
29 Jul 2014, 10:39
Forum: Free support
Thema: Opsi winst manual
Antworten: 2
Zugriffe: 2529

Re: Opsi winst manual

Yes, to your first question. I'm guessing you probably want %ScriptPath%, because that expands to the path where your script is located (similar to ~%dp0 in batch scripting). But why not post what you want to achieve, your entire script and the layout of your opsi package? Your layout may look like ...
von ritsovih
15 Jul 2014, 10:36
Forum: Free support
Thema: Google Chrome and Adobe Flash Player 14.0.0.145
Antworten: 3
Zugriffe: 4858

Re: Google Chrome and Adobe Flash Player 14.0.0.145

I found another way, it's a bit of a hack, but whatever download and install the consumer version via: https://www.google.com/chrome/browser/index.html?system=true&standalone=1 this contains an updated pepper flash version, which you can find under %appdata%\Google\Chrome\PepperFlash\14.0.0.145 ...
von ritsovih
11 Jul 2014, 11:35
Forum: Free support
Thema: Google Chrome and Adobe Flash Player 14.0.0.145
Antworten: 3
Zugriffe: 4858

Re: Google Chrome and Adobe Flash Player 14.0.0.145

thanks for the heads-up, didn't realize Chrome was this retarded I did a little research and the only possible solution I was able to find, is to disable the pepper flash plugin, then chrome will revert to the npapi plugin. 3 problems with that: 1- the plugin settings seem to be stored in a json fil...
von ritsovih
26 Jun 2014, 10:06
Forum: Free support
Thema: Windows7-x64 installation with .omg images
Antworten: 6
Zugriffe: 3908

Re: Windows7-x64 installation with .omg images

if you can script the image restore via a batch file then yes How do you script the image restore via a batch file? With which type of image have you done it? Thanks for the help... I don't know how O&O works, that's for you to work out. But you can build a regular unattend windows 7 netboot pr...
von ritsovih
24 Jun 2014, 16:17
Forum: Free support
Thema: Windows7-x64 installation with .omg images
Antworten: 6
Zugriffe: 3908

Re: Windows7-x64 installation with .omg images

if you can script the image restore via a batch file then yes
von ritsovih
19 Jun 2014, 14:00
Forum: Free support
Thema: Uninstalling IE11
Antworten: 3
Zugriffe: 3549

Re: Uninstalling IE11

try it with: c:\windows\system32\wusa.exe /uninstall /kb:2841134 /quiet /norestart
von ritsovih
13 Nov 2013, 11:16
Forum: Free support
Thema: Problem with Firefox configuration
Antworten: 4
Zugriffe: 5198

Re: Problem with Firefox configuration

I find it easier to handle all deployment logic via a regular batchfile, which I call via an OPSI script with the DosInAnIcon function. The batchfile always produces an exitcode, which gets interpreted with the opsi function Sub_check_exitcode, so I can determine whether the script has run successfu...
von ritsovih
12 Nov 2013, 15:40
Forum: Free support
Thema: Problem with Firefox configuration
Antworten: 4
Zugriffe: 5198

Re: Problem with Firefox configuration

I'm pretty sure that you don't need to do it like you are doing it now. you can use a prefs.js file which contains your settings and copy that to c:\program files\mozilla Firefox\browser\defaults\profile after installing firefox. all new firefox profiles will contain those settings. already present ...
von ritsovih
29 Aug 2013, 08:48
Forum: Free support
Thema: opsi-winst exit codes?
Antworten: 2
Zugriffe: 2860

Re: opsi-winst exit codes?

Hi,

Ok, expected as much. Then I'll wait.

danke schön,

Ritch