summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-27 13:16:07 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-27 13:16:07 +0100
commit475ecb67af7af522ec8796ea1bf0d16602c78273 (patch)
tree6a8eb77777211b2ac6903d22858df0afc3188212 /windows
parent0efe439f5e2ff5546a75088cca32572e4ffe4341 (diff)
Clean up a few bits.
Diffstat (limited to 'windows')
-rw-r--r--windows/installer.nsi.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/windows/installer.nsi.in b/windows/installer.nsi.in
index aa2a0dd26..a0c731c31 100644
--- a/windows/installer.nsi.in
+++ b/windows/installer.nsi.in
@@ -70,19 +70,6 @@ File "%binaries%/src/wx/dvdomatic-wx.dll"
File "%binaries%/src/lib/dvdomatic.dll"
File "%binaries%/src/tools/dvdomatic.exe"
-CreateDirectory "$INSTDIR\etc\gtk-2.0"
-SetOutPath "$INSTDIR\etc\gtk-2.0"
-File "%deps%/etc/gtk-2.0/im-multipress.conf"
-File "%deps%/etc/gtk-2.0/gtkrc"
-File "%deps%/etc/gtk-2.0/gtk.immodules"
-
-CreateDirectory "$INSTDIR\etc\pango"
-SetOutPath "$INSTDIR\etc\pango"
-File "%deps%/etc/pango/pango.modules"
-
-SetOutPath "$PROFILE"
-File "%resources%/.gtkrc-2.0"
-
CreateShortCut "$DESKTOP\DVD-o-matic.lnk" "$INSTDIR\bin\dvdomatic.exe" ""
CreateDirectory "$SMPROGRAMS\DVD-o-matic"
@@ -108,4 +95,3 @@ DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\DVD-o-matic"
DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DVD-o-matic"
SectionEnd
- \ No newline at end of file