VLC

Post Reply
mschwarzer
Posts: 108
Joined: 20. Mar 2012, 16:37
Contact:

VLC

Post by mschwarzer » 16. Mar 2016, 13:17

Hallo Zusammen,

hat jemand von euch schon ein mmal einen der aktuelleren VLC Player Releases paketiert?

Die aktuelle Version (vlc-2.2.2-win32.exe) kommt wohl nur mit einem Silent Schalter daher. Die Sprachumstellung soll auch per Schalter funktionieren, klappt bei mir aber noch nicht.

Viel wichtiger finde ich die Optionen, dass man z.B. keine BrowserPlugins installieren lässt und die Abfrage nach dem 1. Start, bei dem man den download von Meta Failes und Auto Update zulassen/verweigern kann.

Im Netz findet man nur sehr umständliche Wege in dem man eine zuvor erstellte Konfiguration (auch hier lässt sich nicht alles einstellen) per Batch in die Userprofile kopiert.

Hat jemand eine Idee wie man das Ganze hinbekommen kann?

dirkh
Posts: 29
Joined: 10. Jun 2013, 15:01
Contact:

Re: VLC

Post by dirkh » 16. Mar 2016, 15:07

in 2.2.0 konnte man alles in der Datei vlcrc im "%AppData%\vlc" folder machen. Geht das nicht mehr?

mschwarzer
Posts: 108
Joined: 20. Mar 2012, 16:37
Contact:

Re: VLC

Post by mschwarzer » 17. Mar 2016, 10:52

Doch das sollte grundsätzlich gehen.

Habe mir das ganze mal mit dem DIFF angeschaut und daraus die folgende Setup.inf gebaut

Das Problem das ich habe ist, dass der Userteil, also das kopieren der "vlcrc"-Datei nicht stattfindet.
Woran kann das liegen?

Code: Select all

[SetupInfo]
Author                  =
CreationDate            =16.03.2016 11:54:51
InventoryID             =
Description             =
Method                  =
Tested on               =
Dependencies            =
Command line options    =/AW /S0
Last Change             =
Build                   =

[VarDefInfo]
; <Variable>, <Type: 0=Computer 1=User>, <Allow NULL values: 0=No 1=Yes>

[Setup]
Version=14.2
ShowCaption=1
BlockInput=0
Platform=x86

[Requirements]

[Application]
ProductName=VLC Media Player
DeveloperName=VideoLan
Version=2.2.2
Revision=0
SetupName=%ProductName% %Version% %SetupWizard%
Text1="%ProductName% %Version%",         Arial,           30, , 2170F3, 4,    , LEFT BOLD ITALIC
Text2="%DeveloperName%",                 Arial,           24, , 2170F3, 4,    , LEFT BOLD ITALIC
Text8="%Company%",                       Arial,           18, , 2170F3, 4,  10, RIGHT BOLD ITALIC
Text9="%InstallationFor% %WindowsUser%", Arial,           16, , 2170F3, 4, -18, BOTTOM ITALIC LEFT
BackgroundColor=EFEFEF,000000
CopyDialogRect=0%, 0%, 100%, 100%, HCENTER VCENTER

; Register all installations in common registry key
UserKeyName=$Matrix42Packages$\%DeveloperName%\%ProductName%
MachineKeyName=$Matrix42Packages$\%DeveloperName%\%ProductName%\%Version%
UninstallKeyName=Matrix42 - %DeveloperName% %ProductName% %Version%
UninstallDisplayName=Matrix42 - %DeveloperName% %ProductName% %Version%
UninstallString=%ReinstallString% /U
ReinstallString="%CommonSetupDir%\Setup.exe" "%App%\%SetupInfDir%\Setup.inf"
;UninstallDisplayIcon="%ApplicationDir%\%SetupInfDir%\Setup.ico",0
UninstallOptions=NOREMOVE NOREPAIR NOMODIFY
ReinstallMode=1
SrcDir=..

; Matrix42 Scripts are copied in a common scripts directory
ApplicationDir=%CommonAppData%\$Matrix42Scripts$\%DeveloperName%\%ProductName%\%Version%

SetupInfDir=Install
DataDir=%Personal%
AskUninstallOld=1
ShellLinks=1
CommonShellLinks=1
CreateUnresolvableShellLinks=1
UseStringSection=Strings:09
UseSysStringSection=SysStrings:09
DateWarning=1
SizeWarning=0
Reboot=0
PreventExternalReboot=1
StartServicesOnReboot=0
CallTimeOut=3600
AbortAfterCallTimeOut=1
DisableCancelButton=1
ShowEndMessage=1
EndMessage=%EndMessageDesc%

[Strings:07]
Disk1=Installationsmedium 1
EndMessageDesc=Die Installation wurde erfolgreich abgeschlossen!
ErrorLogMessage=Die Installation/Deinstallation wurde mit einer Fehlermeldung abgebrochen!
InstallationFor=Installation für:
InstallerDesc=Dienstprogramm zum Installieren einzelner Komponenten.
InstallerName=Installationsprogramm
SetupWizard=Installations-Assistent
Uninstallation=deinstallieren
ErrorText=Fehler
CallingText=beim Aufruf von

[Strings:09]
Disk1=Installation media 1
EndMessageDesc=Installation was completed successfully!
ErrorLogMessage=The installation/uninstallation aborted with an error message!
InstallationFor=Installation for:
InstallerDesc=Service program to install single components.
InstallerName=Setup program
SetupWizard=Installation Wizard
Uninstallation=Uninstallation
ErrorText=Error
CallingText=launching

[SysStrings:07]
Users=Benutzer

[SysStrings:09]
Users=Users

[Environment]
CommonSetupDir=%CommonFilesDir%\Setup%SetupBits%
V_MachineValuesPath=\\%EmpirumServer%\Values$\MachineValues\%DomainName%
V_UserValuesPath=%HKLM,"Software\matrix42\Software Depot","HomeServer"%\Values$\UserValues\%UserDomain%

; Maschinenabhängige Variablen
; machine dependent variables
;VM_<Variable>=%%%V_MachineValuesPath%\%ComputerName%.ini,%ComputerName%,<Variable>%%

; Userabhängige Variablen
; user dependent variables
;VU_<Variable>=%%%V_UserValuesPath%\%WindowsUser%.ini,%WindowsUser%,<Variable>%%

; !!! Setzen der entsprechenden ReplaceEnv Befehle für die Variablen im Abschnitt [Product] nicht vergessen!!!
; !!! Don't forget to set the appropriate ReplaceEnv instructions for the variables in the section [Product]!!!

[Encryption]

[Disks]
1=%Disk1%

[Options]
Installer = %InstallerName%, COPYALWAYS, Installer, "%InstallerDesc%"
Product   = %ProductName%,   COPYALWAYS, Product,   "%ProductDesc%"

[Installer]
1:..\..\..\..\User\Setup.exe,          %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0
1:..\..\..\..\User\SetupDeu.chm,       %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0
1:..\..\..\..\User\SetupEnu.chm,       %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0
1:%SetupInfDir%\Setup.inf,                             , NORMAL,                                             0
1:%Temp%\Setup64.exe,                  %CommonSetupDir%\Setup.exe,   ALWAYS NOSIZEWARNING SETUP WINDOWS64,   0
; 1:%SetupInfDir%\Setup.ico,                             , NORMAL,                                           0
; 1:%SetupInfDir%\Logo.bmp,                              , NORMAL,                                           0

[Product]
; ReplaceEnv <Variable>

#Set:Product
#Set:Installation, DONTDELETE
#Set:Deinstallation, DELETE
#Reg:OnUninstallProduct, DELETE
#Reg:Product
#Ini:Product
#Security:Product

[Set:Product]
1:AppData\vlc\vlcrc,       %AppData%, CLIENT ALWAYS,  0

[Set:Installation]
AddMeter -1
Call "%Src%\vlc-2.2.2-win32.exe" /L=de /S
If "%ErrorLevel%" <> "0" Then "SET:InstallationError" EndIf

[Set:Deinstallation]
If "%ErrorLevel%" <> "0" Then "SET:DeInstallationError" EndIf
-Call "%Src%\vlc-2.2.2-win32.exe" 
-AddMeter -1

[Reg:OnUninstallProduct]

[Reg:Product]
HKCU,"Software\VideoLAN",,0x00000010
HKCU,"Software\VideoLAN\VLC","Lang",0x00000000,"de"

[Ini:Product]

[Security:Product]

[Shell:Product]

[Set:InstallationError]
ErrorLogMsg %ErrorText% %ErrorLevel% %CallingText% vlc-2.2.2-win32.exe
Abort

[Set:DeInstallationError]
-Abort
-ErrorLogMsg %ErrorText% %ErrorLevel% %CallingText% vlc-2.2.2-win32.exe


dirkh
Posts: 29
Joined: 10. Jun 2013, 15:01
Contact:

Re: VLC

Post by dirkh » 18. Mar 2016, 11:55

kurzer abriss aus unserer inf:
[Product]
#Set:Installation, DONTDELETE
#vlc_config, CLIENT

[SET:Installation]
Call "%ExtSrc%\vlc-2.2.0-win32.exe" /S

[vlc_config]
If DoesPathExist ("%AppData%\vlc") == "0" Then "vlc_config_make_appdata" EndIf
If DoesPathExist ("%AppData%\vlc") == "1" Then "vlc_config_copy_vlcrc" EndIf

mschwarzer
Posts: 108
Joined: 20. Mar 2012, 16:37
Contact:

Re: VLC

Post by mschwarzer » 18. Mar 2016, 12:17

Ok, du hast ein Pfadüberprüfung für den Userteil eingebaut.
Aber der Befehl
1:AppData\vlc\vlcrc, %AppData%, CLIENT ALWAYS, 0

sollte doch genau das tun: die VLCRC Datei nach Useranmeldung in den angegebenen Pfad kopieren. Verstehe nicht warum das nicht geht.

Vittorio
Posts: 101
Joined: 03. Sep 2015, 08:26
Contact:

Re: VLC

Post by Vittorio » 21. Mar 2016, 08:27

Ich habe VLC paketiert und du musst gar keinen Schalter setzen, weil VLC standarmäßig die Sprache auf "Auto" gesetzt hat ;)

Das ist meine Setup.inf

Code: Select all

[SetupInfo]
Author                  = Vittorio Ranieri
CreationDate            = 05.01.2016 13:40:54 
InventoryID             = 
Description             = VLC 2.2.1.0
Method                  = MSI
Tested on               = Windows 7 x64
Dependencies            = 
Command line options    = /AW /S0
Last Change             = 
Build                   = 01

; --------------------------------------------------------------------------------------------------------------------------------------------------------------------
; Datum, Bearbeiter, Änderung							             
; 							
; 
; 
; --------------------------------------------------------------------------------------------------------------------------------------------------------------------

[VarDefInfo]
; <Variable>, <Type: 0=Computer 1=User>, <Allow NULL values: 0=No 1=Yes>

[Setup]
Version=14.2
ShowCaption=1
BlockInput=0
Platform=*

[Requirements]

[Application]
ProductName=VLC
DeveloperName=VideoLAN
Version=2.2.1.0
Revision=0
SetupName=%ProductName% %Version% %SetupWizard%
Text1="%ProductName% %Version%",         Arial,           30, , 2170F3, 4,    , LEFT BOLD ITALIC
Text2="%DeveloperName%",                 Arial,           24, , 2170F3, 4,    , LEFT BOLD ITALIC
Text8="%Company%",                       Arial,           18, , 2170F3, 4,  10, RIGHT BOLD ITALIC
Text9="%InstallationFor% %WindowsUser%", Arial,           16, , 2170F3, 4, -18, BOTTOM ITALIC LEFT
BackgroundColor=EFEFEF,000000
CopyDialogRect=0%, 77%, 100%, 100%, HCENTER

; Register all installations in common registry key
UserKeyName=_EmpPack\%DeveloperName%\%ProductName%
MachineKeyName=_EmpPack\%DeveloperName%\%ProductName%\%Version%
UninstallKeyName=Matrix42 - %DeveloperName% %ProductName% %Version%
UninstallDisplayName=%ProductName% %Version%
UninstallString=%ReinstallString% /U
ReinstallString="%CommonSetupDir%\Setup.exe" "%App%\%SetupInfDir%\Setup.inf"
UninstallDisplayIcon="%ApplicationDir%\%SetupInfDir%\Setup.ico",0
UninstallOptions=NOREMOVE NOREPAIR NOMODIFY
ReinstallMode=1
SrcDir=..

; Matrix42 Scripts are copied in a common scripts directory
ApplicationDir=%CommonAppData%\_EmpPack\%ProductName%\%Version%

SetupInfDir=Install
DataDir=%Personal%
AskUninstallOld=1
ShellLinks=1
CommonShellLinks=1
CreateUnresolvableShellLinks=1
UseStringSection=Strings:09
UseSysStringSection=SysStrings:09
DateWarning=1
SizeWarning=0
Reboot=0
PreventExternalReboot=1
StartServicesOnReboot=0
CallTimeOut=3600
AbortAfterCallTimeOut=1
DisableCancelButton=1
ShowEndMessage=0
EndMessage=%EndMessageDesc%

[Strings:07]
Disk1=Installationsmedium 1
EndMessageDesc=Die Installation wurde erfolgreich abgeschlossen!
ErrorLogMessage=Die Installation/Deinstallation wurde mit einer Fehlermeldung abgebrochen!
InstallationFor=Installation für:
InstallerDesc=Dienstprogramm zum Installieren einzelner Komponenten.
InstallerName=Installationsprogramm
SetupWizard=Installations-Assistent
Uninstallation=deinstallieren

[Strings:09]
Disk1=Installation media 1
EndMessageDesc=Installation was completed successfully!
ErrorLogMessage=The installation/uninstallation aborted with an error message!
InstallationFor=Installation for:
InstallerDesc=Service program to install single components.
InstallerName=Setup program
SetupWizard=Installation Wizard
Uninstallation=Uninstallation

[SysStrings:07]
Users=Benutzer

[SysStrings:09]
Users=Users

[Environment]
V_MSIInstallerID=1E5D134A574A4854CA303A73FD55526C
ReInstSuccessMessage1031=Die Konfiguration wurde erfolgreich abgeschlossen.
ReInstSuccessMessage1031_1=Die Konfiguration wurde abgeschlossen.
ReInstSuccessMessage1033=Configuration completed successfully.
ReInstSuccessMessage1033_1=Configuration completed.
MSILogFile=%Temp%\MSI_%ProductName%.%Version%.%Revision%.log
CommonSetupDir=%CommonFilesDir%\Setup%SetupBits%
V_MachineValuesPath=\\%EmpirumServer%\Values$\MachineValues\%DomainName%
V_UserValuesPath=%HKLM,"Software\matrix42\Software Depot","HomeServer"%\Values$\UserValues\%UserDomain%
SetupInst=vlc-2.2.1-win32.msi
Sprache=%HKLM,"SYSTEM\CurrentControlSet\Control\Nls\Language","Default"%
InstPfad_X86=%PROGRAMFILES(X86)%\VideoLAN\VLC
ExePfad_X86=%PROGRAMFILES(X86)%\VideoLAN\VLC\vlc.exe
InstPfad_X64=%PROGRAMFILES%\VideoLAN\VLC
ExePfad_X64=%PROGRAMFILES%\VideoLAN\VLC\vlc.exe
GUID_X64=A431D5E1-A475-4584-AC03-A337DF5525C6
UnStr=HKLM,SOFTWARE\Wo26432Node\Microsoft\Windows\CurrentVersion\Uninstall\{A431D5E1-A475-4584-AC03-A337DF5525C6},UnInstallString


; Maschinenabhängige Variablen
; machine dependent variables
;VM_<Variable>=%%%V_MachineValuesPath%\%ComputerName%.ini,%ComputerName%,<Variable>%%

; Userabhängige Variablen
; user dependent variables
;VU_<Variable>=%%%V_UserValuesPath%\%WindowsUser%.ini,%WindowsUser%,<Variable>%%

; !!! Setzen der entsprechenden ReplaceEnv Befehle für die Variablen im Abschnitt [Product] nicht vergessen!!!
; !!! Don't forget to set the appropriate ReplaceEnv instructions for the variables in the section [Product]!!!

[Encryption]

[Processes]
VLC=vlc.exe, VLC,KILLPROCESS ABORT

[Disks]
1=%Disk1%

[Options]
Installer = %InstallerName%, COPYALWAYS, Installer, "%InstallerDesc%"
Product   = %ProductName%,   COPYALWAYS, Product,   "%ProductDesc%"

[Installer]
1:..\..\..\..\User\Setup.exe,          %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0
1:..\..\..\..\User\SetupDeu.chm,       %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0
1:..\..\..\..\User\SetupEnu.chm,       %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0
1:%SetupInfDir%\Setup.inf,                             , NORMAL,                                             0
1:%Temp%\Setup64.exe,                  %CommonSetupDir%\Setup.exe,   ALWAYS NOSIZEWARNING SETUP WINDOWS64,   0
1:%SetupInfDir%\Setup.ico,                             , NORMAL,                                           0
; 1:%SetupInfDir%\Logo.bmp,                              , NORMAL,                                           0

[Product]
; ReplaceEnv <Variable>

ReplaceEnv SetupInst
ReplaceEnv Sprache
ReplaceEnv InstPfad_X86
ReplaceEnv ExePfad_X86
ReplaceEnv InstPfad_X64
ReplaceEnv ExePfad_X64
ReplaceEnv GUID_X64
ReplaceEnv UnStr

#CheckRevisionChanges, DONTDELETE
#Set:Product, DONTDELETE
#Set:Deinstallation, DELETE
#Set:ChangeMSISourcelist, DONTDELETE
#Reg:Product, DONTDELETE
#DoMinorUpdate, DONTDELETE

-ReplaceEnv UnStr
-ReplaceEnv GUID_X64
-ReplaceEnv ExePfad_X64
-ReplaceEnv InstPfad_X64
-ReplaceEnv ExePfad_X86
-ReplaceEnv InstPfad_X86
-ReplaceEnv Sprache
-ReplaceEnv SetupInst

[CheckRevisionChanges]
;Überprüft, ob die Revision auf dem Client < Revision auf dem Empirum Server ist. 
;Wenn ja, werden nur die zusätzliche Updates installiert
;Wenn kein Regkey existiert (es existiert einfach kein Softwarepaket), wird die Anwendung + Updates installiert
Set LocalRevision=%%HKLM,Software\%MachineKeyName%\Setup,Revision%%
ReplaceEnv LocalRevision
IF "%LocalRevision%" < "%Revision%" & "%LocalRevision%" <> "" THEN "OnlyDoRevisionUpdate" EndIf

[OnlyDoRevisionUpdate]

[Set:Product]
;Wenn der Prozess aktiv ist
If DoesProcessExist ("vlc.exe") == "1" Then "KillProzess" EndIf
;x86-Version
;Anwendung wurde installiert & lokale Anwendungsversion < Empirum Anwendungsversion ---> Deinstallation der alten Version
If DoesFileExist ("%ExePfad_X86%") == "1" & FileVersion ("%ExePfad_X86%") < %Version% Then "DeinstallationAlteVersion_x86" EndIf
;Anwendung wurde installiert & lokale Anwendungsversion >= Empirum Anwendungsversion ---> Installationsabbruch
If DoesFileExist ("%ExePfad_X86%") == "1" & FileVersion ("%ExePfad_X86%") >= %Version% Then "InstallationAbbruch" EndIf
;x64-Version
;Anwendung wurde installiert & lokale Anwendungsversion < Empirum Anwendungsversion ---> Deinstallation der alten Version
If DoesFileExist ("%ExePfad_X64%") == "1" & FileVersion ("%ExePfad_X64%") < %Version% Then "DeinstallationAlteVersion_x64" EndIf
;Anwendung wurde installiert & lokale Anwendungsversion >= Empirum Anwendungsversion ---> Installationsabbruch
If DoesFileExist ("%ExePfad_X64%") == "1" & FileVersion ("%ExePfad_X64%") >= %Version% Then "InstallationAbbruch" EndIf
Del "%MSILogFile%"
If DoesRegKeyExist ("HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A431D5E1-A475-4584-AC03-A337DF5525C6},UnInstallString") == "1" | DoesRegKeyExist ("HKLM,SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{A431D5E1-A475-4584-AC03-A337DF5525C6},UnInstallString") == "1" Then "InstallationAbbruch" Else "InstallMSI" EndIf

[RepairMSI]
;Versteckt die Sicherheitswarnung
SET SEE_MASK_NOZONECHECKS=1
;Wenn der Prozess aktiv ist
If DoesProcessExist("vlc.exe") == "1" Then "KillProzess" EndIf
Call MsiExec /Fvomus "%SRC%\%SetupInst%" REBOOT=REALLYSUPPRESS ARPSYSTEMCOMPONENT=1 /qn /Li "%MSILogFile%"
If %ErrorLevel% <> "0" & %ErrorLevel% <> "3010" Then "AbortMSIInst" EndIf
If %ErrorLevel% == "3010" Then "RebootRequired" EndIf
If DoesTextInFileExist ("%ReInstSuccessMessage1031%", "%MSILogFile%") == "0" & DoesTextInFileExist ("%ReInstSuccessMessage1031_1%", "%MSILogFile%") == "0" & DoesTextInFileExist ("%ReInstSuccessMessage1033%", "%MSILogFile%") == "0" & DoesTextInFileExist ("%ReInstSuccessMessage1033_1%", "%MSILogFile%") == "0" Then "AbortMSIInst" EndIf
Del "%MSILogFile%"

[InstallMSI]
;Versteckt die Sicherheitswarnung
SET SEE_MASK_NOZONECHECKS=1
;Installation
Call MsiExec /I "%SRC%\%SetupInst%" REBOOT=REALLYSUPPRESS ARPSYSTEMCOMPONENT=1 /qn /Li "%MSILogFile%"
If %ErrorLevel% == "3010" Then "RebootRequired" EndIf
If %ErrorLevel% <> "0" & %ErrorLevel% <> "3010" Then "AbortMSIInst" EndIf
Del "%MSILogFile%"

[Set:Deinstallation]
-Del "%MSILogFile%"
If %ErrorLevel% <> "0" & %ErrorLevel% <> "3010" Then "AbortMSIUnInst" EndIf
If %ErrorLevel% == "3010" Then "RebootRequired" EndIf
-DelTree "%APPDATA%\vlc"
-DelTree "C:\Program Files (x86)\VideoLAN"
-Sleep 3000
-CallHidden "%InstPfad_X86%\uninstall.exe" /S
-Call MsiExec /X {%GUID_X64%} REBOOT=REALLYSUPPRESS /qn /Li "%MSILogFile%"
;Zwei Deinstallationen werden benötigt: MSI+Exe 
If DoesProcessExist ("vlc.exe") == "1" Then "KillProzess" EndIf
;Wenn der Prozess aktiv ist

[RebootRequired]
SetReboot 1
-SetReboot 1

[AbortMSIInst]
ErrorLogMsg %ErrorLogMessage% ErrorLevel: %ErrorLevel%
Abort

[AbortMSIUnInst]
-Abort
-ErrorLogMsg %ErrorLogMessage% ErrorLevel: %ErrorLevel%

[SET:ChangeMSISourcelist]
ReplaceRegValue (HKCR,"Installer\Products\%V_MSIInstallerID%\Sourcelist","LastUsedSource","\\%EmpirumServer%","\\%%EmpirumServer%%", 1)
ReplaceRegValue (HKCR,"Installer\Products\%V_MSIInstallerID%\Sourcelist\Net","1","\\%EmpirumServer%","\\%%EmpirumServer%%", 1)

[Reg:Product]
;Versteckt PDFCreator in der Systemsteurung
HKLM,"SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\VLC.de media player","SystemComponent",0x00010001,"0x0000001"

[DoMinorUpdate]
;Dateien/Regkeys hier einfügen

[Shell:Product]

[InstallationAbbruch]
-HKLM,"SOFTWARE\%MachineKeyName%"
ErrorLogMsg "Die Version %Version% wurde schon installiert und kein Softwarepaket wird benötigt"
Abort

[DeinstallationAlteVersion_x86]
CallHidden "%InstPfad_X64%\uninstall.exe" /S
Sleep 6000
-DelTree "%InstPfad_X86%"

[DeinstallationAlteVersion_x64]
CallHidden "%InstPfad_X64%\uninstall.exe" /S
Sleep 6000
-DelTree "%InstPfad_X64%"

[KillProzess]
;Wenn der Prozess aktiv ist
AskKillProcesses 60, VLC
Sleep 5000
-Sleep 5000
-AskKillProcesses 60, VLC
Die Setup-Datei (MSI+Exe), die du benötigst, kannst du hire finden http://www.vlc.de/vlc_download_msi.php

Mein Verzeichnisbaum ist Packages/VideoLAN/VLC/2.2.1.0 und hier unten findest du

-Install
--Setup.ico
--Setup.inf
--Setup.org
-vlc-2.2.1-win32.exe
-vlc-2.2.1-win32.msi

mschwarzer
Posts: 108
Joined: 20. Mar 2012, 16:37
Contact:

Re: VLC

Post by mschwarzer » 21. Mar 2016, 13:32

Oha, viel Mühe haste dir da gegeben.

Ist das nicht so dass die MSI von vlc.de mit "Beiwerk" daherkommt? Verbiegt z.B. die Browsersuche....

Wo konfigurierst/kopierst du denn die VLC Einstellungen?

Vittorio
Posts: 101
Joined: 03. Sep 2015, 08:26
Contact:

Re: VLC

Post by Vittorio » 23. Mar 2016, 08:16

Die sind unter C:\Users\benutzername\AppData\Roaming\vlc (wäre es %appdata%/vlc), dann brauchst du auch den /AW Schalter. Ja das Setup versteckt alles bei der Installation

Post Reply

Return to “Paketierung”

Who is online

Users browsing this forum: No registered users and 3 guests