[wpkg-users] the system cannot find the file specified file

trple.dragon at gmail.com trple.dragon at gmail.com
Thu Jun 3 19:57:59 CEST 2010


Hi Guys,

Every time when I try to install something I get this msg.
"the system cannot find the file specified file"

<packages>

<package
id="ccleaner"
name="CCleaner"
 revision="2.0.0.0"
reboot="false"
priority="15">

<check type="uninstall" condition="exists" path="CCleaner (remove only)" />

<install cmd='%SOFTWARE%\ccleaner\ccsetup232.exe /S' />
 <install cmd='%COMSPEC% /c mkdir "%AllUsersProfile%\Start
Menu\Programs\CCleaner"' />
<install cmd='%COMSPEC% /c copy "%UserProfile%\Start
Menu\Programs\CCleaner\CCleaner.lnk" "%AllUsersProfile%\Start
Menu\Programs\CCleaner"' />
 <install cmd='%COMSPEC% /c rmdir /q /s "%UserProfile%\Start
Menu\Programs\CCleaner"' />
<install cmd='%COMSPEC% /c del /q "%UserProfile%\Desktop\CCleaner.lnk"' />

<upgrade cmd='%SOFTWARE%\ccleaner\ccsetup232.exe /S' />
<upgrade cmd='regedit /s %WPKGROOT%\reg\ccleaner.reg' />
 <upgrade cmd='%COMSPEC% /c rmdir /q /s "%UserProfile%\Start
Menu\Programs\CCleaner"' />
<upgrade cmd='%COMSPEC% /c del /q "%UserProfile%\Desktop\CCleaner.lnk"' />

<remove cmd='"%ProgramFiles%\CCleaner\uninst.exe" /S' />
        <remove cmd='%COMSPEC% /c rmdir /q /s "%AllUsersProfile%\Start
Menu\Programs\CCleaner"' />

</package>


</packages>


<profiles> <profile id="Test"> <package package-id="ccleaner" /> </profile>
</profiles>


My directory looks like this WPKG( Shared )\ccleaner\ccsetup232.exe

So file exists .. I did try to hard code full path: C:\WPKG\ccleaner\.....
No luck with that ...

I did try different software same problem same msg.

Thank You
MrWho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20100603/a38a93a0/attachment-0002.html>


More information about the wpkg-users mailing list