[Title] Modify remove script(delete p2)
authortaeyoung2.son <taeyoung2.son@samsung.com>
Sat, 3 Dec 2011 13:00:37 +0000 (22:00 +0900)
committertaeyoung2.son <taeyoung2.son@samsung.com>
Sat, 3 Dec 2011 13:00:37 +0000 (22:00 +0900)
[Type] Feature
[Module] Sub
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

packager/windows/remove.bat

index 1e168aa..951961d 100644 (file)
@@ -1,11 +1,11 @@
 @echo off
 
-set shortcut_name="Tizen IDE"
+set shortcut_name="TizenIDE"
 
 :: delims is a TAB followed by a space
 FOR /F "tokens=2* delims=       " %%A IN ('reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v Programs') DO SET start_menu_programs_path=%%B
 rm -r -f "%start_menu_programs_path%\%CATEGORY%\%shortcut_name%.lnk"
-
+rm -r -f "%INSTALLED_PATH%\IDE\p2"
 :: Uninstall Tizen font
 :: del %HOMEDRIVE%\Windows\Fonts\unnamed.ttf