Changeset 919164ac4d30e90a44a21a35be8377b25f69f804
- 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
| r15a5a37 |
r919164a |
|
| 532 | 532 | SectionEnd |
|---|
| 533 | 533 | |
|---|
| 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 |
|---|
| | 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 |
|---|
| 542 | 542 | |
|---|
| 543 | 543 | Section "Discs Playback" SEC05 |
|---|
| … | … | |
| 608 | 608 | !insertmacro MUI_DESCRIPTION_TEXT ${SEC03} \ |
|---|
| 609 | 609 | "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" |
|---|
| 612 | 612 | !insertmacro MUI_DESCRIPTION_TEXT ${SEC05} \ |
|---|
| 613 | 613 | "DVD and CD playback registration" |
|---|