Commit 919164ac authored by Jean-Paul Saman's avatar Jean-Paul Saman

Revert "Desactivate activex until it's fixed"

This reverts commit 722f244d.
parent 9f2297e4
...@@ -531,14 +531,14 @@ Section /o "Mozilla plugin" SEC03 ...@@ -531,14 +531,14 @@ Section /o "Mozilla plugin" SEC03
SectionEnd SectionEnd
;Section "ActiveX plugin" SEC04 Section "ActiveX plugin" SEC04
; SectionIn 1 3 SectionIn 1 3
; SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
; !insertmacro OpenUninstallLog !insertmacro OpenUninstallLog
; !insertmacro InstallFile activex\axvlc.dll !insertmacro InstallFile activex\axvlc.dll
; !insertmacro CloseUninstallLog !insertmacro CloseUninstallLog
; RegDLL "$INSTDIR\axvlc.dll" RegDLL "$INSTDIR\axvlc.dll"
;SectionEnd SectionEnd
Section "Discs Playback" SEC05 Section "Discs Playback" SEC05
SectionIn 1 2 3 SectionIn 1 2 3
...@@ -607,8 +607,8 @@ SectionEnd ...@@ -607,8 +607,8 @@ SectionEnd
"Adds icon to your desktop for easy access" "Adds icon to your desktop for easy access"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC03} \ !insertmacro MUI_DESCRIPTION_TEXT ${SEC03} \
"The VLC Mozilla and Mozilla Firefox plugin" "The VLC Mozilla and Mozilla Firefox plugin"
; !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} \ !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} \
; "The VLC ActiveX plugin" "The VLC ActiveX plugin"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC05} \ !insertmacro MUI_DESCRIPTION_TEXT ${SEC05} \
"DVD and CD playback registration" "DVD and CD playback registration"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC06} \ !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