Installation Verification Tool Stuck (Multiple Fixes Attempted)

kuddel

Donator
Donator
Joined
Apr 1, 2008
Messages
2,064
Reaction score
507
Points
113
Just to remind you:
Make sure you have UNCHECKED the option to 'hide extensions for known file types' in the Folder Options!
As I have only a german Windows I can only attach a picture of the german setting, but you might get it...

With this option ENABLED, it is not possible to correctly rename the file!
From orbiter.bin it might become orbiter.exe.bin or orbiter.bin.exe ...
this is very annoying (as it is the default).

/Kuddel

---edit---
Ah, found a picture of it in english:
dialog-folderoptions-view-hidextensions-win7.gif
 

Attachments

  • Ordneroptionen.png
    Ordneroptionen.png
    54.8 KB · Views: 7
Last edited:

meson800

Addon Developer
Addon Developer
Donator
Joined
Aug 6, 2011
Messages
405
Reaction score
2
Points
18
:hesaid:

One of the first things I do after installing Windows is to disable that option, so I forgot that you might have to do it.
 

Swigert

0% Sugar Free
Joined
Nov 2, 2013
Messages
119
Reaction score
0
Points
0
Location
Escape trajectory from the moon
Just to remind you:
Make sure you have UNCHECKED the option to 'hide extensions for known file types' in the Folder Options!
As I have only a german Windows I can only attach a picture of the german setting, but you might get it...

With this option ENABLED, it is not possible to correctly rename the file!
From orbiter.bin it might become orbiter.exe.bin or orbiter.bin.exe ...
this is very annoying (as it is the default).

/Kuddel

---edit---
Ah, found a picture of it in english:
dialog-folderoptions-view-hidextensions-win7.gif

Thanks so much! That fixed it. I was converting it myself via file save. I must have saved it in an invalid coding. It's complicated. :facepalm: Thanks again!
 

jangofett287

Heat shield 'tester'
Joined
Oct 14, 2010
Messages
1,150
Reaction score
13
Points
53
For anyone who has problems with this in future, have a batch script! Just drop it in the same folder as your orbiter.exe (AKA: <Orbiter_root>) and run!
NOTE: This bypasses all verification processes. I take no responsibility for your Orbiter not working due to missing requirements. I also take no responsibility for any damage done to your data or hardware due to this script. (not that I can actually see any way this script could damage your computer, save for a miraculous coincidence.)

This is a pretty dumb script. Here it is in its entirety for reference:
Code:
COPY ".\orbiter.exe" ".\install\testinstall.exe"
DEL "orbiter.exe" /F
COPY ".\install\orbiter.bin" ".\orbiter.exe"
In future there may be a version which checks directory structure.

(Batch file .zip'd because uploading raw .bat files is, quite understandably, not allowed.)
 

Attachments

  • OrbiterInstall.zip
    200 bytes · Views: 3
Top