Commit 722f244d authored by Christophe Mutricy's avatar Christophe Mutricy

Desactivate activex until it's fixed

parent 1bf95798
......@@ -530,14 +530,14 @@ Section /o "Mozilla plugin" SEC03
SectionEnd
Section "ActiveX plugin" SEC04
SectionIn 1 3
SetOutPath "$INSTDIR"
!insertmacro OpenUninstallLog
!insertmacro InstallFile activex\axvlc.dll
!insertmacro CloseUninstallLog
RegDLL "$INSTDIR\axvlc.dll"
SectionEnd
;Section "ActiveX plugin" SEC04
; SectionIn 1 3
; SetOutPath "$INSTDIR"
; !insertmacro OpenUninstallLog
; !insertmacro InstallFile activex\axvlc.dll
; !insertmacro CloseUninstallLog
; RegDLL "$INSTDIR\axvlc.dll"
;SectionEnd
Section "Discs Playback" SEC05
SectionIn 1 2 3
......@@ -606,8 +606,8 @@ SectionEnd
"Adds icon to your desktop for easy access"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC03} \
"The VLC Mozilla and Mozilla Firefox plugin"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC04} \
"The VLC ActiveX plugin"
; !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} \
; "The VLC ActiveX plugin"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC05} \
"DVD and CD playback registration"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC06} \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment