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
------------------------------------------------------------------------- wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ _______________________________________________ wpkg-users mailing list wpkg-users@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users