Hello, I'm experiencing problem with unattended install. Im using driverpacks drivers + installing some software thru runonceex.cmd REG ADD %KEY%\003 /VE /D "Java v5" /f REG ADD %KEY%\003 /V 1 /D "%PP%\jva\java.exe /s /v"/qn" /f REG ADD %KEY%\004 /VE /D ".NET Frame 1.1" /f REG ADD %KEY%\004 /V 1 /D "%PP%\net\dotnet.exe" /f REG ADD %KEY%\006 /VE /D "InstallShield(9)" /f REG ADD %KEY%\006 /V 1 /D "%PP%\ins\ins.msi /Qb /norestart" /f REG ADD %KEY%\009 /VE /D "BitDefender Std" /f REG ADD %KEY%\009 /V 1 /D "%PP%\bds\bds.exe" /f this is from my runonce file, driverpacks are set to install in 007. problem is that i have also some shortcuts that are beeing copied to desktop. If i use the install in computer with integrated graphic, then all shortcuts are there. if i install it on computer with graphic card, then shortcuts are missing. im thinking its something with ati CC or that something doesnt complete installation correctly and thats the reason why the copy script aint doing the work correctly. Any ideas ?