1 ; The name of the installer
2 Name "Ogg Vorbis DirectShow filter collection"
8 LicenseText "This installer will install the Ogg Vorbis DirectShow filter collection. Please read the license below."
9 LicenseData license
.txt
11 ; hide the "show details" box
16 ; The stuff to install
17 Section "ThisNameIsIgnoredSoWhyBother?"
21 File "C:\WINDOWS\SYSTEM32\msvcr70.DLL"
22 File "release\ogg.DLL"
23 File "release\vorbis.DLL"
24 File "release\vorbisenc.DLL"
25 File "release\OggDS.DLL"
26 Exec "regsvr32 $SYSDIR\OggDS.DLL /s"
27 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OggDS" "DisplayName" "Direct Show Ogg Vorbis Filter (remove only)"
28 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OggDS" "UninstallString" '"$SYSDIR\OggDSuninst.exe"'
31 UninstallText "This will uninstall Direct Show Ogg Vorbis Filter."
32 UninstallExeName
"$SYSDIR\OggDSuninst.exe"
35 DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OggDS"
36 Exec "regsvr32 /u /s $SYSDIR\OggDS.DLL"
37 Delete $SYSDIR\OggDS
.DLL
38 Delete $SYSDIR\OggDSUninst
.exe