vb6 - Deploying apps created using QuickBooks SDK -


i have written application interfaces qb pro in vb6. deploy client's system. dlls and/or msms should include in installer?

i using visual studio installer create msi.

thank in advance advice.

you don't want install copies of intuit sdk dlls. merge modules need in sdk, in path program files\intuit\qbsdk\tools. in directory find both stand-alone installation executables , merge modules. in mergemodules directory, find merge modules both qbfc , qbxmlrp2.

if using visual studio create msi best way add correct merge modules add intuit sdk mergemodules directory search path of setup project. this, select project in project explorer, click property pane or hit f4. should bring setup project properties should able see searchpath property.

once have added mergemodules directory searchpath, should see merge modules added automatically in detected dependencies folder of setup project. see both intuit module (either qbfc or qbxmlrp2) , xerces parser merge module (the xerces parser used sdk).


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -