Archive: Vbconvert file problem... help~!


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


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.


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?


here is the file that i'm having problem with..


haha... sorry guys, an error on my part. i have fix my code already.