Changeset 722f244d86015adc90ec9c7687856d941a5bf207

Show
Ignore:
Timestamp:
06/06/08 00:54:39 (3 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1212706479 +0100
git-parent:

[1bf957985128b9b4b294ae84f4558172cbcb89c2]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1212706479 +0100
Message:

Desactivate activex until it's fixed

Files:

Legend:

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

    rae7fd38 r722f244  
    531531SectionEnd 
    532532 
    533 Section "ActiveX plugin" SEC04 
    534   SectionIn 1 3 
    535   SetOutPath "$INSTDIR" 
    536   !insertmacro OpenUninstallLog 
    537   !insertmacro InstallFile activex\axvlc.dll 
    538   !insertmacro CloseUninstallLog 
    539   RegDLL "$INSTDIR\axvlc.dll" 
    540 SectionEnd 
     533;Section "ActiveX plugin" SEC04 
     534;  SectionIn 1 3 
     535;  SetOutPath "$INSTDIR" 
     536;  !insertmacro OpenUninstallLog 
     537;  !insertmacro InstallFile activex\axvlc.dll 
     538;  !insertmacro CloseUninstallLog 
     539;  RegDLL "$INSTDIR\axvlc.dll" 
     540;SectionEnd 
    541541 
    542542Section "Discs Playback" SEC05 
     
    607607  !insertmacro MUI_DESCRIPTION_TEXT ${SEC03} \ 
    608608    "The VLC Mozilla and Mozilla Firefox plugin" 
    609   !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} \ 
    610     "The VLC ActiveX plugin" 
     609;  !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} \ 
     610;    "The VLC ActiveX plugin" 
    611611  !insertmacro MUI_DESCRIPTION_TEXT ${SEC05} \ 
    612612    "DVD and CD playback registration"