Leonardo as ISP for ATtiny85

Hello,

i tried that shift-thing, didn't show anything.
Then i enabled the "verbose output" while uploading, and that's the result:

C:\+ARDUINO\ArduinoIDE-1.0.1\hardware/tools/avr/bin/avrdude -CC:\+ARDUINO\ArduinoIDE-1.0.1\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -pattiny84 -cstk500v1 -P\\.\COM4 -b19200 -e -Uefuse:w:0xff:m -Uhfuse:w:0xdf:m -Ulfuse:w:0x62:m 

avrdude: Version 5.11, compiled on Sep  2 2011 at 19:38:36
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "C:\+ARDUINO\ArduinoIDE-1.0.1\hardware/tools/avr/etc/avrdude.conf"

         Using Port                    : \\.\COM4
         Using Programmer              : stk500v1
         Overriding Baud Rate          : 19200
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Recv: 
avrdude: stk500_getsync(): not in sync: resp=0x00

avrdude done.  Thank you.

The Attiny is probably not the problem, i tried both Attiny85 and Attiny84.

Is it possible that the Leonardo doesn't work for this stuff because of it's internal USB controller?