Jump to content


Photo

[Solved] System cannot find the specified file (AIO Updates)


  • Please log in to reply
29 replies to this topic

#1 Muffy

Muffy

    WinCert Friend

  • Members
  • PipPipPipPip
  • 143 posts
  • OS:Windows XP Pro

Posted 11 August 2012 - 04:23 AM

any reason why i get this, which poped up several times!

the system cannot find the specified file
pkgmgr.exe /morestart /ip /o: "C:\wintookit\mount\windows" /m:"C:\wintoolkit\cIinst_1\update-bf.mum* /quiet

only doing a win 64 with updates only!

Edited by Muffy, 11 August 2012 - 04:23 AM.


#2 myselfidem

myselfidem

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 568 posts
  • Location:Suisse
  • OS:Windows 7

Posted 11 August 2012 - 05:10 AM

It seems the culprit is: /morestart and quote missing

any reason why i get this, which poped up several times!

the system cannot find the specified file
pkgmgr.exe /morestart /ip /o: "C:\wintookit\mount\windows" /m:"C:\wintoolkit\cIinst_1\update-bf.mum* /quiet


http://technet.micro...5(v=ws.10).aspx

Edited by myselfidem, 11 August 2012 - 05:25 AM.


#3 Muffy

Muffy

    WinCert Friend

  • Members
  • PipPipPipPip
  • 143 posts
  • OS:Windows XP Pro

Posted 11 August 2012 - 07:12 AM

It seems the culprit is: /morestart and quote missing



http://technet.micro...5(v=ws.10).aspx


I seem to have cured the problem by taking the tick off the LDR/QFE box! and starting afresh!

Edited by Muffy, 11 August 2012 - 07:16 AM.


#4 Legolash2o

Legolash2o

    Win Toolkit Programmer

  • Global Mods
  • 4,016 posts
  • Location:Hull, UK.

Posted 11 August 2012 - 08:33 AM

All-In-One Integrator, Update Installer, which tool?

pkgmgr.exe /morestart /ip /o: "C:\wintookit\mount\windows" /m:"C:\wintoolkit\cIinst_1\update-bf.mum* /quiet


I'm guessing you manually typed that in instead of copy and paste because " /morestart" string does not exist anywhere within the code. I also can't find the area with the star instead of quote.

#5 bphlpt

bphlpt

    Wincert Addict

  • Ultimate Sponsor
  • 740 posts
  • OS:Windows 7 x64

Posted 11 August 2012 - 08:37 AM

I seem to have cured the problem by taking the tick off the LDR/QFE box! and starting afresh!


Interesting. I'm not sure how that fixes a misspelling (/morestart vs /norestart) and a missing quote, but whatever works!

Cheers and Regards

#6 Muffy

Muffy

    WinCert Friend

  • Members
  • PipPipPipPip
  • 143 posts
  • OS:Windows XP Pro

Posted 11 August 2012 - 08:48 AM

All-In-One Integrator, Update Installer, which tool?



I'm guessing you manually type that in instead of copy and paste because " /morestart" string does not exist anywhere within the code. I also can't find the area with the star instead of quote.


I was using All-In-One Integrator and actually integrating! it poped several times,

deleted all crap, rebooted, extracted win 64 again and started without LDR/QFE ticked!

got through what seemed like 120000 updates had about 30 left, and pc buzzed and keeled over and booted!

i wont ADD the swear words and curses here! just use you're imagination!

#7 Legolash2o

Legolash2o

    Win Toolkit Programmer

  • Global Mods
  • 4,016 posts
  • Location:Hull, UK.

Posted 11 August 2012 - 08:51 AM

Interesting. I'm not sure how that fixes a misspelling (/morestart vs /norestart) and a missing quote, but whatever works!

Cheers and Regards


I think Muffy manually typed it in.

#8 Muffy

Muffy

    WinCert Friend

  • Members
  • PipPipPipPip
  • 143 posts
  • OS:Windows XP Pro

Posted 11 August 2012 - 08:52 AM

Interesting. I'm not sure how that fixes a misspelling (/morestart vs /norestart) and a missing quote, but whatever works!

Cheers and Regards


yeah as much as im sitting in front of a 51" plasma 3d, sometimes i dont see smaller tx properly, but it idid definately look like an "m"

#9 Legolash2o

Legolash2o

    Win Toolkit Programmer

  • Global Mods
  • 4,016 posts
  • Location:Hull, UK.

Posted 11 August 2012 - 09:02 AM

pkgmgr.exe /norestart /ip /o:"C:\WinToolkit\Mount;C:\WinToolkit\Mount\Windows"  /m:"C:\WinToolkit\cInst_1\update-bf.mum" /quiet

And before it runs that, it will check if the update-bf.mum exists. I've changed some code which cleans up directories better, that is the only thing i can think of which could cause the problem.

#10 Muffy

Muffy

    WinCert Friend

  • Members
  • PipPipPipPip
  • 143 posts
  • OS:Windows XP Pro

Posted 11 August 2012 - 09:32 AM

I think Muffy manually typed it in.


yes i did it manualy :noexpression:

I am doin a fresh integration at the mo,im at 46 of 410 updates, and usin 2 individual drives to do it as its less strain
and is faster!

so will check after!................... Roll on SP2!

Edited by Muffy, 11 August 2012 - 09:33 AM.


#11 Legolash2o

Legolash2o

    Win Toolkit Programmer

  • Global Mods
  • 4,016 posts
  • Location:Hull, UK.

Posted 11 August 2012 - 09:34 AM

SP2 isn't due to half way through 2013 :( There's already near a 1,000 updates (included outdated/replaced ones) for Windows 7 SP1 as it is. By Q2 2013, there will be loads more.
  • Muffy likes this

#12 Muffy

Muffy

    WinCert Friend

  • Members
  • PipPipPipPip
  • 143 posts
  • OS:Windows XP Pro

Posted 11 August 2012 - 02:18 PM

pkgmgr.exe /norestart /ip /o:"C:\WinToolkit\Mount;C:\WinToolkit\Mount\Windows" /m:"C:\WinToolkit\cInst_1\update-bf.mum" /quiet

And before it runs that, it will check if the update-bf.mum exists. I've changed some code which cleans up directories better, that is the only thing i can think of which could cause the problem.


Just tried AGAIN to intrgrate in LDR-QFE mode and still got the problem above!

i even freshly booted, disabled avast, new exracted win 64! anyone else get the problem!!!

This is a Sp1u win 7 as well!!!

#13 Muffy

Muffy

    WinCert Friend

  • Members
  • PipPipPipPip
  • 143 posts
  • OS:Windows XP Pro

Posted 11 August 2012 - 02:26 PM

yes i did it manualy :noexpression:

I am doin a fresh integration at the mo,im at 46 of 410 updates, and usin 2 individual drives to do it as its less strain
and is faster!

so will check after!................... Roll on SP2!


That is long time to wait for sp2, just think if they released it shortly, sp2 update and windows sp2 itself, for the thousands of people
like us life will be so much easier, not to mention, what would life be like for win toolkit and No updates!

#14 Legolash2o

Legolash2o

    Win Toolkit Programmer

  • Global Mods
  • 4,016 posts
  • Location:Hull, UK.

Posted 11 August 2012 - 11:28 PM

I seriously can't reproduce this error, i'll need your last session, screenshot of the error and also a screenshot of the folder C:\WinToolkit\cInst_1\

#15 Muffy

Muffy

    WinCert Friend

  • Members
  • PipPipPipPip
  • 143 posts
  • OS:Windows XP Pro

Posted 12 August 2012 - 01:43 AM

I seriously can't reproduce this error, i'll need your last session, screenshot of the error and also a screenshot of the folder C:\WinToolkit\cInst_1\


Yeah sorry, wipped files, switched off pc for a few hours, and had another mess around only this time moving stuff, tweeks, a few silent addons,
took 6 hours and ended up nearly 4.8 gig!! gona test it on my other pc!

#16 myselfidem

myselfidem

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 568 posts
  • Location:Suisse
  • OS:Windows 7

Posted 12 August 2012 - 05:40 AM

If the error occurs again you can try to download the iso file a new time. Perhaps the one you utilize is corrupt.

http://www.wincert.n...p1-refresh-iso/

HTH

#17 Muffy

Muffy

    WinCert Friend

  • Members
  • PipPipPipPip
  • 143 posts
  • OS:Windows XP Pro

Posted 12 August 2012 - 08:49 AM

If the error occurs again you can try to download the iso file a new time. Perhaps the one you utilize is corrupt.

http://www.wincert.n...p1-refresh-iso/

HTH


The iso image is fine, its now 09.42 and i have just finished a win x64 ultimate will all mcrip updates, no tweaks but i did
have a few silent installs, and a few non silent, namely:

java aio net framework slim full adobe reader flash aio winrar all these are silent

Windows Live Essentials Classic Shell asked!

its taken just under 4 hours and not a single error! i have yset to make iso, burn to usb key and test!

The problem i have seems to be only when i select LDR-QFE mode!

i have tried this many times, the same result, unless i remove the LDR-QFE tick!

Edited by Muffy, 12 August 2012 - 09:04 AM.


#18 CrAzYs

CrAzYs

    Advanced Member

  • Platinum Sponsor
  • 53 posts
  • OS:Windows 8 x64

Posted 12 August 2012 - 09:07 AM

The iso image is fine, its now 09.42 and i have just finished a win x64 ultimate will all mcrip updates, no tweaks but i did
have a few silent installs, and a few non silent, namely:

java aio net framework slim full adobe reader flash aio winrar all these are silent

Windows Live Essentials Classic Shell asked!

its taken just under 4 hours and not a single error! i have yset to make iso, burn to usb key and test!

The problem i have seems to be only when i select LDR-QFE mode!

i have tried this many times, the same result, unless i remove the LDR-QFE tick!


agree on it... unless i remove the LDR-QFE tick! it works

#19 Muffy

Muffy

    WinCert Friend

  • Members
  • PipPipPipPip
  • 143 posts
  • OS:Windows XP Pro

Posted 12 August 2012 - 09:27 AM

agree on it... unless i remove the LDR-QFE tick! it works


the iso came out at "4.815,728,640" the addons only came to 277 megs!

#20 Legolash2o

Legolash2o

    Win Toolkit Programmer

  • Global Mods
  • 4,016 posts
  • Location:Hull, UK.

Posted 12 August 2012 - 10:26 AM

I need:
  • Last session
  • Screenshot of the error
  • Screenshot of the folder 'C:\WinToolkit\cInst_1\' take this while the error message has appeared.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users