Trying to setup an unattended install for Paint Shop Pro 9, below is the following command I use to install it unattended: ECHO. ECHO Installing Jasc Paint Shop Pro 9.0 ECHO Please wait... start /wait %systemdrive%\Install\Applications\PaintShopPro\PSP9.msi /qn ECHO Installing Jasc Animation Shop 3 ECHO Please wait... start /wait %systemdrive%\Install\Applications\AnimationShop\AnimationShop3.msi /qn This will install Paint Shop Pro 9 unattended sucessfully for the user who runs the unattended command (Administrator in my case) but as soon as I log on to the system as another user, Paint Shop Pro says that the program shortcuts will only work for installed programs, but the program exists... Can someone please help me, because this is very frustrating..