Jump to content

WinToolkitRunOnce.exe Win 7 SP1 x64


© KEiGHT

Recommended Posts

2ijrsd3.png

 

As you can see in attached image the WinToolkitRunOnce.exe is there in system32 and it's working if I run it from there after Windows is installed

Why doesn't start normally when Windows Setup x64 it's finished ? WinToolkitRunOnce.exe don't start !

 

:albert:

Edited by © KEiGHT
Link to comment
Share on other sites

It's a shame you can't upload your ISO, however there should be a RunOnce log which you can upload :)

 Hi Liam,

 

I can make a screenshot because is from VirtualBox (testing only)

Which part of log you are interested to be seen ?

Link to comment
Share on other sites

http://www.fileshare.ro/e30545007

 

here is your .log file :)

 

===============

WinToolkitRunOnce.exe (config file)

 

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" />
    <supportedRuntime version="v2.0.50727"/>
  </startup>
  <runtime>
    <NetFx40_LegacySecurityPolicy enabled="true" />
  </runtime>
</configuration>

 

Maybe Is there an issue not having installed(integrated in windows setup) NET 4.0 ? As I see your soft require v4.0 to run

Please excuse me if I said something wrong but, can you change it to look for v 3.5 ?

 

to look like this ?

 

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <startup>
    <supportedRuntime version="v2.0.50727"/>
    <supportedRuntime version="v3.5"/>
    <supportedRuntime version="v4.0" />
  </startup>
  <runtime>

    <NetFx35_LegacySecurityPolicy enabled="true" />
    <NetFx40_LegacySecurityPolicy enabled="true" />
  </runtime>
</configuration>

Edited by © KEiGHT
Link to comment
Share on other sites

NOT fixed ! Now , you have my log file, what's the problem ?

I wonder why when I click it from his lair will start and why can't start with windows setup ?

What has to do updates with RunOnce ?

 

Another question is , how to implement the new fixed build, not to start again from the beginning,  my compilation ?

What should be loaded to fix my compilation quickly with the new release?

Edited by © KEiGHT
Link to comment
Share on other sites

I have the same problem as you have....It's going fine until the runonce....and then ...nothing,,.,the desktop displays and there are no programs installed . check on control panel also. the same thing....did the test 3 times...2times with the newest version of the wintoolkit and 1 with an older version.

op system is win 7 x64

Link to comment
Share on other sites

I don't know why, but , I intend to believe if I make the x64 build in x86 version of windows 7 , RunOnce will work ! Something makes me to believe this WInToolkit has something in common with current Installed OS !

All I intend to do in current version x64 for x86 will work without issues ! Why RunOnce doesn't work for x64 ? I use the original X17... win7sp1 x64 from Digital...

Edited by © KEiGHT
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...