GPO WinZip installation
Hallo Zusammen,
ich habe eine Frage an euch,
ich bin gerade an der Softwareverteilung über GPOs drann und will das WinZip verteilen, so weit so gut.
nun muss ich aber noch das WinZip auf allen Rechnern registrieren, dazu habe ich eine wzmul-Datei vom WinZip.
laut der WinZip beschreibung muss ich die nur in den Programmordner hineinkopieren und gut ist, leider klappt das nicht.
wenn ich die Datei ausführe, muss man 2mal mit yes und ok bestätigen.
gibt es eine möglichkeit das zu umgehen, sprich das der User nichts davon mitbekommt?
danke
gruss Lars
ich habe eine Frage an euch,
ich bin gerade an der Softwareverteilung über GPOs drann und will das WinZip verteilen, so weit so gut.
nun muss ich aber noch das WinZip auf allen Rechnern registrieren, dazu habe ich eine wzmul-Datei vom WinZip.
laut der WinZip beschreibung muss ich die nur in den Programmordner hineinkopieren und gut ist, leider klappt das nicht.
wenn ich die Datei ausführe, muss man 2mal mit yes und ok bestätigen.
gibt es eine möglichkeit das zu umgehen, sprich das der User nichts davon mitbekommt?
danke
gruss Lars
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 121180
Url: https://administrator.de/contentid/121180
Ausgedruckt am: 22.11.2024 um 20:11 Uhr
2 Kommentare
Neuester Kommentar
Hier ist die Lösung von der WinZip-Seite:
Zum Weiteren Nachlesen: KLICK
How do I avoid the installation Wizard and all those "Next" buttons?When you run WINZIP32.EXE, previously mentioned, you go through the entire installation process and you must reply to each panel in the installation wizard. WinZip has a way to install silently. Silent installs can be managed by packages like Microsoft's System Management Server (SMS).The /AUTOINSTALL variable is added to the end of the WINZIP32.EXE command line to perform silent installations of WinZip.Note: Prior to running the Wizard installation with the/autoinstall switch you must copy the WinZip.wzmul registration file to CSIDL_Common_AppDATA, the file directory containing application data for all users into a subfolder called WinZip. A typical path is C:\Documents and Settings\All Users\Application Data\WinZip. (A typical path on Windows Vista is: C:\ProgramData\WinZip).Instead of using: "N:\Program Files\WinZip\WINZIP32.EXE" or "C:\Program Files\WinZip\WINZIP32.EXE"Use: "N:\Program Files\WinZip\WINZIP32.EXE" /autoinstall or "C:\Program Files\WinZip\WINZIP32.EXE" /autoinstallBe sure to use "WINZIP32.EXE". Not WINZIP121.EXE. Not SETUP.EXE.Be sure there is a space between WINZIP32.EXE and /autoinstall.Please Note: The /autoinstall switch, when used on its own, facilitates an automatic installation of WinZip with default installation settings, using the default Classic interface, as if the user had manually selected the "Express setup" option. The default installation settings include the creation of a program group, desktop and start menu shortcuts for all users, addition of the Quick Pick tray icon in the startup folder for all users, creation of WinZip file associations for all users, and configuration of WinZip's Check for Updates feature, among other things.
Zum Weiteren Nachlesen: KLICK