Link to home
Start Free TrialLog in
Avatar of activasolutions
activasolutions

asked on

Need pointing in the right direction for error message "run time error" " is not a valid integer value

Hi

I am trying to run an upgrade service pack on a bespoke piece of software that runs on a Windows platform (2003 web edition to be more precise).

The file is just an executable install wizard file that runs various scripts in windows in order to upgrade the current version of software.  However the install wizard cannot even start whatsoever.  The second that I try to run the file windows produces this error:

Runtime error: (at 154:9483):

" is not a valid integer value.

I've done some googling on this already and it seems to be related to value that the executable is checking for but may have been deleted which causes the error.  I'm just not sure which area to look in order to find this value.

Our software also produces a more in depth log of what occured at the time of trying to run the wizard: ( I have attached the log file and also pasted the text from the file below:

2008-06-13 10:12:18   Log opened.
2008-06-13 10:12:18   Setup version: Inno Setup version 5.1.12
2008-06-13 10:12:18   Original Setup EXE: C:\Documents and Settings\recorder.ACTIVA-8LSBVDNC.001\Desktop\CyberTech v5.0.1 - Software\setup CyberTech Recording Solution v5.0.1.exe
2008-06-13 10:12:18   Setup command line: /SL4 $B0266 "C:\Documents and Settings\recorder.ACTIVA-8LSBVDNC.001\Desktop\CyberTech v5.0.1 - Software\setup CyberTech Recording Solution v5.0.1.exe" 2401914 52736 /log=C:\logfiles\install-5.0.1-2008-13-06_10-12-17.log
2008-06-13 10:12:18   Windows version: 5.02.3790 SP2  (NT platform: Yes)
2008-06-13 10:12:18   64-bit Windows: No
2008-06-13 10:12:18   Processor architecture: x86
2008-06-13 10:12:18   User privileges: Administrative
2008-06-13 10:12:18   64-bit install mode: No
2008-06-13 10:12:18   Created temporary directory: C:\DOCUME~1\RECORD~1.001\LOCALS~1\Temp\is-CQINF.tmp
2008-06-13 10:12:18   Initializing Setup.
2008-06-13 10:12:18   Unregistering component: vmSetup.dll.
2008-06-13 10:12:19   File vmSetup.dll copied to: C:\WINDOWS\system32
2008-06-13 10:12:19   Spawning 32-bit RegSvr32: "C:\WINDOWS\system32\regsvr32.exe" /s "C:\WINDOWS\system32\vmSetup.dll"
2008-06-13 10:12:19   Registering component: vmSetup.dll.
2008-06-13 10:12:19   InitializeWizard raised an exception (fatal).
2008-06-13 10:12:19   Exception message:
2008-06-13 10:12:19   Message box (OK):
                      Runtime Error (at 154:9483):
                     
                      '' is not a valid integer value.
2008-06-13 10:12:26   User chose OK.
2008-06-13 10:12:26   Deinitializing Setup.
2008-06-13 10:12:26   Deinitializing Setup.
2008-06-13 10:12:28   Unregistering component: vmSetup.dll.
2008-06-13 10:12:28   Log closed.

Any ideas will be appreciated.

Thanks

Regards Nic
install-5.0.1-2008-13-06-10-12-1.log
ASKER CERTIFIED SOLUTION
Avatar of cup
cup

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of activasolutions
activasolutions

ASKER

Thanks

Haven't been able to resolve the issue yet, but using filemonitor and proc mon is definately a good way of pulling the problem apart.  There is just so much information to sift through.

I think this will be the best idea I'm going to get so here with the limited amount of information that I have supplied, so here you go

Thanks
Thanks very much