[wpkg-users] WPKG and rebootcmd
Tomasz Chmielewski
mangoo at wpkg.org
Mon May 4 11:56:17 CEST 2009
Vladimir Psenicka schrieb:
> Hi,
>
> I have problem running rebootcmd script within config.xml. I have
> changed rebootcmd to:
>
> <param name='rebootCmd' value='tools\reboot.bat' />
Change this to:
tools\\reboot.bat
> and in event log on win machine I have this error:
>
>> Could not process (install) package 'IE8 CZ 32bit pro Windows XP' (ie8cz-xp):
>> Could not locate rebootCmd '\\faramir\netlogon\wpkg-testing\tools
>> eboot.bat'..
>
> Why is wpkg interpreting "\r" in vaule of rebootcmd?
The config file is XML, so \ is used as an "escape character".
\ should work as well I think.
Something like that too, although I didn't check it:
<![CDATA[
\a path\to\a\file
]]>
--
Tomasz Chmielewski
http://wpkg.org
More information about the wpkg-users
mailing list