Difference between revisions of "WinCalendarTime"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
 
Line 1: Line 1:
 
== WinCalendarTime ==
 
== WinCalendarTime ==
 +
 +
Silent install for WinCalendarTime.
  
 
[http://wincalendartime.sourceforge.net/ WinCalendarTime] "replaces the standard Windows clock with an enhanced clock, if you click on it a calendar is displayed."  (It's like the nice GNOME clock!)
 
[http://wincalendartime.sourceforge.net/ WinCalendarTime] "replaces the standard Windows clock with an enhanced clock, if you click on it a calendar is displayed."  (It's like the nice GNOME clock!)

Latest revision as of 11:01, 1 May 2008

WinCalendarTime

Silent install for WinCalendarTime.

WinCalendarTime "replaces the standard Windows clock with an enhanced clock, if you click on it a calendar is displayed." (It's like the nice GNOME clock!)

Package definition

<package
    id="wincalendartime"
    name="WinCalendarTime"
    revision="100"
    reboot="false"
    priority="0">
    <check type="file" condition="exists" path="%ProgramFiles%\WinCalendarTime\WinCalendarTime.exe" />

    <install cmd='"%SOFTWARE%\WinCalendarTimeSetup-1.0.exe" /sp- /silent /norestart' />
    <install cmd='cmd /c start "" "%ProgramFiles%\WinCalendarTime\WinCalendarTime.exe"' />

    <remove cmd='"%PROGRAMFILES%\WinCalendarTime\unins000.exe" /silent' />
</package>