;Compile using http://nsis.sf.net ;Copyright 2004 Bill Talcott http://www.invisibill.net SilentInstall silent CRCCheck on name "InvisiBill's SpamCop Launcher" OutFile "SpamCop.exe" Icon "SpamCop.ico" Section "DoIt" ExecShell open "http://www.spamcop.net/" SectionEnd