Changeset 919164ac4d30e90a44a21a35be8377b25f69f804

Show
Ignore:
Timestamp:
14/06/08 10:09:05 (4 months ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1213430945 +0200
git-parent:

[9f2297e41cea0b507a3826192e439c69da66d061]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1212947638 +0200
Message:

Revert "Desactivate activex until it's fixed"

This reverts commit 722f244d86015adc90ec9c7687856d941a5bf207.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/package/win32/vlc.win32.nsi.in

    r15a5a37 r919164a  
    532532SectionEnd 
    533533 
    534 ;Section "ActiveX plugin" SEC04 
    535 ;  SectionIn 1 3 
    536 ;  SetOutPath "$INSTDIR" 
    537 ;  !insertmacro OpenUninstallLog 
    538 ;  !insertmacro InstallFile activex\axvlc.dll 
    539 ;  !insertmacro CloseUninstallLog 
    540 ;  RegDLL "$INSTDIR\axvlc.dll" 
    541 ;SectionEnd 
     534Section "ActiveX plugin" SEC04 
     535  SectionIn 1 3 
     536  SetOutPath "$INSTDIR" 
     537  !insertmacro OpenUninstallLog 
     538  !insertmacro InstallFile activex\axvlc.dll 
     539  !insertmacro CloseUninstallLog 
     540  RegDLL "$INSTDIR\axvlc.dll" 
     541SectionEnd 
    542542 
    543543Section "Discs Playback" SEC05 
     
    608608  !insertmacro MUI_DESCRIPTION_TEXT ${SEC03} \ 
    609609    "The VLC Mozilla and Mozilla Firefox plugin" 
    610 ;  !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} \ 
    611 ;    "The VLC ActiveX plugin" 
     610  !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} \ 
     611    "The VLC ActiveX plugin" 
    612612  !insertmacro MUI_DESCRIPTION_TEXT ${SEC05} \ 
    613613    "DVD and CD playback registration"