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 ...@@ -530,14 +530,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
...@@ -606,8 +606,8 @@ SectionEnd ...@@ -606,8 +606,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