Tomasz wrote:
 
> yeah I noticed it doesn"t work as it should :(
> in fact the notifying doesn"t work with XP SP2 at all, even though 
> enabled, and that"s why I thought /nonotify works.
 
> http://support.microsoft.com/default.aspx?scid=kb;en-us;839018
 
> maybe we should remove this whole notifying anyway? is anyone actually 
> using it? I got the impression that it"s only annoying :)

Never used it (/disabling/ the NET-SEND-Windows-service is one of the first
things I do on a new Windows Installation.)
Although I think some people might find it useful. 

 
-------------
>> I can implement the "Installing and UnInstalling on a certain date"
>> as a checkCondition.
 
> that"d be nice :)
 

Thinking further, there do arise some difficulties:

1. <check type="date" condition="installafter" value"01.01.06" /> does a
successfull installation on or after January 1st next year.
2. <check type="date" condition="removeafter" value"31.01.06" cmd="remove"
/> removes the installation starting from February 1st next year.
3. NOW (1.) does reinstall the programm!
so we do need two conditions for (1.): 

<check type="date" condition="installafter" value"01.01.06" />  AND
<check type="date" condition="installbefore" value"01.02.06" />
(still the uninstall-condition must be given too)

Another possibility:
<check type="date" condition="installevery" value"monday" />
<check type="date" condition="removeevery" value"friday" />

looks promising.

this seems to be a possible solution.
I try to implement both, let's see how far I can go. 


Just popped into my mind: the possibility to use "removeafter" and set the
date life while installation. Could this be needed?

 
my two cents for today...

Gordon Klimm

-- 
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to