//在上边的目录创建卸载的快捷方式!
if GetDisk(FOLDER_PROGRAMS,szCommandLine) < 0 then
SprintfBox (WARNING, '', "不能获得磁盘驱动器名称: %s", szCommandLine);
endif;
szCommandLine = szCommandLine+"//Program Files//InstallShield Installation Information//{3c23b9b6-8cb0-4520-90df-03f33d56463c}//"^"Setup.exe";//这里换成你自己的GUID
szCommandLine = "/""+szCommandLine+"/"";
szWorkingDir = TARGETDIR;
szIconPath = "";
nIcon = 0;
szShortCutKey ="";
szFolderName = szMainFolderName^"卸载";
if ((nError=AddFolderIcon(FOLDER_PROGRAMS,szFolderName,szCommandLine,szWorkingDir,szIconPath,nIcon,szShortCutKey,REPLACE))<0) then
SprintfBox(INFORMATION,"错误","函数调用失败:%d",nError);
endif;