
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Uninstall Application through windows shortcut???
Started by
goldragon
, Oct 26 2003 03:35
1 reply to this topic
Posted 26 October 2003 - 03:35
I am having trouble of finding ways to uninstall my application through windows shortcut. any suggestions? for Installshield Professional 7

Posted 24 November 2003 - 19:53

szFile1 = COMMONFILES ^ "InstallShield\\Professional\\RunTime\\0700\\Intel32\\Ctor.dll";
LongPathToQuote ( szFile1 , TRUE );
szFile2 = PROGRAMFILES ^ "InstallShield Installation Information" ^ PRODUCT_GUID ^ "setup.exe";
LongPathToQuote ( szFile2 , TRUE );
szCommandLine = "RunDll32 " + szFile1 + ",LaunchSetup " + szFile2;
nIcon = 0;
AddFolderIcon ( FOLDER_PROGRAMS , "Uninstall" , szCommandLine , szWorkingDir , szIconPath , nIcon , szShortCutKey , REPLACE );