Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
919164ac
Commit
919164ac
authored
Jun 08, 2008
by
Jean-Paul Saman
Browse files
Revert "Desactivate activex until it's fixed"
This reverts commit
722f244d
.
parent
9f2297e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/package/win32/vlc.win32.nsi.in
View file @
919164ac
...
...
@@ -531,14 +531,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
...
...
@@ -607,8 +607,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} \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment