Author Topic: Stumped on install  (Read 4086 times)

0 Members and 1 Guest are viewing this topic.

Offline SFTAB (OP)

  • Leading Rate
  • *
  • Posts: 10
Stumped on install
« on: August 01, 2012, 05:12:13 PM »
Hi New User. . . my son stumbled upon this game, we played MOO -> M003 (horrid), Eve Online, etc.   He successfully installed it, but alas, I could not.

Run into this error when trying to install.   I have tried disabling UAC, and my installer is up to date. . . Here are the files:



Runnng set-up:



Error: (looks like it never made it to the install wizard)



Any ideas?   Thanks in advance.
« Last Edit: August 01, 2012, 07:10:59 PM by Erik Luken »
Sky Lord
 

Offline Erik L

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5656
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Stumped on install
« Reply #1 on: August 01, 2012, 07:12:38 PM »
What windows version are you on? Sounds like Vista or Win 7. What happens when you click Ok?

(I fixed the urls for the pics)

Offline SFTAB (OP)

  • Leading Rate
  • *
  • Posts: 10
Re: Stumped on install
« Reply #2 on: August 02, 2012, 06:20:18 AM »
Yes, Windows 7.    Nothing happens when OK is clicked. . . very weird.
Sky Lord
 

Offline SFTAB (OP)

  • Leading Rate
  • *
  • Posts: 10
Re: Stumped on install
« Reply #3 on: August 08, 2012, 02:51:34 PM »
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q191/0/96.ASP&NoWebContent=1

Found this link.   Not much in here made sense to me. . .

In other news, I re-assembled an old computer in my attic, and installed Aurora on it, but alas the screen res was too low.    I did get to play around in there a bit. . . but then came to the ship building screen and no buttons were viewable. . . back to the drawing board.   Still trying to figure out how to install on my gaming rig.   Can't wait to play this game.
« Last Edit: August 08, 2012, 03:54:08 PM by Erik Luken »
Sky Lord
 

Offline Erik L

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5656
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Stumped on install
« Reply #4 on: August 08, 2012, 03:58:24 PM »
I'd try this step first.

Quote
1.Copy the TEMP and TMP environment variables to a folder that is in the same drive partition as the Windows system files. To do this, open a command prompt window and type the following at the prompt:
 Set TMP=C:\TEMP
 Set TEMP=C:\TEMP
This will save the TEMP and TMP environment variables to a folder named "Temp" that resides on the C: drive.
 
NOTE: The folder must exist prior to carrying out these steps.

To open the command prompt, click Start and start typing cmd. This should bring up the cmd.exe file. Then just type in the Set commands. I am going to make the assumption you know how to create a file ;)

(I know... you make an assumption, you make an ass out of you and umption :D )

Offline SFTAB (OP)

  • Leading Rate
  • *
  • Posts: 10
Re: Stumped on install
« Reply #5 on: August 08, 2012, 07:06:19 PM »
OK. . . that didn't do much.

Created C:\TEMP
Run, CMD
Got a C:\ prompt.
Typed set commands
Tried to run set-up. . . same error.
Sky Lord
 

Offline SFTAB (OP)

  • Leading Rate
  • *
  • Posts: 10
Re: Stumped on install
« Reply #6 on: August 08, 2012, 07:43:43 PM »
Was reading over the Visual Basic parts. . . how do I even know if I have Visual Basic installed?  I don't see it in my "Uninstall Program" choices. . . maybe I don't have Visual Basic loaded?  Should I try to load VB 6. 0?
Sky Lord
 

Offline Maltay

  • Sub-Lieutenant
  • ******
  • Posts: 134
Re: Stumped on install
« Reply #7 on: August 08, 2012, 07:50:08 PM »
Open SETUP.LST in Notepad.  You will see the following section.

[Bootstrap Files]
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,7/15/00 12:00:00 AM,101888,6.0.84.50
File2=@COMCAT.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 12:00:00 AM,22288,4.71.1460.1
File3=@STDOLE2.TLB,$(WinSysPathSysFile),$(TLBRegister),,6/3/99 12:00:00 AM,17920,2.40.4275.1
File4=@ASYCFILT.DLL,$(WinSysPathSysFile),,,3/8/99 12:00:00 AM,147728,2.40.4275.1
File5=@OLEPRO32.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,3/8/99 12:00:00 AM,164112,5.0.4275.1
File6=@OLEAUT32.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,4/12/00 12:00:00 AM,598288,2.40.4275.1
File7=@msvbvm60.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,8/27/05 8:02:02 PM,1385744,6.0.96.90

Change this section by commenting out File3 through File7.  You do this by placing a semicolon at the beginning of each line.  This section should now look like the following.

[Bootstrap Files]
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,7/15/00 12:00:00 AM,101888,6.0.84.50
File2=@COMCAT.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 12:00:00 AM,22288,4.71.1460.1
;File3=@STDOLE2.TLB,$(WinSysPathSysFile),$(TLBRegister),,6/3/99 12:00:00 AM,17920,2.40.4275.1
;File4=@ASYCFILT.DLL,$(WinSysPathSysFile),,,3/8/99 12:00:00 AM,147728,2.40.4275.1
;File5=@OLEPRO32.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,3/8/99 12:00:00 AM,164112,5.0.4275.1
;File6=@OLEAUT32.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,4/12/00 12:00:00 AM,598288,2.40.4275.1
;File7=@msvbvm60.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,8/27/05 8:02:02 PM,1385744,6.0.96.90

In theory, this should make setup.exe work correctly.
« Last Edit: August 08, 2012, 07:54:34 PM by Maltay »
I don't know half of you half as well as I should like; and I like less than half of you half as well as you deserve.
 

Offline Five

  • Warrant Officer, Class 1
  • *****
  • F
  • Posts: 86
Re: Stumped on install
« Reply #8 on: August 08, 2012, 07:51:46 PM »
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q191/0/96.ASP&NoWebContent=1

Found this link.   Not much in here made sense to me. . .

In other news, I re-assembled an old computer in my attic, and installed Aurora on it, but alas the screen res was too low.    I did get to play around in there a bit. . . but then came to the ship building screen and no buttons were viewable. . . back to the drawing board.   Still trying to figure out how to install on my gaming rig.   Can't wait to play this game.

Sorry if you already tried this on your older rig but did you try using the 'reduced height windows' button under game parameters? i have read that it ussually works for making screens with smaller res fully viewable.

-Five
 

Offline SFTAB (OP)

  • Leading Rate
  • *
  • Posts: 10
Re: Stumped on install
« Reply #9 on: August 08, 2012, 07:59:29 PM »
Thanks Five. . . warming up the old machine now to try out. . .

Maltay. . . I tried the ";" on files 3-7.   No Luck.    Thanks for the suggestion.   I reverted back.
Sky Lord
 

Offline Maltay

  • Sub-Lieutenant
  • ******
  • Posts: 134
Re: Stumped on install
« Reply #10 on: August 08, 2012, 08:00:24 PM »
Maltay. . . I tried the ";" on files 3-7.   No Luck.    Thanks for the suggestion.   I reverted back.

Unfortunate, I do not currently have a second theory.
« Last Edit: August 08, 2012, 08:04:34 PM by Maltay »
I don't know half of you half as well as I should like; and I like less than half of you half as well as you deserve.
 

Offline Erik L

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5656
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Stumped on install
« Reply #11 on: August 08, 2012, 09:15:17 PM »
Was reading over the Visual Basic parts. . . how do I even know if I have Visual Basic installed?  I don't see it in my "Uninstall Program" choices. . . maybe I don't have Visual Basic loaded?  Should I try to load VB 6. 0?


You don't need VB6 loaded. That's only if you want to write software.

Offline SFTAB (OP)

  • Leading Rate
  • *
  • Posts: 10
Re: Stumped on install
« Reply #12 on: August 09, 2012, 07:47:18 AM »
Oh well. . . Thanks for sticking with me gang.     The investigations continue. . .
Sky Lord
 

wilddog5

  • Guest
Re: Stumped on install
« Reply #13 on: August 09, 2012, 10:40:18 AM »
another way to set the tempary folder is:

right click my computer,
properties,
advanced system settings (on the left),
advanced tab (at the top of window),
environment variables,
click temp or tmp and set the folder (both might be good).

might reqire a restart

hope this works

recomemded for avery one as it makes cleaning temp files much easer
 

Offline SFTAB (OP)

  • Leading Rate
  • *
  • Posts: 10
Re: Stumped on install
« Reply #14 on: August 09, 2012, 04:28:16 PM »
Sadly, this did not work.   But thank you for the suggestion.
Sky Lord