Change-Id: I4b0a210a31e320484cb80aec9cbcbdb6a70a2956
set program_path=%INSTALLED_PATH%\tools\dynamic-analyzer
set execute_path=%program_path%\%execute_file%
set icon_path=%program_path%\resources\icons
+set subdir1=true
echo Setting shortcut...
-wscript.exe "%MAKESHORTCUT_PATH%" /shortcut:"%shortcut_name%" /target:"%execute_path%" /icon:"%icon_path%\%icon_file%"
+wscript.exe "%MAKESHORTCUT_PATH%" /shortcut:"%shortcut_name%" /target:"%execute_path%" /icon:"%icon_path%\%icon_file%" /subdir1:"%subdir1%"
echo Make shortcut success.