Werbung: SecurityConsole.de verwaltet Ihre Computer mit Security Essentails aus der Cloud!
30 Tage kostenfrei testen und 20% Rabatt für Ihre Bestellung mit Promocode: WBF2685582
(Promocode gültig bis 31.12.2011)

Group:  English: Windows Vista » microsoft.public.windows.vista.installation_setup
Thread: Vista Hard Disk Recovery Solution problem

HTVi
TV Discussion Newsgroups

Vista Hard Disk Recovery Solution problem
waku 10/11/2008 8:05:00 AM
Hi
I hve problem with WinRE.
OEMFactoryRestore.exe not run another programs (OEMFactoryRestore.hta) and
not run recovery process.
I did everything in accordance with the solution "Creating a Hard Disk
Recovery Solution"

waku[ at ]poczta.onet.pl
Re: Vista Hard Disk Recovery Solution problem
SIW2 <guest[ at ]unknown-email.com> 10/11/2008 1:39:42 PM
waku;857909 Wrote: > Hi > I hve problem with WinRE. > OEMFactoryRestore.exe not run another programs (OEMFactoryRestore.hta) > and > not run recovery process. > I did everything in accordance with the solution "Creating a Hard Disk > Recovery Solution" > > waku[ at ]xxxxxx Hello waku, Could you provide more information? If you post the make and model of your machine, somebody who has experience of that type of machine may be able to help. Thanks SIW2 -- SIW2
Re: Vista Hard Disk Recovery Solution problem
waku 10/12/2008 7:24:00 AM


"SIW2" wrote:

[Quoted Text]
>
> waku;857909 Wrote:
> > Hi
> > I hve problem with WinRE.
> > OEMFactoryRestore.exe not run another programs (OEMFactoryRestore.hta)
> > and
> > not run recovery process.
> > I did everything in accordance with the solution "Creating a Hard Disk
> > Recovery Solution"
> >
> > waku[ at ]xxxxxx
>
>
> Hello waku,
>
> Could you provide more information? If you post the make and model of
> your machine, somebody who has experience of that type of machine may be
> able to help.
>
> Thanks
>
> SIW2
>
>
> --
> SIW2
>
This is a self-made desktop computer (mb gigabyte p45 [ at ] intel processor)
i made configuration vista x86 premHome as it is described on the Microsoft
OEM url site. Unattend scripts are correct, the system is installed, it
creates a hidden recovery partition.I boot computer with F8 from a menu
(computer repair), starts winre environment, a new position in window menu
(OEM factory recovery) but when I run it I have a message - "not found the
tools"
Re: Vista Hard Disk Recovery Solution problem
dyakesh <guest[ at ]unknown-email.com> 11/7/2008 5:04:15 PM
Whitepaper - Creating a Windows Vista Hard Disk and DVD Recover I'm having the same issue. Error message after selecting "system restore" (ie oemfactoryrestore.exe) "Tool failed to run. Try another tool. The "Custom OEM Tool" within the "System Recovery Options" menu appears just fine (which is created by oemfactoryrestore.exe... oemfactoryrestore.exe should launch oemfactoryrestore.hta. Visual C++ code: #include\"stdafx.h\" #include\"windows.h\" int _tmain(int argc, _TCHAR* argv[]) { ShellExecute(NULL,_T(\"open\"),_T(\"x:\\Windows\\System32\\Mshta.exe\"),_T(\"x:\\sources\\recovery\\tools\\OEMFactoryRestore.hta\"),NULL,SW_SHOW); return 0; } : Any ideas? Thanks! -- dyakesh
Re: Vista Hard Disk Recovery Solution problem
Rex 11/8/2008 9:04:00 PM
Hi dyakesh,
I got this to work, all I did was after I built it (F7) in
the white paper.
I selected Debig from the Solution Configurations drop-down box and run it.
Them when I when to copy OEMFactoryRestore.exe I COPY it from the Debug
folder not the release folder and this worked fine.
In the paper on page 39 the pic of all the files the OEMFactoryRestore.exe
is 298KB
In mine the one in the release folder is just 10KB, bit the one in the debug
folder was 1778KB. This is properly not the right way but it has worked.
--
Thank You
Rex


"dyakesh" wrote:

[Quoted Text]
>
> Whitepaper - Creating a Windows Vista Hard Disk and DVD Recover
> I'm having the same issue.
> Error message after selecting "system restore" (ie
> oemfactoryrestore.exe)
> "Tool failed to run. Try another tool.
>
> The "Custom OEM Tool" within the "System Recovery Options" menu appears
> just fine (which is created by oemfactoryrestore.exe...
> oemfactoryrestore.exe should launch oemfactoryrestore.hta.
>
> Visual C++ code:
>
> #include\"stdafx.h\"
> #include\"windows.h\"
>
>
> int _tmain(int argc, _TCHAR* argv[])
> {
>
>
>
> ShellExecute(NULL,_T(\"open\"),_T(\"x:\\Windows\\System32\\Mshta.exe\"),_T(\"x:\\sources\\recovery\\tools\\OEMFactoryRestore.hta\"),NULL,SW_SHOW);
>
>
> return 0;
> }
> :
>
>
> Any ideas?
> Thanks!
>
>
> --
> dyakesh
>
Re: Vista Hard Disk Recovery Solution problem
dyakesh <guest[ at ]unknown-email.com> 11/17/2008 6:06:03 PM
Hi Rex, I tried your idea and came up with the same size executable, but still no go. The other support files/tools do work so I'm guessing it's just not starting/finding the oemfactoryrestore.hta. I selected "start debugging" from the "debug" pull down menu. Is this correct? After you select debug, do you "F7" again? Thanks for the assistance! If you can think of anything else to try please pass it my way. Dennis -- dyakesh
Re: Vista Hard Disk Recovery Solution problem
Rex 11/19/2008 2:05:00 AM
G'day dyakesh
No, I did not run F7 after the debug but should not make
a Difference,
and I set debug in the drop down menu box where release is, and then click
on the green start debuging button. When the debug stopped I when to
Documents\ Visual Studio 2008\ Projects\ OEMFactoryRestore\ Debug and copy
the OEMFactoryRestore.exe. hope this will help.

Rex


"dyakesh" wrote:

[Quoted Text]
>
> Hi Rex,
> I tried your idea and came up with the same size executable, but still
> no go.
> The other support files/tools do work so I'm guessing it's just not
> starting/finding the oemfactoryrestore.hta.
>
> I selected "start debugging" from the "debug" pull down menu. Is this
> correct?
> After you select debug, do you "F7" again?
>
> Thanks for the assistance!
> If you can think of anything else to try please pass it my way.
>
> Dennis
>
>
> --
> dyakesh
>
Re: Vista Hard Disk Recovery Solution problem
k0Seek <guest[ at ]unknown-email.com> 12/2/2008 10:05:23 AM
Hi, can anyone upload compiled OEMFactoryRestore.exe. i dont have Visual Studio. Thx so much -- k0Seek
Re: Vista Hard Disk Recovery Solution problem
k0Seek <k0Seek.3jsgjc[ at ]DoNotSpam.com> 12/2/2008 10:21:35 AM
Hi, can anyone upload compiled OEMFactoryRestore.exe. i dont have Visual Studio. Thx so much -- k0Seek ------------------------------------------------------------------------ k0Seek's Profile: http://forums.techarena.in/members/k0seek.htm View this thread: http://forums.techarena.in/vista-setup-install/1052987.htm http://forums.techarena.in
Re: Vista Hard Disk Recovery Solution problem
dyakesh 12/4/2008 3:57:08 PM
Hi Rex!
I just read your post. It appears I am doing everything correctly. But still
not a go.
Would it be possible to upload or send me a copy of your
oemfactoryrestore,exe?
Thanks!


"Rex" wrote:

[Quoted Text]
> G'day dyakesh
> No, I did not run F7 after the debug but should not make
> a Difference,
> and I set debug in the drop down menu box where release is, and then click
> on the green start debuging button. When the debug stopped I when to
> Documents\ Visual Studio 2008\ Projects\ OEMFactoryRestore\ Debug and copy
> the OEMFactoryRestore.exe. hope this will help.
>
> Rex
>
>
> "dyakesh" wrote:
>
> >
> > Hi Rex,
> > I tried your idea and came up with the same size executable, but still
> > no go.
> > The other support files/tools do work so I'm guessing it's just not
> > starting/finding the oemfactoryrestore.hta.
> >
> > I selected "start debugging" from the "debug" pull down menu. Is this
> > correct?
> > After you select debug, do you "F7" again?
> >
> > Thanks for the assistance!
> > If you can think of anything else to try please pass it my way.
> >
> > Dennis
> >
> >
> > --
> > dyakesh
> >

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net
Suche nach Orten, Städten, Postleitzahlen, Vorwahlen, Kfz-Kennzeichen