|
|
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
|
|
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
|
|
"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"
|
|
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
|
|
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 >
|
|
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
|
|
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 >
|
|
Hi, can anyone upload compiled OEMFactoryRestore.exe. i dont have Visual
Studio. Thx so much
--
k0Seek
|
|
|
|
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 > >
|
|
|