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

How to delete cookies in installscript


1 reply to this topic

jm_bernz

jm_bernz
  • Full Members
  • 2 posts

Posted 23 May 2008 - 02:40

Hi,

This is my first post. smile.gif

Just want to ask if it is possible to delete user's cookies through installscript?

Thanks in advance for your help.

jm_bernz

jm_bernz
  • Full Members
  • 2 posts

Posted 26 May 2008 - 03:56

About the problem, I found a very useful article and sample in CodeProject. Here's the link: http://www.codeproje...kieMonster.aspx

By using the LaunchAppAndWait, then create a similar project above given user's name (computer name) and what cookie to be deleted because I don't want to delete all the cookies, it solved the problem.