-
[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.:wave:
-
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....
-
1 Attachment(s)
Re: RANDEM!!! I Need your help
Thanks for the alert. I was in such a hurry I forgot the attachment. My bad.:blush:
-
Re: RANDEM!!! I Need your help
-
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.
-
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.
-
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.:thumb:
-
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.
-
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. :)
-
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
-
Re: RANDEM!!! I Need your help
Not unless that is what you want the users to have installed before the app will install.
-
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.:(
-
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...
-
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.:confused:
-
Re: RANDEM!!! I Need your help
-
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:mad:
-
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?
-
Re: RANDEM!!! I Need your help
Quote:
Originally Posted by Nitesh
Sending it now. The stupid thing is takin so long 2 zip:mad:
I've sent it to your address that you gave me a few days ago. Please let me know if you got it.
-
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.:o
-
Re: RANDEM!!! I Need your help
-
Re: RANDEM!!! I Need your help
Quote:
Originally Posted by randem
Downloading now...
thanks:afrog:
-
Re: RANDEM!!! I Need your help
Then did you at least send an empty one?
-
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. :eek:
-
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...
-
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. :wave:
-
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...
-
Re: RANDEM!!! I Need your help
Quote:
Originally Posted by Nitesh
I am using a MySQL Database. :wave:
Hi again,
Where do I add the DSN though.:ehh: I go to the add files tab and try to add it but it doesnt appear in the list
-
Re: RANDEM!!! I Need your help
You realize you do need to use the ADD button on the Add Files tab...
-
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.
-
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.
-
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;
-
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.
-
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
-
1 Attachment(s)
Re: RANDEM!!! I Need your help
Hi i'm getting the attached error.
-
Re: RANDEM!!! I Need your help
Are you are running XP Home that has been upgraded to XP Pro?
-
Re: RANDEM!!! I Need your help
-
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.
-
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:afrog:
-
Re: RANDEM!!! I Need your help
Where you went wrong?... Not following the instructions in the manual :wave:
There is a reason the manual was included... :p
c:\windows\msvcr80.dll should not exist it should exist in c:\windows\system32\msvcr80.dll
-
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:D
-
Re: RANDEM!!! I Need your help
Hi Randem,
I need to clarify something with you. When compiling I get an error with the msxml6.dll. The same error I had previously and you told me to add those dll's to a safe folder. But I found that just adding it to a safe folder doesn't get rid of the problem. I also have to place the file in the unsafe files text file in order for it to work.
Now, my question is. I need the msxml6.dll distributed with my packagebut because I included it in the unsafe files i'm assuming that's why it hasn't been included with my project. I had to copy the dll onto a client machine and register it then my sms sender worked.
Please advise me.:wave:
-
Re: RANDEM!!! I Need your help
You should be installing the whole xml SP. That file is different for the other operating systems and you will probably crash someone else's system deploying that file or at least cause havok with other apps that need the one for the target OS.
You probably copied the file to the same OS you created the package on, correct?
-
Re: RANDEM!!! I Need your help
Oh ok. I forgot I had downloaded tha latest xml SP. I will install that seperately on all the pc's. It wasn't the same OS though. The OS was Server 2003 R3. Thanks again Randem.:)
-
Re: RANDEM!!! I Need your help
If you are developing on XP it is basically.
-
Re: RANDEM!!! I Need your help
Were there different XML SP's for the other OS's?
-
Re: RANDEM!!! I Need your help
I can't remember if there were different SP's. I will try to trace back to which site I got it from and then have a look
-
Re: RANDEM!!! I Need your help
I looked and there is one version for everything up until Vista but there were three different version up until now. That is why you must install the whole sp to make sure that the XML files are all the same version. For you could deploy XML 3.0 file over XML 1.0 files and have version incompatibilities.
-
Re: [RESOLVED] RANDEM!!! I Need your help
-
Re: [RESOLVED] RANDEM!!! I Need your help
Hi Randem,
It seems as if my problems never end. I need the full version of **********. Is there a free one available. I hade the one which lasted the 5 day trial period but I need the full version ASAP.
Please help again.:(
-
Re: [RESOLVED] RANDEM!!! I Need your help
Sorry, No there isn't a free version
-
Re: [RESOLVED] RANDEM!!! I Need your help
Oh crap.Now what.:cry: I spent the whole of last week learning **********. Is there a free version of another program I can use to package my software. I'm not sure if my boss would purchase **********. Please get me put of this predicament. Your advise will be really appreciated.
-
Re: [RESOLVED] RANDEM!!! I Need your help
You can edit the script by hand and Inno Setup is still free...
-
Re: [RESOLVED] RANDEM!!! I Need your help
Hi Randem,
I installed ********** on my friends PC. But the script is different to my last one. In his script under tasks the following appears:
Name: ScriptingRuntime; Description: Install Microsoft's Scripting Runtime; GroupDescription: Install Scripting Runtime:
What does this refer to. What do I need to do to get it out of there???
-
Re: [RESOLVED] RANDEM!!! I Need your help
How can I tell with just one line? i have no clue as to what his or your script looks like.