Page 1 of 2 12 LastLast
Results 1 to 40 of 54

Thread: [RESOLVED] RANDEM!!! I Need your help

Hybrid View

  1. #1

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Resolved [RESOLVED] RANDEM!!! I Need your help

    Hi Randem,

    I have been trying to get familiar with ********** and InnoSetup using your tutorials, which are excellent by the way. Everything was going fine until I tried to compile the script and I get the following error. Please see attachment. I have placed the file in the Unsafe.Fil text file but the error still comes up.

    Please advise me. This is quite urgent. I would really appreciate it.

  2. #2
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: RANDEM!!! I Need your help

    I know this isn't my thread but just to save Randem having to wait, there is no file attached....

  3. #3

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Thanks for the alert. I was in such a hurry I forgot the attachment. My bad.
    Attached Files Attached Files
    Last edited by Nitesh; Aug 8th, 2007 at 08:24 AM. Reason: Adding Attachment

  4. #4

  5. #5
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Re: RANDEM!!! I Need your help

    You could just copy the dll to a 'safe' directory and point the script there.
    This will then avoid the error.
    However, you should still be able to compile your script with the Inno Compiler if that is your only error.
    ********** just generates the script for you from your vbp file.
    You can then modify it afterwards (using ISTool for ease of use) yourself.

  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Yes, as agmorgan states: Move the file to another folder then tell ********** where that folder is by placing the folder name into the Search Path Area then re-running ********** on your vbp file.

  7. #7

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    Yes, as agmorgan states: Move the file to another folder then tell ********** where that folder is by placing the folder name into the Search Path Area then re-running ********** on your vbp file.
    Should I remove the msbind.dll from the System32 folder? Please advise me. Thanks for the reply.

  8. #8
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Mistake on my part. You just copy the file to another folder. If you remove then programs that use the files will start to fail.
    Last edited by randem; Aug 10th, 2007 at 01:19 AM.

  9. #9

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    Why would you want to remove files? You just copy the file to another folder. If you remove then programs that use the files will start to fail.
    Ok, Thanks randem. Will try that now.

  10. #10

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by Nitesh
    Ok, Thanks randem. Will try that now.
    Sorry Randem,

    One more question. I was coding the software on XP Service Pack 1 but at a later stage I installed Service Pack 2. In ********** under the NT Service pack combobox which Service Pack should I choose. I currently have SP 2 chosen

  11. #11
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Not unless that is what you want the users to have installed before the app will install.

  12. #12

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    Not unless that is what you want the users to have installed before the app will install.
    Sorry Randem.

    Have to bother you again. I ran ********** again after placing these Dll's in a new folder. Now all the followin are coming up in the search path area and the paths I am adding are not there after I run it.


    C:\Documents and Settings\Nitesh\Desktop\exe\;E:\David\VBDev\PupilDBase\;E:\David\VBDev\PupilDBase\dll\;C:\WINDOWS\sy stem32\;C:\Program Files\Common Files\System\ado\;C:\Program Files\Common Files\System\Ole DB\;C:\Program Files\Common Files\Microsoft Shared\CDO\;C:\Program Files\Adobe\Reader 8.0\Reader\;C:\Program Files\Microsoft Office\Office10\;C:\Program Files\Randem Systems\**********\********** 7.0\;C:\WINDOWS\;

    Note: I did not enter all those paths. What should I do now. I have to get this working by the end of the day.

  13. #13

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    Not unless that is what you want the users to have installed before the app will install.
    Hi,

    I have sorted out most of the errors by placing the files in a shared folder. No i'm gettin an error message saying Source File "c:\windows\msvcr80.dll" does not exist.

  14. #14
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Here is what I get:
    Code:
    ; ********** Version 7.1  Build 7
    ; Randem Systems, Inc.
    ; Copyright 2003-2007
    ; Website:  http://www.***********
    ; Support:  http://www.**********.com/cgi-bin/discus/discus.cgi
    ; OS: Windows XP 5.1 build 2600 (Service Pack 2)
    
    ; Date: August 09, 2007
    
    ;              VB Runtime Files Folder:   C:\Program Files\Randem Systems\**********\********** 7.0\VB 6 Redist Files\
    ;     Visual Basic Project File (.vbp):   E:\Works\Nitesh\PupilDBase\PupilDBase.vbp
    ; Inno Setup Script Output File (.iss):   E:\Works\Nitesh\PupilDBase\Scripts\PupilDBase Release.iss
    ;         Script Template Files (.tpl):   C:\Program Files\Randem Systems\**********\********** 7.0\Templates\Release.tpl
    ;                                     :   C:\Program Files\Randem Systems\**********\********** 7.0\Templates\VBRuntime.tpl
    ;                                     :   C:\Program Files\Randem Systems\**********\********** 7.0\Templates\Vista.tpl
    
    ; ------------------------
    ;        References
    ; ------------------------
    
    ; Visual Basic runtime objects and procedures - (MSVBVM60.DLL)
    ; OLE Automation - (STDOLE2.TLB)
    ; Microsoft ActiveX Data Objects 2.7 Library - (msado27.tlb)
    ; Microsoft Shell Controls And Automation - (shell32.dll)
    ; Microsoft Data Binding Collection - (MSBIND.DLL)
    ; Microsoft Data Formatting Object Library - (MSSTDFMT.DLL)
    ; Microsoft Scripting Runtime - (scrrun.dll)
    ; Microsoft VBScript Regular Expressions 1.0 - (vbscript.dll)
    ; Microsoft OLE DB Service Component 1.0 Type Library - (oledb32.dll)
    ; Microsoft XML, v3.0 - (msxml3.dll)
    ; Microsoft Internet Controls - (ieframe.dll)
    ; Microsoft CDO For Exchange 2000 Library - (cdosys.dll)
    ; Adobe Acrobat 8.0 Type Library - (AcroRd32.dll)
    ; SMTP Send Mail for VB6.0 - (vbSendMail.dll)
    ; Microsoft Word 10.0 Object Library - (MSWORD.OLB)
    ; Microsoft MIMEEDIT Type Library 1.0 - (INETCOMM.dll)
    
    
    ; --------------------------
    ;        Components
    ; --------------------------
    
    ; Microsoft Script Control 1.0 - (msscript.ocx)
    ; Microsoft Tabbed Dialog Control 6.0 (SP6) - (tabctl32.ocx)
    ; Microsoft Winsock Control 6.0 (SP6) - (mswinsck.ocx)
    ; Microsoft DataGrid Control 6.0 (SP6) (OLEDB) - (MSDATGRD.OCX)
    ; Microsoft FlexGrid Control 6.0 (SP6) - (MSFLXGRD.OCX)
    ; Microsoft Windows Common Controls-2 5.0 (SP2) - (comct232.ocx)
    ; Microsoft Windows Common Controls-2 6.0 (SP6) - (MSCOMCT2.OCX)
    ; Microsoft Hierarchical FlexGrid Control 6.0 (SP4) (OLEDB) - (mshflxgd.ocx)
    ; Microsoft Data Bound List Controls 6.0 (SP6) - (DBLIST32.OCX)
    ; Microsoft Common Dialog Control 6.0 (SP6) - (comdlg32.ocx)
    
    
    [Setup]
    
    ;-----------------------------------------------------------------------------------------------------
    ; Taken from VBP Project File Parameters AppName, AppName AppVersion and Company
    ;-----------------------------------------------------------------------------------------------------
    
    AppName=PupilDBase
    AppVerName=PupilDBase 1.1.49
    AppPublisher=lljp
    
    ;-----------------------------------------------------------------------------------------------------
    
    AppVersion=1.1.49
    VersionInfoVersion=1.1.49
    AllowNoIcons=yes
    DefaultGroupName=PupilDBase
    DefaultDirName={code:GetAppFolder}\PupilDBase
    AppCopyright=
    PrivilegesRequired=Admin
    MinVersion=4.0,4.0
    Compression=lzma
    OutputBaseFilename=PupilDBase631149Release
    
    [Tasks]
    Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}
    Name: AutoOSUpdater; Description: Install MDAC's for Database Operations; GroupDescription: Install MDAC's:
    
    [Files]
    Source: e:\server data\randem\develop\support\scripts\output\vb_dcom_mdac_jet_autosetup.exe; DestDir: {tmp}; Flags:  deleteafterinstall ignoreversion nocompression; 
    Source: e:\works\nitesh\pupildbase\opendb.dsn; DestDir: {app}; Flags:  ignoreversion; 
    Source: e:\works\nitesh\pupildbase\smsdb.dsn; DestDir: {app}; Flags:  ignoreversion; 
    Source: c:\program files\common files\system\ado\msado27.tlb; DestDir: {cf}\system\ado\; Flags:  uninsneveruninstall sharedfile regtypelib; 
    Source: e:\server data\randem\develop\deployable system files\msbind.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msstdfmt.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\vbscript.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msscript.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msxml3.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\cdosys.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: c:\program files\adobe\acrobat 7.0\reader\acrord32.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: e:\works\nitesh\pupildbase\dll\vbsendmail.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\program files\microsoft office\office11\msword.olb; DestDir: {sys}; Flags:  sharedfile regtypelib; 
    Source: e:\server data\randem\develop\deployable system files\mscomctl.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\tabctl32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\mswinsck.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msdatgrd.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msflxgrd.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\comct232.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\mscomct2.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\mshflxgd.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\dblist32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\richtx32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\comdlg32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\works\nitesh\pupildbase\pupildbase63.exe; DestDir: {app}; Flags:  ignoreversion; 
    Source: c:\program files\adobe\acrobat 7.0\reader\agm.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: c:\program files\adobe\acrobat 7.0\reader\cooltype.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msvcr71.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msvcp71.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: c:\program files\adobe\acrobat 7.0\reader\bib.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: c:\program files\adobe\acrobat 7.0\reader\ace.dll; DestDir: {sys}; Flags:  sharedfile; 
    
    [INI]
    Filename: {app}\PupilDBase63.url; Section: InternetShortcut; Key: URL; String: 
    
    [Icons]
    Name: {group}\PupilDBase; Filename: {app}\PupilDBase63.exe; WorkingDir: {app}
    Name: {group}\{cm:ProgramOnTheWeb, PupilDBase}; Filename: {app}\PupilDBase63.url
    Name: {group}\{cm:UninstallProgram, PupilDBase}; Filename: {uninstallexe}
    Name: {commondesktop}\PupilDBase; Filename: {app}\PupilDBase63.exe; Tasks: desktopicon; WorkingDir: {app}
    
    [Run]
    Filename: {tmp}\VB_DCOM_MDAC_JET_AutoSetup.exe; Parameters: /NORESTART /VERYSILENT; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: AutoOSUpdater
    Filename: {app}\PupilDBase63.exe; Description: {cm:LaunchProgram, PupilDBase}; Flags: nowait postinstall skipifsilent; WorkingDir: {app}
    
    [UninstallDelete]
    Type: files; Name: {app}\PupilDBase63.url
    
    [Code ]
    
    function GetAppFolder(Param: String): String;
    begin
      if InstallOnThisVersion('0,6', '0,0') = irInstall then
        Result := 'C:\Users\Public\' + ExpandConstant('{username}') 
      else
        Result := ExpandConstant('{pf}');
    end;

  15. #15

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    Here is what I get:
    Code:
    ; ********** Version 7.1  Build 7
    ; Randem Systems, Inc.
    ; Copyright 2003-2007
    ; Website:  http://www.***********
    ; Support:  http://www.**********.com/cgi-bin/discus/discus.cgi
    ; OS: Windows XP 5.1 build 2600 (Service Pack 2)
    
    ; Date: August 09, 2007
    
    ;              VB Runtime Files Folder:   C:\Program Files\Randem Systems\**********\********** 7.0\VB 6 Redist Files\
    ;     Visual Basic Project File (.vbp):   E:\Works\Nitesh\PupilDBase\PupilDBase.vbp
    ; Inno Setup Script Output File (.iss):   E:\Works\Nitesh\PupilDBase\Scripts\PupilDBase Release.iss
    ;         Script Template Files (.tpl):   C:\Program Files\Randem Systems\**********\********** 7.0\Templates\Release.tpl
    ;                                     :   C:\Program Files\Randem Systems\**********\********** 7.0\Templates\VBRuntime.tpl
    ;                                     :   C:\Program Files\Randem Systems\**********\********** 7.0\Templates\Vista.tpl
    
    ; ------------------------
    ;        References
    ; ------------------------
    
    ; Visual Basic runtime objects and procedures - (MSVBVM60.DLL)
    ; OLE Automation - (STDOLE2.TLB)
    ; Microsoft ActiveX Data Objects 2.7 Library - (msado27.tlb)
    ; Microsoft Shell Controls And Automation - (shell32.dll)
    ; Microsoft Data Binding Collection - (MSBIND.DLL)
    ; Microsoft Data Formatting Object Library - (MSSTDFMT.DLL)
    ; Microsoft Scripting Runtime - (scrrun.dll)
    ; Microsoft VBScript Regular Expressions 1.0 - (vbscript.dll)
    ; Microsoft OLE DB Service Component 1.0 Type Library - (oledb32.dll)
    ; Microsoft XML, v3.0 - (msxml3.dll)
    ; Microsoft Internet Controls - (ieframe.dll)
    ; Microsoft CDO For Exchange 2000 Library - (cdosys.dll)
    ; Adobe Acrobat 8.0 Type Library - (AcroRd32.dll)
    ; SMTP Send Mail for VB6.0 - (vbSendMail.dll)
    ; Microsoft Word 10.0 Object Library - (MSWORD.OLB)
    ; Microsoft MIMEEDIT Type Library 1.0 - (INETCOMM.dll)
    
    
    ; --------------------------
    ;        Components
    ; --------------------------
    
    ; Microsoft Script Control 1.0 - (msscript.ocx)
    ; Microsoft Tabbed Dialog Control 6.0 (SP6) - (tabctl32.ocx)
    ; Microsoft Winsock Control 6.0 (SP6) - (mswinsck.ocx)
    ; Microsoft DataGrid Control 6.0 (SP6) (OLEDB) - (MSDATGRD.OCX)
    ; Microsoft FlexGrid Control 6.0 (SP6) - (MSFLXGRD.OCX)
    ; Microsoft Windows Common Controls-2 5.0 (SP2) - (comct232.ocx)
    ; Microsoft Windows Common Controls-2 6.0 (SP6) - (MSCOMCT2.OCX)
    ; Microsoft Hierarchical FlexGrid Control 6.0 (SP4) (OLEDB) - (mshflxgd.ocx)
    ; Microsoft Data Bound List Controls 6.0 (SP6) - (DBLIST32.OCX)
    ; Microsoft Common Dialog Control 6.0 (SP6) - (comdlg32.ocx)
    
    
    [Setup]
    
    ;-----------------------------------------------------------------------------------------------------
    ; Taken from VBP Project File Parameters AppName, AppName AppVersion and Company
    ;-----------------------------------------------------------------------------------------------------
    
    AppName=PupilDBase
    AppVerName=PupilDBase 1.1.49
    AppPublisher=lljp
    
    ;-----------------------------------------------------------------------------------------------------
    
    AppVersion=1.1.49
    VersionInfoVersion=1.1.49
    AllowNoIcons=yes
    DefaultGroupName=PupilDBase
    DefaultDirName={code:GetAppFolder}\PupilDBase
    AppCopyright=
    PrivilegesRequired=Admin
    MinVersion=4.0,4.0
    Compression=lzma
    OutputBaseFilename=PupilDBase631149Release
    
    [Tasks]
    Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}
    Name: AutoOSUpdater; Description: Install MDAC's for Database Operations; GroupDescription: Install MDAC's:
    
    [Files]
    Source: e:\server data\randem\develop\support\scripts\output\vb_dcom_mdac_jet_autosetup.exe; DestDir: {tmp}; Flags:  deleteafterinstall ignoreversion nocompression; 
    Source: e:\works\nitesh\pupildbase\opendb.dsn; DestDir: {app}; Flags:  ignoreversion; 
    Source: e:\works\nitesh\pupildbase\smsdb.dsn; DestDir: {app}; Flags:  ignoreversion; 
    Source: c:\program files\common files\system\ado\msado27.tlb; DestDir: {cf}\system\ado\; Flags:  uninsneveruninstall sharedfile regtypelib; 
    Source: e:\server data\randem\develop\deployable system files\msbind.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msstdfmt.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\vbscript.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msscript.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msxml3.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\cdosys.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: c:\program files\adobe\acrobat 7.0\reader\acrord32.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: e:\works\nitesh\pupildbase\dll\vbsendmail.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\program files\microsoft office\office11\msword.olb; DestDir: {sys}; Flags:  sharedfile regtypelib; 
    Source: e:\server data\randem\develop\deployable system files\mscomctl.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\tabctl32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\mswinsck.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msdatgrd.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msflxgrd.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\comct232.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\mscomct2.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\mshflxgd.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\dblist32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\richtx32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\comdlg32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
    Source: e:\works\nitesh\pupildbase\pupildbase63.exe; DestDir: {app}; Flags:  ignoreversion; 
    Source: c:\program files\adobe\acrobat 7.0\reader\agm.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: c:\program files\adobe\acrobat 7.0\reader\cooltype.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msvcr71.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: e:\server data\randem\develop\deployable system files\msvcp71.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: c:\program files\adobe\acrobat 7.0\reader\bib.dll; DestDir: {sys}; Flags:  sharedfile; 
    Source: c:\program files\adobe\acrobat 7.0\reader\ace.dll; DestDir: {sys}; Flags:  sharedfile; 
    
    [INI]
    Filename: {app}\PupilDBase63.url; Section: InternetShortcut; Key: URL; String: 
    
    [Icons]
    Name: {group}\PupilDBase; Filename: {app}\PupilDBase63.exe; WorkingDir: {app}
    Name: {group}\{cm:ProgramOnTheWeb, PupilDBase}; Filename: {app}\PupilDBase63.url
    Name: {group}\{cm:UninstallProgram, PupilDBase}; Filename: {uninstallexe}
    Name: {commondesktop}\PupilDBase; Filename: {app}\PupilDBase63.exe; Tasks: desktopicon; WorkingDir: {app}
    
    [Run]
    Filename: {tmp}\VB_DCOM_MDAC_JET_AutoSetup.exe; Parameters: /NORESTART /VERYSILENT; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: AutoOSUpdater
    Filename: {app}\PupilDBase63.exe; Description: {cm:LaunchProgram, PupilDBase}; Flags: nowait postinstall skipifsilent; WorkingDir: {app}
    
    [UninstallDelete]
    Type: files; Name: {app}\PupilDBase63.url
    
    [Code ]
    
    function GetAppFolder(Param: String): String;
    begin
      if InstallOnThisVersion('0,6', '0,0') = irInstall then
        Result := 'C:\Users\Public\' + ExpandConstant('{username}') 
      else
        Result := ExpandConstant('{pf}');
    end;
    Thanks for your time. But what do I do now.

  16. #16
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    ********** will add the paths to the Search Path Area of where it found file so that the next time you attempt a conversion it will know where to search and it will not take so long.

    You are worrying about the wrong things... Look at the script...

  17. #17

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    ********** will add the paths to the Search Path Area of where it found file so that the next time you attempt a conversion it will know where to search and it will not take so long.

    You are worrying about the wrong things... Look at the script...
    Hi Randem

    forgive me for being so annoying but it's my first time using **********. I am getting the same error as I had the first time but this time with the MSSTDFMT.DLL. I followed the previous steps, placed it in a safe folder and added the path to the search path area but the error still comes up.

  18. #18
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Send me your project...

  19. #19

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    Send me your project...
    Sending it now. The stupid thing is takin so long 2 zip

  20. #20

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by Nitesh
    Sending it now. The stupid thing is takin so long 2 zip
    I've sent it to your address that you gave me a few days ago. Please let me know if you got it.

  21. #21
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    What do you have in it. You did compact the database didn't you?

    How big is the database anyway?

  22. #22

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    What do you have in it. You did compact the database didn't you?

    How big is the database anyway?
    I didn't compact the database. I would get into trouble if I distribute our db. My boss is very particular about that.

  23. #23
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Downloading now...

  24. #24

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    Downloading now...
    thanks

  25. #25
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Then did you at least send an empty one?

  26. #26

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    Then did you at least send an empty one?
    He would have a heart attack even if I did that.

  27. #27
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Alrighty then..., First off you have a major problem you are using DSN's and not deploying them. You should not even be using DSN's with an Access Database. OLEDB would work better and have no extra overhead to deal with on the installation and it would be far simpler too.

    Working on the rest...

  28. #28

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    Alrighty then..., First off you have a major problem you are using DSN's and not deploying them. You should not even be using DSN's with an Access Database. OLEDB would work better and have no extra overhead to deal with on the installation and it would be far simpler too.

    Working on the rest...
    I am using a MySQL Database.

  29. #29

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by Nitesh
    I am using a MySQL Database.
    Hi again,

    Where do I add the DSN though. I go to the add files tab and try to add it but it doesnt appear in the list

  30. #30
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    On further research you are using mySQL DSN's. I assumed Access for I got confused with another thread. Ok working...

  31. #31
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    You realize you do need to use the ADD button on the Add Files tab...

  32. #32

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Quote Originally Posted by randem
    You realize you do need to use the ADD button on the Add Files tab...
    Oh ok,

    my fault. I didn't look through the list properly.

  33. #33
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Don't quote everything I post...

    Download this and put the AutoOSUpdater in the same folder then run this installation and let me know what you get
    http://www.***********/cgi-bin/randem...149Release.zip
    Last edited by randem; Aug 10th, 2007 at 05:13 AM.

  34. #34

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Hi i'm getting the attached error.
    Attached Images Attached Images  

  35. #35
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Are you are running XP Home that has been upgraded to XP Pro?

  36. #36

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    No, I'm running XP Pro.

  37. #37
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Well, your system is not clean. That happens on systems where there is something in the registry. I don't know what but it does not happen on a clean system. I need to do more research.

    Meanwhile you can just press ignore and everything will be fine.

  38. #38

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Thanks so so much Randem. You are a saviour. Its running now. If I use the script you compiled will it work. I would still like for you to advise me about the Source file:"c:\windows\msvcr80.dll" does not exist error because in the future when I am compiling projects I would like to know what to do. As a last favour, could you tell me where I was going wrong with regards to how I was compiling the script and stuff. Your help has been greatly appreciated.

    Regards,
    Nitesh

  39. #39
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: RANDEM!!! I Need your help

    Where you went wrong?... Not following the instructions in the manual

    There is a reason the manual was included...

    c:\windows\msvcr80.dll should not exist it should exist in c:\windows\system32\msvcr80.dll

  40. #40

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: RANDEM!!! I Need your help

    Cool. Thanks. I have tested the setup on 3 pc's so far and everything is going well. Thanks alot Randem

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width