Archive: Newbie need help


Newbie need help
hi all a newbie here. and i need some help in solving this problem. Can anyone help me? The program keep prompting me "no files found"

thanks all


InstallDir: "$PROGRAMFILES\EngWin"
Section: "EngWin"
Call "InstallVBDLLs"
SetOutPath: "$(WinSysPathSysFile)"
File: "RICHED32.DLL" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] filespec [...]|/oname=outfile one_file_only)
Error in script "C:\Documents and Settings\ptham.ATA\Desktop\IMPT DATELINE END OF SEP\testing.nsi" on line 281 -- aborting creation process


make sure the RICHED32.DLL is in the same directory as your script or specify a path to that file (i.e. File "$SYSDIR\RICHED32.DLL")


What's with all the SetOutPath "$INSTDIR/Miscellaneous" and Push $INSTDIR/Miscellaneous\Busy.bmp
It's \ not / in Windows.

-Stu


thanks bro Yathosho

the code works but now i have another problem while compiling. The upgradedll is giving me a problem. Can anyone help?


!define: "UPGRADEDLL_UNIQUE"="2.9"
SetOverwrite: try
StrCpy $R4 "$SYSDIR\Asycfilt.dll" () ()
StrCpy $R5 "$SYSDIR" () ()
IfFileExists: "$R4" ? 0 : upgradedll.copy_2.9
ClearErrors
GetDLLVersionLocal: error reading version info from ".\Asycfilt.dll"
Error in macro UpgradeDLL on macroline 26
!include: error in script: "C:\Program Files\NSIS\Include\installVB.nsh" on line 2
Error in script "C:\Documents and Settings\ptham\Desktop\IMPT DATELINE END OF SEP\testing.nsi" on line 42 -- aborting creation process

Here is the edited version of the nsi script.


Bro afrow UK,

i'm trying to import the VB setup to a NISI script by using a program that *search 4 vbconvert* i have found here but it seems that i have some bugz that i need to squash before i can use it... :(


GetDLLVersionLocal is failing there. Perhaps Asycfilt.dll in use or something?

-Stu


Originally posted by Afrow UK
GetDLLVersionLocal is failing there. Perhaps Asycfilt.dll in use or something?

-Stu
how do i check whether the dll is in use which i dont think it is. :igor:

usually if a file is 'in use', you can't rename it. You might also get the error if for some reason you don't have permissions to the file. (Are you using the correct path to the DLL?)

I'd first try to make sure that you can access the version info from the file Asycfilt.dll from Windows Explorer. If you can and you know the paths are correct, then try to rename the file. If you can't rename, the file is probably in use. (If it does let you rename, remember to rename it back to what it was!)


Originally posted by Comperio
usually if a file is 'in use', you can't rename it. You might also get the error if for some reason you don't have permissions to the file. (Are you using the correct path to the DLL?)

I'd first try to make sure that you can access the version info from the file Asycfilt.dll from Windows Explorer. If you can and you know the paths are correct, then try to rename the file. If you can't rename, the file is probably in use. (If it does let you rename, remember to rename it back to what it was!)
Hi comperio,

i have tried the method that u advice and try to rename the file and the file is not "in used" i can rename it whenever i please. So i went to the root problem which is the installvb file.

i tried to directly point to the source but it return me this error when i compile.

Call ":upgradedll.file_2.9"
Rename: /REBOOTOK $R0->$R4
GetTempFileName -> $R0
File: "C:\Program Files\NSIS\Contrib\Library\RegTool\RegTool.bin" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
/oname=outfile one_file_only)
Error in macro UpgradeDLL on macroline 62
!include: error in script: "C:\Program Files\NSIS\Include\installVB.nsh" on line 2
Error in script "C:\Documents and Settings\ptham\Desktop\IMPT DATELINE END OF SEP\testing.nsi" on line 42 -- aborting creation process

is the error that i have be getting becoz of this error? :mad:

can it be becoz of my pc setting that is affecting my script? :cry:


You seem to be missing a lot of the pieces to make this work. (Has this ever sucessfully compiled on this PC?)

I looked at your 1st and 2nd attachments. They don't quite tell the whole story. In the main script, I can see that asside from the MUI, 3 other files are being included: upgradeDll.nsh, shareddll.nsh, and installvb.nsh.

I can see in the last file (installvb.nsh) that there are several calls being made to the macro named "UpgradeDLL" and to the function named "AddSharedDLL". My best guess would be that the problem lies somewhere on one of these two.

Unfortunately, neither one of these are included in the files you've sent, so I assume that they live in one of the other 2 NSH files (shareddll.nsh or upgradedll.nsh). I'd examine both to see what they are doing--perhaps it will shed some light on what else you might be missing.

Also: you never did mention whether or not you were able obtain the version info from the file Asycfilt.dll from within Windows explorer.


Originally posted by Comperio
You seem to be missing a lot of the pieces to make this work. (Has this ever sucessfully compiled on this PC?)

I looked at your 1st and 2nd attachments. They don't quite tell the whole story. In the main script, I can see that asside from the MUI, 3 other files are being included: upgradeDll.nsh, shareddll.nsh, and installvb.nsh.

I can see in the last file (installvb.nsh) that there are several calls being made to the macro named "UpgradeDLL" and to the function named "AddSharedDLL". My best guess would be that the problem lies somewhere on one of these two.

Unfortunately, neither one of these are included in the files you've sent, so I assume that they live in one of the other 2 NSH files (shareddll.nsh or upgradedll.nsh). I'd examine both to see what they are doing--perhaps it will shed some light on what else you might be missing.

Also: you never did mention whether or not you were able obtain the version info from the file Asycfilt.dll from within Windows explorer.
yeb u r absolutly correct. the problem lies with the installvb and the upgradedll. *havent met with problems on the sharedll yet*

as for the version info. i assume that *4give me* i goto property and click on the version tab to check. if that is so then i did and i can check the version. Renaming is also no problem 4 me. :igor:

thanks again 4 ur help!! :)

Originally posted by Comperio
You seem to be missing a lot of the pieces to make this work. (Has this ever sucessfully compiled on this PC?)

no come to think of it it has not be successful. i have change pc twice and the 1st pc i'm able to compile successful using an older version of NSIS 1yr ago but now after changing pc i cant seem to get it working. I think my OS then was win98 while now i'm using win2k. does this cause a problem of the script?

See if this helps:
Since you install seems to be failing when installing the VB runtimes, I'd start with that.

Looking at your full script, it appears that the script is using some older macros for updating DLLs. This could be part of where it's failing. You may find it easier to rewrite using the newer methods.

I'd suggest reviewing Appendix B of the NSIS help files. It outlines how to use macros contained in library.nsh to install DLL. And there's a section dedicated to VB6 runtimes.

Sorry I couldn't be more help.


Originally posted by Comperio
See if this helps:
Since you install seems to be failing when installing the VB runtimes, I'd start with that.

Looking at your full script, it appears that the script is using some older macros for updating DLLs. This could be part of where it's failing. You may find it easier to rewrite using the newer methods.

I'd suggest reviewing Appendix B of the NSIS help files. It outlines how to use macros contained in library.nsh to install DLL. And there's a section dedicated to VB6 runtimes.

Sorry I couldn't be more help.
thanks bro :up: