再来一次:
1、转到: Script Editor,在脚本(Scripts) 区找到以下一句
If System Has Windows 95 Shell Interface then
然后,选中这一段内的 else
2、双点击左边 Actions 区内的 Create Shortcut ,在出现的对话框内填入以下内容即可:
Source 填 %MAINDIR%/UNWISE.EXE
Destination 填 %GROUP%/删除.lnk
Command 填 %MAINDIR%/INSTALL.LOG
Icon Number 填 0
3、填写完后,脚本会如下:
If System Has Windows 95 Shell Interface then
Get Registry Key Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders place in Variable STARTUPDIR
Get Registry Key Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders place in Variable DESKTOPDIR
Get Registry Key Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders place in Variable STARTMENUDIR
Get Registry Key Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders place in Variable GROUPDIR
Get Registry Key Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders place in Variable CSTARTUPDIR
Get Registry Key Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders place in Variable CDESKTOPDIR
Get Registry Key Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders place in Variable CSTARTMENUDIR
Get Registry Key Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders place in Variable CGROUPDIR
Set Variable CGROUP_SAVE to %GROUP%
Set Variable GROUP to %GROUPDIR%/%GROUP%
Create Shortcut from %MAINDIR%/UNWISE.EXE to %GROUP%/删除.lnk
else
===================
以上是 Wise 的标准做法!