I'm sorry if this has been answered already; I've been searching the
web and discussions for a couple hours now.

The problem I'm trying to solve is this:  I have a C++ UPS-monitoring
daemon that  needs to send 1 growl notification saying to anyone that
might be logged in, "Your computer is shutting down soon."

I am solving the problem using a fork and exec to 'growlnotify'.  My
program already has a nice installer, and I am trying to figure out
how to add in Growl AND make sure growlnotify gets installed.

I know Adium has a nice installer that makes you go get Growl.  What's
the best practice for a program that also needs 'growlnotify'?  Can I
add 'growlnotify' into my installed program files and if Growl isn't
on the system, let growlnotify fail silently?

I might even like to let my installer scripts run growlnotify to add
the name of my program to the preferences pane so everything is ready
for configuration before the first time I have to display a message.

Thanks for considering.

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to