Skip to content
⌘ NSIS Forum Archive

Vbconvert file problem... help~!

5 posts

landgrimtham#

Vbconvert file problem... help~!

hi all,

i require some assistance on this problem.

i am having a problem on solving a nsi file that have been converted from a VB script. the error is stated below. i have also attached the nsi file for reference.

any comments??


!include: closed: "C:\Program Files\NSIS\Include\SharedDll.nsh"
!include: "C:\Program Files\NSIS\Include\installVB.nsh"
Function: "InstallVBDLLs"
!insertmacro: UpgradeDLL
!insertmacro: macro "UpgradeDLL" requires 3 parameter(s), passed 2!
!include: error in script: "C:\Program Files\NSIS\Include\installVB.nsh" on line 2
Error in script "C:\vbconvert\vbconvert.nsi" on line 10 -- aborting creation process
Yathosho#
the attached script doesn't help much, you should've attached installvb.nsh instead. however, the error-message says it all, you havn't used the correct syntax for the ugradedll macro.
landgrimtham#
thanks yathosho,

i have changed the upgradedll and it works fine now. but i have another problem. My startmenu marco does not seem to work now. any idea how to fix it?
landgrimtham#
here is the file that i'm having problem with..