Jump to content


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.
Photo

Uninstall Application through windows shortcut???


1 reply to this topic

goldragon

goldragon
  • Members
  • 1 posts

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 ph34r.gif

michaelr

michaelr
  • Members
  • 1 posts

Posted 24 November 2003 - 19:53

blink.gif I think you can try this.
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 );