[wpkg-users] Installing WPKG-start
Petcher, Daniel
danielp at audioprecision.com
Sat Jun 24 01:30:39 CEST 2006
The website's Installation Instructions
<http://wpkg.org/index.php/Installation_instructions> try to set-up services
or scheduled tasks, but wouldn't a plain-old registry key be easier:
<package
id="wpkg-start"
name="Install WPKG to run on each startup"
revision="1"
reboot="false"
priority="100"
notify="false"
execute="once">
<install cmd="\\server\wpkg\software\WPKG-start\install.bat" />
<remove cmd='\\server\wpkg\software\WPKG-start\uninstall.bat' />
</package>
::wpkg\software\WPKG-start\install.bat:
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v WPKG /t REG_SZ
/d "\\server\wpkg\wpkg-start.bat"
::wpkg\software\WPKG-start\uninstall.bat:
REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v WPKG
Am I missing something?
-dP
_______________________________________________
wpkg-users mailing list
wpkg-users at lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
More information about the wpkg-users
mailing list