Commit 9c9649fe authored by Antoine Cellerier's avatar Antoine Cellerier

Woops

parent 45ce7ee8
...@@ -411,7 +411,7 @@ SectionEnd ...@@ -411,7 +411,7 @@ SectionEnd
Section /o "Mozilla plugin" SEC03 Section /o "Mozilla plugin" SEC03
SectionIn 2 3 SectionIn 2 3
!insertmacro InitUninstallLog !insertmacro OpenUninstallLog
!insertmacro InstallFolder mozilla !insertmacro InstallFolder mozilla
!insertmacro CloseUninstallLog !insertmacro CloseUninstallLog
...@@ -452,7 +452,7 @@ SectionEnd ...@@ -452,7 +452,7 @@ SectionEnd
Section "ActiveX plugin" SEC04 Section "ActiveX plugin" SEC04
SectionIn 2 3 SectionIn 2 3
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
!insertmacro InitUninstallLog !insertmacro OpenUninstallLog
!insertmacro InstallFile activex\axvlc.dll !insertmacro InstallFile activex\axvlc.dll
!insertmacro CloseUninstallLog !insertmacro CloseUninstallLog
RegDLL "$INSTDIR\axvlc.dll" RegDLL "$INSTDIR\axvlc.dll"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment