Jump to content

remyblade

Member
  • Posts

    31
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by remyblade

  1. Howdy
  2. sorry made a typo. Must be : start /wait %systemdrive%\install\Hotfixes\Q823718_MDAC_SecurityPatch.exe /Q /C:"dahotfix /Q /N" Remyblade
  3. Sorry can't help you with youre first problem, but as for youre second one try this : start /wait %systemdrive%\Hotfixes\Q823718_MDAC_SecurityPatch..exe /Q /C:"dahotfix /Q /N" Remyblade
  4. Howdy.
  5. Thanks. Tried it doesn't work either. Says it's an invalid switch. Remyblade
  6. Igor : I have tryed that. Doesn't work either. AaronXP : I used it on the ERD version. Does that matter ?? tnx anyway. Remyblade
  7. Hi, maybe anyone here can help me out, because for some reason PaintshopPro 8 won't install. Nor does it give an error. Here is the code i use : echo installing PaintShop Pro 8. start /wait %systemdrive%\install\Applications\PaintShopPro8\setup.exe /S /v/qn it's supposed to work with these switches, because it says so when you type setup /? Does anybody know what's wrong ? Remyblade
  8. The reason it does not work is because of the user/current user keys, they are different every time therefore are useless to copy. Try to find regkeys in other parts of the registry. prev. Local machine. Hope it helps. Remyblade
  9. First of all you're right. I will try to explain : The hotfix contains 2 parts (1 useses the other) both parts need to be installed quietly so that's why you have two times /q
  10. Q823718_MDAC_SecurityPatch /C:"dahotfix.exe /q /n" /q ??? Oke, lose the last /q because it's useless and will generate an error. It took me some time to figure out but this works : start /wait %systemdrive%\Hotfixes\Q823718.exe /Q /C:"dahotfix /q /n" I renamed it to Q?????.exe as you can see. Hope it helps.
  11. Just wanted to say hello. I am from the netherlands and computers are just a hobby. Found the site after searching for unattended setup XP. I found most information i was looking for here. So keep up the good work.
×
×
  • Create New...