Error that is causing InnoScript to crash

Started by randem, January 18, 2008, 11:12:55 AM

Previous topic - Next topic

svanxx

I'm trying the things you said above. I'm also including my project file as I said I would last night.

Randem

Also replace your InnoScript.exe file with this one

Randem

I ran your project and got this with no crash:
 
; InnoScript Version 8.0  Build 2
; Randem Systems, Inc.
; Copyright 2003-2008
; Website:  https://randemsystems.com
; Support:  https://randemsystems.support
; OS: Windows XP 5.1 build 2600 (Service Pack 2)
 
; Date: January 17, 2008
 
;                  VB Runtime Files Folder:    
; Visual Basic .NET Project File (.vbproj):   E:\Works\spick56\InvoiceMaker_vbproj-8641\InvoiceMaker.vbproj
;     Inno Setup Script Output File (.iss):   E:\Works\spick56\InvoiceMaker_vbproj-8641\InvoiceMakernew Trial.iss
;                                         :   C:\Documents and Settings\Ralph James\Local Settings\Application Data\Randem Systems\innoscript\Templates\Trial.tpl
 
; ------------------------
;        References
; ------------------------
 
 
 
; --------------------------
;        Components
; --------------------------
 
 
 
[Setup]
AppId=InvoiceMaker Trial
 
;------------------------------------------------------------------------------------------------------------------------
; Taken from VBPROJ Project File Parameters Root Namespace, Root NameSpace Assembly Version and Company
;------------------------------------------------------------------------------------------------------------------------
 
AppName=InvoiceMaker Trial
AppVerName=InvoiceMaker Trial
AppPublisher=Gem Business Solutions
 
;------------------------------------------------------------------------------------------------------------------------
 
AppVersion=0.0.0
VersionInfoVersion=0.0.0
AllowNoIcons=no
DefaultGroupName= Trial
DefaultDirName={pf}\
AppCopyright=
PrivilegesRequired=Admin
MinVersion=0,6.0
Compression=lzma
OutputBaseFilename=InvoiceMaker000Trial
 
[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}
Name: DotNetFrameWork; Description: Install .Net Framework; GroupDescription: Install .Net Framework:; Check: InstallDotNET20
 
[Files]
Source: dotnetfx.exe; DestDir: {tmp}; Flags:  deleteafterinstall ignoreversion nocompression; Tasks: DotNetFrameWork
Source: microsoft.reportviewer.common, version=8.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a.dll; DestDir: {sys}; Flags:  ignoreversion;  
Source: microsoft.reportviewer.winforms, version=8.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a.dll; DestDir: {sys}; Flags:  ignoreversion;  
Source: c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll; DestDir: {sys}; Flags:  ignoreversion;  
Source: c:\windows\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll; DestDir: {sys}; Flags:  ignoreversion;  
Source: c:\windows\assembly\gac_msil\system.deployment\2.0.0.0__b03f5f7f11d50a3a\system.deployment.dll; DestDir: {sys}; Flags:  ignoreversion;  
Source: c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll; DestDir: {sys}; Flags:  ignoreversion;  
Source: c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll; DestDir: {sys}; Flags:  ignoreversion;  
Source: c:\windows\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll; DestDir: {sys}; Flags:  ignoreversion;  
Source: c:\windows\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\system.windows.forms.dll; DestDir: {sys}; Flags:  ignoreversion;  
Source: c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll; DestDir: {sys}; Flags:  ignoreversion;  
Source: c:\windows\system32\mscoree.dll; DestDir: {sys}; Flags:  ignoreversion;  
 
[INI]
Filename: {app}\InvoiceMaker.url; Section: InternetShortcut; Key: URL; String:  
 
[Icons]
Name: {group}\InvoiceMaker Trial; Filename : {app}\InvoiceMaker.exe; WorkingDir: {app}
Name: {group}{cm:ProgramOnTheWeb, InvoiceMaker Trial}; Filename: {app}\InvoiceMaker.url; IconFilename: {app}\InvoiceMaker.ico
Name: {group}{cm:UninstallProgram, InvoiceMaker Trial}; Filename: {uninstallexe}
Name: {commondesktop}\InvoiceMaker Trial; Filename: {app}\InvoiceMaker.exe; Tasks: desktopicon; WorkingDir: {app}
 
[Run]
Filename: {tmp}\dotnetfx.exe; Parameters: /q:a /c: install /l /q; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: DotNetFrameWork
Filename: {app}\InvoiceMaker.exe; Description: {cm:LaunchProgram, InvoiceMaker Trial}; Flags: nowait postinstall skipifsilent; WorkingDir: {app}
 
[UninstallDelete]
Type: files; Name: {app}\InvoiceMaker.url
Type: dirifempty; Name: {app}

Randem

Uninstall then re-download and re-install. The file should have a date as such Yesterday, January 16, 2008, 2:47:39 PM
 
Look in the properties for the modified date

spick56

17/Jan/08 10:53 AM AEST (about 11.5 hours ago)
 
/Michael

Randem


Randem

OK, I will take a look. Are you using VB.NET 2003?
 
Give me some details on how to duplicate the problem. I don't seem to be able to.

spick56

Sorry I forgot to mention that I downloaded 8.0 build 2 this morning and that's what I'm using.
 
/Michael
 

Randem

I have tested 8.0 Build 1 with other VB.NET 2005 projects that I have here and found no problems. I noticed you are probably using VB.Net 2003 but I would need your .vbproj files to test with (not vbproj.user).
 
Download 8.0 Build 2 to see if the problem still exist.

Randem

spick56,
 
I do not have your vb.net project file. I have a .user fiile bu that is of no use.

Randem

My first suggestion would be to download 8.0 Build 2 and install that. You did not mention what version you were using...
 
Meanwhile I will have a look at your project.

spick56

Hi randem,
I am also having the same problems as Steve (svanxx).
I am using Vista Home Premium and VB2005 with the latest patches/updates/etc.
 
As I'm running Vista and Steve is running XP you may find the files that I've attached also useful to see.
 
/Michael  

svanxx

I'm out home now, so I'll send it in the morning to you.

Randem

You still did not send the InnoScript .pjt file. I have run the project and no errors, just unfound files in safe mode...

Randem

Also I am looking for the InnoScript pjt file you created to use with the system.