[wpkg-users] can't copy??

Tomasz Chmielewski mangoo at wpkg.org
Sat Aug 25 11:47:15 CEST 2007


Peter Hartmann schrieb:
> Sorry for the noise but here's package that I'm having trouble with:
> in wpkg-start.bat:
> 
> set CMD=%WINDIR%\system32\cmd.exe /c
> 
> in packages.xml
> 
> <package id="icons" name="Fix IE Icons" revsion="1" excecute="always" >
> 	<depends package-id="firefox" />
> 	<install cmd='regedit /s "%SOFTWARE%\icons\NoIcon.reg" '/>
>         <install cmd='%CMD% copy /Y "%SOFTWARE%\icons\Internet
> Explorer.lnk" "%ALLUSERSPROFILE%\Desktop" ' />
> 	<install cmd='%CMD% copy /Y "%SOFTWARE%\icons\Internet Explorer.lnk"
> "%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick
> Launch\Launch Internet Explorer Browser.lnk" ' />
> 	<remove cmd='regedit /s "%SOFTWARE\icons\Icon.reg" ' />
> 	<remove cmd='%CMD% del /F /Q "%ALLUSERSPROFILE%\Desktop\Internet
> Explorer.lnk" ' />
> 	<remove cmd='%CMD% del /f /Q "%USERPROFILE%\Application
> Data\Microsoft\Internet Explorer\Quick Launch\Launch Internet Explorer
> Browser.lnk" '  />
> </package>
> 
> 
> I want this to happen every time because the quick launch icons are in
> EVERY users profile not just once in 'all users'.  way to go MS!  If i
> have it run only once that will only fix one user and not subsequent
> different users.  When it's run all of the copy commands return a
> areslut of: 0 and wpkg says"Failed checking after installation".  How
> do i fix that?

cmd /C copy ... ?


-- 
Tomasz Chmielewski
http://wpkg.org


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