Topics Topics Help/Instructions Help Edit Profile Profile Member List Register  
Search Last 1 | 3 | 7 Days Search Search Tree View Tree View  
Randem Systems Support Board * InnoScript - General Questions, Report Bugs, Problems etc... * Crystal Report Error in Visual Basic Compiled Project using INNOSETUP < Previous Next >

  Thread Last Poster Posts Pages Last Post
  Start New Thread        

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

joel
New member
Username: joel

Post Number: 1
Registered: 01-2005

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, January 17, 2005 - 06:53 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

I write a program in vb6.0 i am almost done, I compile the program using
InnoSetpup 5.0.6. It works fine during installation in my target machines.
But I received an error everytime I run a form containing crystal report
control. I used crystal 8.5 in my report.

This is the script..
Source: C:\Windows\System32\crystl32.dep; DestDir: {sys}
Source: C:\Windows\System32\crystl32.oca; DestDir: {sys}
Source: C:\Windows\System32\crystl32.ocx; DestDir: {sys}

This is the error..

"Runtime Error 339"

"Component:Crystl32.OCX or one of its dependencies is not correctly
registered: a file is missing or invalid"

Anyone could help me. Thanks..


JOEL
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 169
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, January 17, 2005 - 06:56 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Joel,

Well first, since this is the InnoScript support board... you should actually use InnoScript to create your script. This will create your script for Inno Setup and eliminate most of your problems with dependencies and other things.


Download it from http://www.innoscript.com/innoscript.html
Top of pagePrevious messageNext messageBottom of page Link to this message

joel
New member
Username: joel

Post Number: 2
Registered: 01-2005

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, January 17, 2005 - 07:51 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Now I used InnoScript to generate my script, I compile the script using InnoSetup, but still generating the same error.. i now attached the script for you reference thanks..

; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

[Setup]
AppName=KYXX Point of Sales
AppVerName=KYXX Point of Sales Version 1.00.0105
AppPublisher=Summerihze Software Design and Consultancy Pvt. Ltd. Inc. I
DefaultDirName={pf}\KYXX Point of Sales
DefaultGroupName=KYXX Point of Sales
AllowNoIcons=yes
LicenseFile=D:\KYXX\EULA.txt
InfoBeforeFile=D:\KYXX\Install.txt
InfoAfterFile=D:\KYXX\KYXX.TXT
Compression=lzma
SolidCompression=yes

[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked

[Files]
Source: D:\KYXX\KYXX.exe; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\images\*; DestDir: {app}; Flags: ignoreversion recursesubdirs
Source: D:\KYXX\EULA.txt; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\event.log; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmBarcodeDescSearching.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmBarcodeDescSearching.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmBarcodeDescSearching.log; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmBarcodeNameSearching.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmBarcodeNameSearching.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmCategoryType.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmCategoryType.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmCategoryType.log; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmDSSR.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmDSSR.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmEdit_Delete_Entry.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmEdit_Delete_Entry.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmLogin.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmLogin.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmOrderTaking.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmOrderTaking.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmOrderTaking.log; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmOutINStockINv.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmOutINStockINv.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmPriceDiscAdj.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmPriceDiscAdj.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmPriceDiscAdj.log; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmProductNameEntry.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmProductNameEntry.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmReplenishment.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmReplenishment.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmStocksReceive.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmStocksReceive.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmStocksReceive.log; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmSupplier.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmSupplier.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmSupplier.log; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmTransNotSaved.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmTransSaved.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmUnitType.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\frmUnitType.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\Install.txt; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\kyxx.iss; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\KYXX.exe; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\KYXX.mdb; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\KYXX.PDM; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\KYXX.TXT; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\KYXX.vbp; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\KYXX.vbw; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\KYXX.opt; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\kyxx.pbi; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\kyxx.pbt; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\LIGHTOFF.ICO; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\LIGHTON.ICO; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\MainForm.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\MainForm.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\MainForm.log; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\Module1.bas; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\MSSCCPRJ.SCC; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\PersonnelEntry.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\PersonnelEntry.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\PersonnelEntry.log; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\Report.rpt; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\SalesReceipt2.rpt; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\StockEntry.frm; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\StockEntry.frx; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\StockEntry.log; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\StockReceived.rpt; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\StockReplenishment.rpt; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\StockSold.rpt; DestDir: {app}; Flags: ignoreversion
Source: D:\KYXX\Uninstall.txt; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\asycfilt.dll; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\COMCAT.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\Crystl32.oca; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\Crystl32.dep; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\Crystl32.OCX; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\DAO350.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\DBGRID32.OCX; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\expsrv.dll; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\FLATBTN2.oca; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\FLATBTN2.OCX; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\KYXX.DDF; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MDAC_TYP.EXE; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSADODC.OCX; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSCOMCT2.OCX; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSCOMCTL.OCX; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSFLXGRD.OCX; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSJET35.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSJINT35.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSJTER35.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSRD2X35.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSRDO20.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSREPL35.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSSTDFMT.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\msvbvm60.dll; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\MSVCRT40.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\oleaut32.dll; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\olepro32.dll; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\Project1.DDF; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\RDOCURS.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\stdole2.tlb; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\VB5DB.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\VB6STKIT.DLL; DestDir: {app}; Flags: ignoreversion
Source: D:\joel\Package\Support\vbajet32.dll; DestDir: {app}; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: {group}\KYXX Point of Sales; Filename: {app}\KYXX.exe
Name: {group}{cm:UninstallProgram,KYXX Point of Sales}; Filename: {uninstallexe}
Name: {userdesktop}\KYXX Point of Sales; Filename: {app}\KYXX.exe; Tasks: desktopicon
Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\KYXX Point of Sales; Filename: {app}\KYXX.exe; Tasks: quicklaunchicon

[Run]
Filename: {app}\KYXX.exe; Description: {cm:LaunchProgram,KYXX Point of Sales}; Flags: nowait postinstall skipifsilent
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 170
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, January 17, 2005 - 08:08 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

joel,

This script was created by Inno Setup not InnoScript. There are no InnoScript markers in this file.

; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!


InnoScript creates a much different script. What is your version of InnoScript?
Top of pagePrevious messageNext messageBottom of page Link to this message

(Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, January 17, 2005 - 09:45 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

attached herewith is the script generated by InnoScript i install the packege in windows 2000 professional computer but generate errors during registering component stage.I also copied crpe32.dep to d:\kyxx folder to avoid error during compile, since InnoScript doesn't detect the file from this source

>> "Source: crpe32.dep; DestDir: {app}; Flags: ignoreversion" <<


here is the script:

; InnoScript Version 4.0.2
; Randem Systems, Inc.
; Copyright 2003, 2004
; website: http://www.randem.com
; support: http://www.innoscript.com/cgi-bin/discus/discus.cgi

; Date: January 18, 2005

; VB Runtime Files Folder: C:\Program Files\Randem Systems\InnoScript\InnoScript 4.0\VB 6 Redist Files\
; Visual Basic Project File (.vbp): D:\KYXX\KYXX.vbp
; Inno Setup Script Output File (.iss): D:\KYXX\kyxx.iss
; Visual Basic Project Application File (exe/dll/ocx): D:\KYXX\KYXX.exe

; ------------------------
; Visual Basic References
; ------------------------

; Microsoft DAO 3.51 Object Library
; Microsoft Data Formatting Object Library


; --------------------------
; Visual Basic Components
; --------------------------



[Setup]
AppName=KYXX
AppVerName=KYXX 1.0.0
AppPublisher=software design and consultancy
AppVersion=1.0.0
VersionInfoVersion=1.0.0
AllowNoIcons=no
InfoBeforeFile=D:\KYXX\EULA.txt
InfoAfterFile=D:\KYXX\KYXX.TXT
DefaultDirName={pf}\
AppCopyright=
PrivilegesRequired=Admin
MinVersion=4.1,5.0
OutputBaseFilename=InnoScriptKyxx

[Tasks]
Name: desktopicon; Description: Create a &desktop icon; GroupDescription: Additional Icons:
Name: quicklaunchicon; Description: Create a &Quick Launch Icon; GroupDescription: Additional Icons:; Flags: unchecked

[Files]
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\msvbvm60.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\oleaut32.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\olepro32.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\asycfilt.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\stdole2.tlb; DestDir: {sys}; Flags: regtypelib
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\comcat.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\kyxx\kyxx.exe; DestDir: {app}; Flags: ignoreversion
Source: crpe32.dep; DestDir: {app}; Flags: ignoreversion
Source: c:\windows\system32\crpe32.dll; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmbarcodedescsearching.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmbarcodedescsearching.log; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmbarcodenamesearching.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmcategorytype.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmcategorytype.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmcategorytype.log; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmdssr.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmdssr.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmedit_delete_entry.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmedit_delete_entry.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmlogin.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmlogin.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmordertaking.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmordertaking.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmordertaking.log; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmoutinstockinv.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmoutinstockinv.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmpricediscadj.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmpricediscadj.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmpricediscadj.log; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmproductnameentry.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmproductnameentry.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmreplenishment.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmstocksreceive.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmstocksreceive.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmstocksreceive.log; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmsupplier.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmsupplier.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmsupplier.log; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmtransnotsaved.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmtranssaved.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmunittype.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\frmunittype.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\innoscriptkyxx.pjt; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\install.txt; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\kyxx.iss; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\kyxx.mdb; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\kyxx.opt; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\kyxx.pbi; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\kyxx.pbt; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\kyxx.pdm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\kyxx.txt; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\kyxx.vbp; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\kyxx.vbw; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\lightoff.ico; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\lighton.ico; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\mainform.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\mainform.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\mainform.log; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\module1.bas; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\mssccprj.scc; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\personnelentry.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\personnelentry.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\personnelentry.log; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\report.rpt; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\salesreceipt2.rpt; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\stockentry.frm; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\stockentry.frx; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\stockentry.log; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\stockreceived.rpt; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\stockreplenishment.rpt; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\stocksold.rpt; DestDir: {app}; Flags: ignoreversion
Source: d:\kyxx\uninstall.txt; DestDir: {app}; Flags: ignoreversion
Source: c:\windows\system32\flatbtn2.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\windows\system32\dbgrid32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\windows\system32\mscomct2.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\windows\system32\mscomctl.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\program files\common files\microsoft shared\dao\dao350.dll; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\windows\system32\crystl32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: D:\KYXX\images\*.*; DestDir: {app}\images; Flags: ignoreversion

[INI]
Filename: {app}\KYXX.url; Section: InternetShortcut; Key: URL; String:

[Icons]
Name: {group}\KYXX; Filename: {app}\KYXX.exe; WorkingDir: {app}
Name: {group}\KYXX on the Web; Filename: {app}\KYXX.url
Name: {group}\Uninstall KYXX; Filename: {uninstallexe}
Name: {userdesktop}\KYXX; Filename: {app}\KYXX.exe; Tasks: desktopicon; WorkingDir: {app}
Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\KYXX; Filename: {app}\KYXX.exe; Tasks: quicklaunchicon; WorkingDir: {app};

[Run]
Filename: {app}\KYXX.exe; Description: Launch KYXX; Flags: nowait postinstall skipifsilent; WorkingDir: {app}

[UninstallDelete]
Type: files; Name: {app}\KYXX.url

I am stuck by this error.. pls help..
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 171
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, January 17, 2005 - 10:11 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Joel,


What generates errors and what errors are they?

crpe32.dep is expected to be in the same location that crpe32.dll is in. crpe32.dep does not need to be included in the script.

Please attach (not post) your .pjt, log, vbp files in one zip file.

InnoScript will detect file from whatever source folder you tell it in the Search Area.
Please include all folder you want InnoScript to search in the Search Area. Expecially the Crystal Reports Folder.
Top of pagePrevious messageNext messageBottom of page Link to this message

Radhakrishnan (Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Thursday, May 26, 2005 - 01:57 am:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

hi i am }to this feild i have developed a software and i have created a setup using innoscript 5.0.8 For me setup files is created when i install i dont get any problem but when i run the program which i have installed i am getting error i not even able to enter the application. The error what i get is "Run-time Error 339 Componetnt 'crystl32.ocx' or one of its dependencies not correctly registeried:a file is missing or invalid" i have even registeied crystl32.ocx manualy by using regsvr32 but even than i am not able to register it when i try to do it i am getting the error "load Library ("crystle32.ocx")failed-the specified file or module could not be found"

; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

[Setup]
AppName=Reswiz Demo
AppVerName=Reswiz Demo
AppPublisher=Youth Soft
AppPublisherURL=http://www.mycompany.com
AppSupportURL=http://www.mycompany.com
AppUpdatesURL=http://www.mycompany.com
DefaultDirName={pf}\Reswiz Demo
DefaultGroupName=Reswiz Demo
LicenseFile=E:\rpr\agreement.txt
InfoBeforeFile=E:\rpr\beforeinstallartion.txt
InfoAfterFile=E:\rpr\afterinstall.txt
OutputDir=E:\ResuWiz\ResuWiz_26_05_05
OutputBaseFilename=setup
Password=12345
Compression=lzma
SolidCompression=yes

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\HRMS.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\Candidate.rpt"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\Candidates.rpt"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\consultancy.rpt"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\Requirement.rpt"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\Selected.rpt"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\Selected1.rpt"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\about.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\Add skill.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\addskillset.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\back.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\backup1.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\backupbut.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\cancel.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\close.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\close1.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\company.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\consultancy.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\delete.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\edit.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\exit.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\mailtocan.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\main.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\new.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\new1.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\ok.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\print.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\qualification.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\report.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\requirement.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\restore.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\restore1.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\resume.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\save1.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\savebut.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\savebut1.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\search.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\select.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\setpath.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\setpath1.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\systeminfo.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\view.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\pspbrwse.jbf"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\hrsoftware.jpg"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\splash.jpg"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\ResuWIz25_05_05\Test ResuWIZ\Files\Hr.mdb"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\Reswiz Demo"; Filename: "{app}\HRMS.exe"
Name: "{userdesktop}\Reswiz Demo"; Filename: "{app}\HRMS.exe"; Tasks: desktopicon

[Run]
Filename: "{app}\HRMS.exe"; Description: "{cm:LaunchProgram,Reswiz Demo}"; Flags: nowait postinstall skipifsilent

can u give me any solution for this.
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 256
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Thursday, May 26, 2005 - 07:18 am:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Radhakrishnan,

Use InnoScript to create your script. It will find all your dependencies that you need and also create a better script. You used Inno Setup Wizard (not the same thing).
Top of pagePrevious messageNext messageBottom of page Link to this message

radhakrishnan (Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Thursday, May 26, 2005 - 08:04 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

can u say me what is diff. between innoscript and innosetup
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 257
Registered: 02-2004

Rating: 
Votes: 1 (Vote!)

Posted on Thursday, May 26, 2005 - 08:30 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

radhakrishnan,

A world of differences. InnoScript helps you to create a script for Inno Setup. The Inno Setup Wizard is not as comprehensive as InnoScript. Try it and the differences will be obvious.

The documentation for InnoScript is included with the package and on the website.
Top of pagePrevious messageNext messageBottom of page Link to this message

Radhakrishnan (Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Thursday, May 26, 2005 - 11:30 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

In the InnoScript VBP to InnoSeup Script Converter window "vb runtime File Folder" is asked o be added but i dont know which is vb runtime files can u say me which are the vb runtime files. in my project i have used Crystal report. Pls help me
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 258
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Thursday, May 26, 2005 - 11:57 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Radhakrishnan,

The VB runtime file folder is the default location. The files were installed with innoscript in the folder where you installed InnoScript.
Top of pagePrevious messageNext messageBottom of page Link to this message

Radhakrishnan (Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Friday, May 27, 2005 - 12:35 am:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

My setup as been created and i am able to open the aplication but when i happen to view the crystal report im getting the error message "Run-Time Error "20530" Cannot find database Dll" Can u help me.
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 259
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Friday, May 27, 2005 - 12:45 am:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Radhakrishnan,

Could you zip and upload your script and vbp file.
Top of pagePrevious messageNext messageBottom of page Link to this message

Radhakrishnan (Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Friday, May 27, 2005 - 12:46 am:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

My setup as been created and i am able to open the aplication but when i happen to view the crystal report im getting the error message "Run-Time Error "20532" Cannot find database Dll" Can u help me. I have given the error number wrong in the previous query
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 260
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Friday, May 27, 2005 - 12:55 am:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Radhakrishnan,

Upload your script and vbp file.
Top of pagePrevious messageNext messageBottom of page Link to this message

(Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Friday, May 27, 2005 - 01:27 am:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

i have made some mistake i dont know which are the files to be add in the vb runtime fle folder actualy 41 files cannot be found and they are shown in red they
"Source: vb_dcom_mdac_jet_autosetup.exe; DestDir: {tmp}; Flags: deleteafterinstall ignoreversion

Source: p2bbnd.dll; DestDir: {sys}; Flags: sharedfile

; InnoScript Version 4.0.5
; Randem Systems, Inc.
; Copyright 2003, 2004
; website: http://www.randem.com
; support: http://www.innoscript.com/cgi-bin/discus/discus.cgi

; Date: May 27, 2005

; VB Runtime Files Folder: D:\ResuWiz\ResuWiz_27_05_05\Dll\
; Visual Basic Project File (.vbp): D:\ResuWiz\Dump\ResuWiz1\ResuWIz\HRMS.vbp
; Inno Setup Script Output File (.iss): D:\ResuWiz\ResuWiz_27_05_05\Setup.iss

; ------------------------
; Visual Basic References
; ------------------------

; Microsoft ActiveX Data Objects 2.0 Library
; Microsoft Data Environment Instance 1.0


; --------------------------
; Visual Basic Components
; --------------------------



[Setup]
AppName=HRMS
AppVerName=HRMS 1.0.0
AppPublisher=ETHER SOFT
AppPublisherURL=http://www.vsmnavigtor.com
AppSupportURL=http://www.vsmnavigtor.com
AppUpdatesURL=http://www.vsmnavigtor.com
AppVersion=1.0.0
VersionInfoVersion=1.0.0
AllowNoIcons=no
InfoBeforeFile=D:\ResuWiz\beforeinstallartion.txt
InfoAfterFile=D:\ResuWiz\afterinstall.txt
DefaultGroupName=HRMS
DefaultDirName=D:\ResuWiz\ResuWiz_27_05_05\Setup.txt
AppCopyright=Youth Soft
PrivilegesRequired=Admin
MinVersion=4.0,5.01sp4
OutputBaseFilename=HRMS100Beta

[Tasks]
Name: desktopicon; Description: Create a &desktop icon; GroupDescription: Additional Icons:
Name: quicklaunchicon; Description: Create a &Quick Launch Icon; GroupDescription: Additional Icons:; Flags: unchecked

[Files]
Source: d:\resuwiz\resuwiz_27_05_05\dll\msvbvm60.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\oleaut32.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\olepro32.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\asycfilt.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\stdole2.tlb; DestDir: {sys}; Flags: regtypelib
Source: d:\resuwiz\resuwiz_27_05_05\dll\comcat.dll; DestDir: {sys}; Flags: sharedfile
Source: vb_dcom_mdac_jet_autosetup.exe; DestDir: {tmp}; Flags: deleteafterinstall ignoreversion
Source: c:\program files\common files\system\ado\msado20.tlb; DestDir: {sys}; Flags: uninsneveruninstall regtypelib
Source: d:\resuwiz\resuwiz_27_05_05\dll\msmapi32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\comdlg32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\crystl32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\mscomct2.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\program files\common files\designer\msderun.dll; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: d:\resuwiz\dump\resuwiz1\resuwiz\hrms.exe; DestDir: {app}; Flags: ignoreversion
Source: p2bbnd.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\crpe32.dll; DestDir: {sys}; Flags: sharedfile
Source: autprx32.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbjet.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbdao.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbpdx.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbidapi.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbdflex.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbbde.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbact.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbbnd.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsacl.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsoracl.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsgupta.dll; DestDir: {sys}; Flags: sharedfile
Source: pdssyb10.dll; DestDir: {sys}; Flags: sharedfile
Source: pdstrack.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsevt.dll; DestDir: {sys}; Flags: sharedfile
Source: pdssql.dll; DestDir: {sys}; Flags: sharedfile
Source: pdssybas.dll; DestDir: {sys}; Flags: sharedfile
Source: pdctbtrv.dll; DestDir: {sys}; Flags: sharedfile
Source: pdiract3.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsdb2.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsmon.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsfs.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsmcube.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsoledb.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsoutlk.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsrfc.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsmsiis.dll; DestDir: {sys}; Flags: sharedfile
Source: pdctprft.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsholos.dll; DestDir: {sys}; Flags: sharedfile
Source: sscdlg.dll; DestDir: {sys}; Flags: sharedfile
Source: sscrc.dll; DestDir: {sys}; Flags: sharedfile
Source: pg32conv.dll; DestDir: {sys}; Flags: sharedfile
Source: amzi4.dll; DestDir: {sys}; Flags: sharedfile
Source: ltkrn11n.dll; DestDir: {sys}; Flags: sharedfile
Source: crwfaxbi.dll; DestDir: {sys}; Flags: sharedfile
Source: pdoesbse.dll; DestDir: {sys}; Flags: sharedfile
Source: pdirov.dll; DestDir: {sys}; Flags: sharedfile
Source: u2frec.dll; DestDir: {sys}; Flags: sharedfile
Source: u2fdif.dll; DestDir: {sys}; Flags: sharedfile
Source: D:\ResuWiz\Dump\Test ResuWIZ\Files\*.*; DestDir: {app}\Files; Flags: ignoreversion

[INI]
Filename: {app}\HRMS.url; Section: InternetShortcut; Key: URL; String: http://www.vsmnavigtor.com

[Icons]
Name: {group}\HRMS; Filename: {app}\HRMS.exe; WorkingDir: {app}
Name: {group}\HRMS on the Web; Filename: {app}\HRMS.url
Name: {group}\Uninstall HRMS; Filename: {uninstallexe}
Name: {userdesktop}\HRMS; Filename: {app}\HRMS.exe; Tasks: desktopicon; WorkingDir: {app}
Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\HRMS; Filename: {app}\HRMS.exe; Tasks: quicklaunchicon; WorkingDir: {app};

[Run]
Filename: {tmp}\VB_DCOM_MDAC_JET_AutoSetup.exe; Parameters: /NORESTART /VERYSILENT; WorkingDir: {tmp}; Flags: skipifdoesntexist
Filename: {app}\HRMS.exe; Description: Launch HRMS; Flags: nowait postinstall skipifsilent; WorkingDir: {app}

[UninstallDelete]
Type: files; Name: {app}\HRMS.url
Top of pagePrevious messageNext messageBottom of page Link to this message

Radhakrishnan (Unregistered Guest)
Unregistered guest

Rating: 
Votes: 24 (Vote!)

Posted on Friday, May 27, 2005 - 01:34 am:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

i have made some mistake i dont know which are the files to be add in the vb runtime fle folder actualy 41 files cannot be found and they are shown in red they
"Source: vb_dcom_mdac_jet_autosetup.exe; DestDir: {tmp}; Flags: deleteafterinstall ignoreversion

Source: p2bbnd.dll; DestDir: {sys}; Flags: sharedfile

Source: autprx32.dll; DestDir: {sys}; Flags: sharedfile

Source: pdbjet.dll; DestDir: {sys}; Flags: sharedfile

Source: pdbdao.dll; DestDir: {sys}; Flags: sharedfile

Source: pdbpdx.dll; DestDir: {sys}; Flags: sharedfile

Source: pdbidapi.dll; DestDir: {sys}; Flags: sharedfile

Source: pdbdflex.dll; DestDir: {sys}; Flags: sharedfile

Source: pdbbde.dll; DestDir: {sys}; Flags: sharedfile

Source: pdbact.dll; DestDir: {sys}; Flags: sharedfile

Source: pdbbnd.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsacl.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsoracl.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsgupta.dll; DestDir: {sys}; Flags: sharedfile

Source: pdssyb10.dll; DestDir: {sys}; Flags: sharedfile

Source: pdstrack.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsevt.dll; DestDir: {sys}; Flags: sharedfile

Source: pdssql.dll; DestDir: {sys}; Flags: sharedfile

Source: pdssybas.dll; DestDir: {sys}; Flags: sharedfile

Source: pdctbtrv.dll; DestDir: {sys}; Flags: sharedfile

Source: pdiract3.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsdb2.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsmon.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsfs.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsmcube.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsoledb.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsoutlk.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsrfc.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsmsiis.dll; DestDir: {sys}; Flags: sharedfile

Source: pdctprft.dll; DestDir: {sys}; Flags: sharedfile

Source: pdsholos.dll; DestDir: {sys}; Flags: sharedfile

Source: sscdlg.dll; DestDir: {sys}; Flags: sharedfile

Source: sscrc.dll; DestDir: {sys}; Flags: sharedfile

Source: pg32conv.dll; DestDir: {sys}; Flags: sharedfile

Source: amzi4.dll; DestDir: {sys}; Flags: sharedfile

Source: ltkrn11n.dll; DestDir: {sys}; Flags: sharedfile

Source: crwfaxbi.dll; DestDir: {sys}; Flags: sharedfile

Source: pdoesbse.dll; DestDir: {sys}; Flags: sharedfile

Source: pdirov.dll; DestDir: {sys}; Flags: sharedfile

Source: u2frec.dll; DestDir: {sys}; Flags: sharedfile

Source: u2fdif.dll; DestDir: {sys}; Flags: sharedfile"
These are the files that can not found pls say what are the files should i add to"Runtime vpb file foldeer
; InnoScript Version 4.0.5 be
; Randem Systems, Inc.
; Copyright 2003, 2004
; website: http://www.randem.com
; support: http://www.innoscript.com/cgi-bin/discus/discus.cgi

; Date: May 27, 2005

; VB Runtime Files Folder: D:\ResuWiz\ResuWiz_27_05_05\Dll\
; Visual Basic Project File (.vbp): D:\ResuWiz\Dump\ResuWiz1\ResuWIz\HRMS.vbp
; Inno Setup Script Output File (.iss): D:\ResuWiz\ResuWiz_27_05_05\Setup.iss

; ------------------------
; Visual Basic References
; ------------------------

; Microsoft ActiveX Data Objects 2.0 Library
; Microsoft Data Environment Instance 1.0


; --------------------------
; Visual Basic Components
; --------------------------



[Setup]
AppName=HRMS
AppVerName=HRMS 1.0.0
AppPublisher=ETHER SOFT
AppPublisherURL=http://www.vsmnavigtor.com
AppSupportURL=http://www.vsmnavigtor.com
AppUpdatesURL=http://www.vsmnavigtor.com
AppVersion=1.0.0
VersionInfoVersion=1.0.0
AllowNoIcons=no
InfoBeforeFile=D:\ResuWiz\beforeinstallartion.txt
InfoAfterFile=D:\ResuWiz\afterinstall.txt
DefaultGroupName=HRMS
DefaultDirName=D:\ResuWiz\ResuWiz_27_05_05\Setup.txt
AppCopyright=Youth Soft
PrivilegesRequired=Admin
MinVersion=4.0,5.01sp4
OutputBaseFilename=HRMS100Beta

[Tasks]
Name: desktopicon; Description: Create a &desktop icon; GroupDescription: Additional Icons:
Name: quicklaunchicon; Description: Create a &Quick Launch Icon; GroupDescription: Additional Icons:; Flags: unchecked

[Files]
Source: d:\resuwiz\resuwiz_27_05_05\dll\msvbvm60.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\oleaut32.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\olepro32.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\asycfilt.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\stdole2.tlb; DestDir: {sys}; Flags: regtypelib
Source: d:\resuwiz\resuwiz_27_05_05\dll\comcat.dll; DestDir: {sys}; Flags: sharedfile
Source: vb_dcom_mdac_jet_autosetup.exe; DestDir: {tmp}; Flags: deleteafterinstall ignoreversion
Source: c:\program files\common files\system\ado\msado20.tlb; DestDir: {sys}; Flags: uninsneveruninstall regtypelib
Source: d:\resuwiz\resuwiz_27_05_05\dll\msmapi32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\comdlg32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\crystl32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\mscomct2.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\program files\common files\designer\msderun.dll; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: d:\resuwiz\dump\resuwiz1\resuwiz\hrms.exe; DestDir: {app}; Flags: ignoreversion
Source: p2bbnd.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\resuwiz\resuwiz_27_05_05\dll\crpe32.dll; DestDir: {sys}; Flags: sharedfile
Source: autprx32.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbjet.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbdao.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbpdx.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbidapi.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbdflex.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbbde.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbact.dll; DestDir: {sys}; Flags: sharedfile
Source: pdbbnd.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsacl.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsoracl.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsgupta.dll; DestDir: {sys}; Flags: sharedfile
Source: pdssyb10.dll; DestDir: {sys}; Flags: sharedfile
Source: pdstrack.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsevt.dll; DestDir: {sys}; Flags: sharedfile
Source: pdssql.dll; DestDir: {sys}; Flags: sharedfile
Source: pdssybas.dll; DestDir: {sys}; Flags: sharedfile
Source: pdctbtrv.dll; DestDir: {sys}; Flags: sharedfile
Source: pdiract3.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsdb2.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsmon.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsfs.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsmcube.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsoledb.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsoutlk.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsrfc.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsmsiis.dll; DestDir: {sys}; Flags: sharedfile
Source: pdctprft.dll; DestDir: {sys}; Flags: sharedfile
Source: pdsholos.dll; DestDir: {sys}; Flags: sharedfile
Source: sscdlg.dll; DestDir: {sys}; Flags: sharedfile
Source: sscrc.dll; DestDir: {sys}; Flags: sharedfile
Source: pg32conv.dll; DestDir: {sys}; Flags: sharedfile
Source: amzi4.dll; DestDir: {sys}; Flags: sharedfile
Source: ltkrn11n.dll; DestDir: {sys}; Flags: sharedfile
Source: crwfaxbi.dll; DestDir: {sys}; Flags: sharedfile
Source: pdoesbse.dll; DestDir: {sys}; Flags: sharedfile
Source: pdirov.dll; DestDir: {sys}; Flags: sharedfile
Source: u2frec.dll; DestDir: {sys}; Flags: sharedfile
Source: u2fdif.dll; DestDir: {sys}; Flags: sharedfile
Source: D:\ResuWiz\Dump\Test ResuWIZ\Files\*.*; DestDir: {app}\Files; Flags: ignoreversion

[INI]
Filename: {app}\HRMS.url; Section: InternetShortcut; Key: URL; String: http://www.vsmnavigtor.com

[Icons]
Name: {group}\HRMS; Filename: {app}\HRMS.exe; WorkingDir: {app}
Name: {group}\HRMS on the Web; Filename: {app}\HRMS.url
Name: {group}\Uninstall HRMS; Filename: {uninstallexe}
Name: {userdesktop}\HRMS; Filename: {app}\HRMS.exe; Tasks: desktopicon; WorkingDir: {app}
Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\HRMS; Filename: {app}\HRMS.exe; Tasks: quicklaunchicon; WorkingDir: {app};

[Run]
Filename: {tmp}\VB_DCOM_MDAC_JET_AutoSetup.exe; Parameters: /NORESTART /VERYSILENT; WorkingDir: {tmp}; Flags: skipifdoesntexist
Filename: {app}\HRMS.exe; Description: Launch HRMS; Flags: nowait postinstall skipifsilent; WorkingDir: {app}

[UninstallDelete]
Type: files; Name: {app}\HRMS.url
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 261
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Friday, May 27, 2005 - 07:25 am:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Radhakrishnan,

When you create a project the default location of the VB runtime files is there. You have changed it to another location so of course it cannot find these files. The default location for installation of InnoScript VB 6 runtime Files is C:\Program Files\Randem Systems\InnoScript\InnoScript 4.0\VB 6 Redist Files. If you create a new project this info is already on the screen. You should use these files.

As far as your Crystal Reports files not being found, You need to put the folder name where Crystal Reports is installed on your computer in the Search Path Area.

The VB_DCOM_MDAC_JET_AutoSetup.exe file needs to be downloaded and put into the InnoScript Folder or you need to put the folder name of where it is in the Search Path Area

All this info is in the Documentation.
Top of pagePrevious messageNext messageBottom of page Link to this message

Radhakrishnan (Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Friday, May 27, 2005 - 07:20 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

hi Good morning, Thanks for ur help i have got the solution 95% but i have still i have 5% problem.After compliation of compliation i have got a message "Script created d:/xxxx.iss
Number of files found:14
Number of unsae files:10
Number of files not found:3
Number of files deleted:10"
These are the lines showen in red.
"Source: p2bbnd.dll; DestDir: {sys}; Flags: sharedfile

Source: crpe32.dll; DestDir: {sys}; Flags: sharedfile

Source: autprx32.dll; DestDir: {sys}; Flags: sharedfile"

U have asked me to place the VB_DCOM_MDAC_JET_AutoSetup.exe in the InnoScript folder. do i want to place the "VB_DCOM_MDAC_JET_AutoSetup.exe" file or want to set the path while installing it.

I have placed the generated script with this for ur referance
--------------SCRIPT------------------------
; InnoScript Version 4.0.5
; Randem Systems, Inc.
; Copyright 2003, 2004
; website: http://www.randem.com
; support: http://www.innoscript.com/cgi-bin/discus/discus.cgi

; Date: May 28, 2005

; VB Runtime Files Folder: C:\Program Files\Randem Systems\InnoScript\InnoScript 4.0\VB 6 Redist Files\
; Visual Basic Project File (.vbp): D:\ResuWiz\Dump\ResuWiz1\ResuWIz\HRMS.vbp
; Inno Setup Script Output File (.iss): D:\ResuWiz\ResuWiz_28_05_05\resuWiz Script.iss

; ------------------------
; Visual Basic References
; ------------------------

; Microsoft ActiveX Data Objects 2.0 Library
; Microsoft Data Environment Instance 1.0


; --------------------------
; Visual Basic Components
; --------------------------



[Setup]
AppName=HRMS
AppVerName=HRMS 1.0.0
AppPublisher=ETHER SOFT
AppPublisherURL=http://www.vsmnavigator.com
AppSupportURL=http://www.vsmnavigator.com
AppUpdatesURL=http://www.vsmnavigator.com
AppVersion=1.0.0
VersionInfoVersion=1.0.0
AllowNoIcons=no
InfoBeforeFile=D:\ResuWiz\ResuWiz_28_05_05\beforeinstallartion.txt
InfoAfterFile=D:\ResuWiz\ResuWiz_28_05_05\afterinstall.txt
DefaultGroupName=ResuWiz
DefaultDirName=D:\ResuWiz\ResuWiz_28_05_05\setupres.txt
AppCopyright=Youth Soft
PrivilegesRequired=Admin
MinVersion=4.0,5.01sp4
OutputBaseFilename=HRMS100

[Tasks]
Name: desktopicon; Description: Create a &desktop icon; GroupDescription: Additional Icons:

[Files]
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\msvbvm60.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\oleaut32.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\olepro32.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\asycfilt.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\stdole2.tlb; DestDir: {sys}; Flags: regtypelib
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\comcat.dll; DestDir: {sys}; Flags: sharedfile
Source: d:\resuwiz\resuwiz_28_05_05\comdlg32.ocx; DestDir: {app}; Flags: regserver restartreplace
Source: d:\resuwiz\resuwiz_28_05_05\crystl32.ocx; DestDir: {app}; Flags: regserver restartreplace
Source: d:\resuwiz\resuwiz_28_05_05\mscomct2.ocx; DestDir: {app}; Flags: regserver restartreplace
Source: d:\resuwiz\resuwiz_28_05_05\msmapi32.ocx; DestDir: {app}; Flags: regserver restartreplace
Source: d:\resuwiz\resuwiz_28_05_05\setup1.bat; DestDir: {app}; Flags: ignoreversion
Source: c:\program files\common files\system\ado\msado20.tlb; DestDir: {sys}; Flags: uninsneveruninstall regtypelib
Source: c:\program files\common files\designer\msderun.dll; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: d:\resuwiz\dump\resuwiz1\resuwiz\hrms.exe; DestDir: {app}; Flags: ignoreversion
Source: p2bbnd.dll; DestDir: {sys}; Flags: sharedfile
Source: crpe32.dll; DestDir: {sys}; Flags: sharedfile
Source: autprx32.dll; DestDir: {sys}; Flags: sharedfile
Source: D:\ResuWiz\ResuWiz_28_05_05\Files\*.*; DestDir: {app}\Files; Flags: ignoreversion

[INI]
Filename: {app}\HRMS.url; Section: InternetShortcut; Key: URL; String: http://www.vsmnavigator.com

[Icons]
Name: {group}\HRMS; Filename: {app}\HRMS.exe; WorkingDir: {app}
Name: {group}\HRMS on the Web; Filename: {app}\HRMS.url
Name: {group}\Uninstall HRMS; Filename: {uninstallexe}
Name: {userdesktop}\HRMS; Filename: {app}\HRMS.exe; Tasks: desktopicon; WorkingDir: {app}

[Run]
Filename: {app}\HRMS.exe; Description: Launch HRMS; Flags: nowait postinstall skipifsilent; WorkingDir: {app}

[UninstallDelete]
Type: files; Name: {app}\HRMS.url
--------------END OF SCRIPT----------------
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 262
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Friday, May 27, 2005 - 08:08 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Radhakrishnan,,

You must be doing something wrong you eliminated 95 percent of your files from Crystal Reports. Why did you remove them?

You can put the Auto OS Updater anywhere you want and long as InnoScript can find it.

Why don't you just zip and upload your .vbp and .pjt (InnoScript Project) files?
Top of pagePrevious messageNext messageBottom of page Link to this message

Radhakrishnan (Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Friday, May 27, 2005 - 08:22 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

hi i am not able to upload the files
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 264
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Friday, May 27, 2005 - 08:24 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Radhakrishnan,

You need to elaborate. Why are you not able?
Top of pagePrevious messageNext messageBottom of page Link to this message

(Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Sunday, June 12, 2005 - 06:17 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

i've trouble in my aplication..When I make report in vb6 using crystal report 8.5 appear error " Cannot Open SQL Server"..it cause teh version of my pdsmcube.dll is not compatible with the version now..what should I do?
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 266
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, June 13, 2005 - 05:55 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

You should start with giving a complete detailed statement on what the problem is and with what. I have no clue of what you are doing and with what you are doing it with or even if you are in the correct place for it.
Top of pagePrevious messageNext messageBottom of page Link to this message

(Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Sunday, July 10, 2005 - 09:09 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

i have a problem with my program
there is error 28 (out of stack space)
i think there is a file name crpe32.dll can not registered on windows.

can you help me to solve my problem
i use vb 6.0 and crystal report 8.5

thank you..

regards


Irwans_fox (irwan_fox@yahoo.com)
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 272
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Sunday, July 10, 2005 - 09:18 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Irwan,

Which OS are you running in Windows? What does your script look like (please post it). Where are you getting the errors, at install time or at run time.

The more information that you give the better your help will be.

Mahalo
Top of pagePrevious messageNext messageBottom of page Link to this message

(Unregistered Guest)
Unregistered guest

Rating: N/A
Votes: 0 (Vote!)

Posted on Tuesday, February 28, 2006 - 09:08 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

I nave a programm in VB 6.0 and Crystle Report 6.0 it is working proporly on one M/c but on another m/c it gives run Error

The error is..

"Runtime Error 339"

"Component:Crystl32.OCX or one of its dependencies is not correctly
registered: a file is missing or invalid"

Anyone could help me. Thanks..


Nigam
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 420
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Tuesday, February 28, 2006 - 09:40 pm:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

Aloha Nigam,

Could you post your script. That would be the only way to see what is or is not happening.
Top of pagePrevious messageNext messageBottom of page Link to this message

joel
New member
Username: joel

Post Number: 3
Registered: 01-2005

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, March 06, 2006 - 02:30 am:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

by the way guys my problem with this type of problem in running programs with crystal report control in it was eliminated right after I took the most desperate move, thats is loading all the OCX/DLL/TLB/DEP and other stuff needed by crystal to run, destination should be at {sys}. You may laugh at this approach but it does work.. hehe
Top of pagePrevious messageNext messageBottom of page Link to this message

admin
Board Administrator
Username: admin

Post Number: 421
Registered: 02-2004

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, March 06, 2006 - 08:44 am:   Edit Post Delete Post View Post/Check IP    Move Post (Moderator/Admin Only)

joel,

Laugh, Yes... You could have at least posted the script and told us how you came to get to where you were having the problem. I personally would not like to install a program which installed a bunch of ocx/dll that I did not need on my system.

Add Your Message Here
Post:
Bold text Italics Underline Create a hyperlink Insert a clipart image

Username: Posting Information:
This is a private posting area. Only registered users and moderators may post messages here.
Password:
Options: Enable HTML code in message
Automatically activate URLs in message
Action:

Topics | Last Day | Last Week | Tree View | Search | Help/Instructions | Program Credits Administration