Removing obsolete references to Voria
authorChris Norman <pxegeek@users.sourceforge.net>
Sun, 30 Aug 2009 22:57:25 +0000 (15:57 -0700)
committerChris Norman <pxegeek@users.sourceforge.net>
Sun, 30 Aug 2009 22:57:25 +0000 (15:57 -0700)
synfig-core/win32inst.nsi.in
synfig-studio/win32inst.nsi.in

index d8608a9..e22ae0b 100644 (file)
@@ -90,8 +90,8 @@ SectionEnd
 Section "Start Menu Shortcuts"
 
   SetShellVarContext All
-  CreateDirectory "$SMPROGRAMS\Voria"
-  CreateShortCut "$SMPROGRAMS\Voria\Uninstall Synfig Core.lnk" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" "" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" 0
+  CreateDirectory "$SMPROGRAMS\Synfig"
+  CreateShortCut "$SMPROGRAMS\Synfig\Uninstall Synfig Core.lnk" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" "" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" 0
   
 SectionEnd
 
@@ -119,8 +119,8 @@ Section "un.Start Menu Shortcuts"
 
   ; Remove shortcuts, if any
   SetShellVarContext All
-  Delete "$SMPROGRAMS\Voria\Uninstall Synfig Core.lnk"
-  RMDir "$SMPROGRAMS\Voria"
+  Delete "$SMPROGRAMS\Synfig\Uninstall Synfig Core.lnk"
+  RMDir "$SMPROGRAMS\Synfig"
 
 SectionEnd
 
@@ -132,8 +132,8 @@ Section "Examples"
        File "@srcdir@\examples\*.sifz"
 
        SetShellVarContext All
-       CreateDirectory "$SMPROGRAMS\Voria"
-       CreateShortCut "$SMPROGRAMS\Voria\Examples.lnk" "$INSTDIR\examples" "" "$INSTDIR\examples" 0
+       CreateDirectory "$SMPROGRAMS\Synfig"
+       CreateShortCut "$SMPROGRAMS\Synfig\Examples.lnk" "$INSTDIR\examples" "" "$INSTDIR\examples" 0
 SectionEnd
 
 Section "un.Examples"
@@ -141,8 +141,8 @@ Section "un.Examples"
        RMDir "$INSTDIR\examples"
 
        SetShellVarContext All
-       Delete "$SMPROGRAMS\Voria\Examples.lnk"
-       RMDir "$SMPROGRAMS\Voria"
+       Delete "$SMPROGRAMS\Synfig\Examples.lnk"
+       RMDir "$SMPROGRAMS\Synfig"
 SectionEnd
 
 SectionGroup "PlugIns"
index e13fda1..a2aa784 100644 (file)
@@ -105,9 +105,9 @@ SectionEnd
 Section "Start Menu Shortcuts"
 
   SetShellVarContext All
-  CreateDirectory "$SMPROGRAMS\Voria"
-  CreateShortCut "$SMPROGRAMS\Voria\Uninstall Synfig Studio.lnk" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" "" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" 0
-  CreateShortCut "$SMPROGRAMS\Voria\Synfig Studio.lnk" "$INSTDIR\bin\synfigstudio.exe" "" "$INSTDIR\share\pixmaps\synfig_icon.ico" 0
+  CreateDirectory "$SMPROGRAMS\Synfig"
+  CreateShortCut "$SMPROGRAMS\Synfig\Uninstall Synfig Studio.lnk" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" "" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" 0
+  CreateShortCut "$SMPROGRAMS\Synfig\Synfig Studio.lnk" "$INSTDIR\bin\synfigstudio.exe" "" "$INSTDIR\share\pixmaps\synfig_icon.ico" 0
   
 SectionEnd
 
@@ -142,11 +142,11 @@ Section "Uninstall"
 
   ; Remove shortcuts, if any
   SetShellVarContext All
-  Delete "$SMPROGRAMS\Voria\Uninstall Synfig Studio.lnk"
-  Delete "$SMPROGRAMS\Voria\Synfig Studio.lnk"
+  Delete "$SMPROGRAMS\Synfig\Uninstall Synfig Studio.lnk"
+  Delete "$SMPROGRAMS\Synfig\Synfig Studio.lnk"
 
   ; Remove directories used
-  RMDir "$SMPROGRAMS\Voria"
+  RMDir "$SMPROGRAMS\Synfig"
   RMDir "$INSTDIR"
 
        System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, i 0, i 0)'