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

HELP NEEDED custom DLL for uninstall


1 reply to this topic

harishv

harishv
  • Members
  • 25 posts

Posted 31 July 2003 - 01:33

Hi Folks,

I have written a DLL (MyUnist.dll) that will make modifications while UnInstallShield is kicked off. But, I dont understand how i give my log file in DeInstallStart(). This function already has a log file UnInst.isu as the standard uninstall log file.

Now, how do i add my MyUnist.isu log file into this call!? The catch being that I can only call DeInstallStart() once right? Also, my log file reads like this..

/******************* MyUnist.isu **************************/
IsUnist.exe -fMyUnist.isu -cMyUnist.dll

Is this ok? Thanks in advance.

Best Regards
HV

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 31 July 2003 - 08:25

Look at the help file for UninstInitialize for instructions how to call a custom uninstall DLL.
You will also have to modify the uninstall regístry entry to include your command line parameters.