Perry Kivolowitz
Posts: 10
Joined: 2010-11-09
|
My browser helper object consumes a web service. I would like to create an installer for the bho, how do I add the web service information to the installer project?
thanks |
|
Sergey Grischenko
Add-in Express team
Posts: 7233
Joined: 2004-07-05
|
Hi Perry.
Did you try to add additional dialogs in the User Interface editor of the setup project? |
|
Perry Kivolowitz
Posts: 10
Joined: 2010-11-09
|
I'm sorry Sergey, I am not following you. The BHO uses no dialogs, nor does the web service.
p |
|
Sergey Grischenko
Add-in Express team
Posts: 7233
Joined: 2004-07-05
|
Hi Perry.
I meant the dialogs of the setup project.
how do I add the web service information to the installer project?
Could you please clarify the question? |
|
Perry Kivolowitz
Posts: 10
Joined: 2010-11-09
|
I am still not following and need some step by step instructions (which would make a nice addition to the documentation).
I have a BHO. It consumes the web service at:
http://imagefx.org/Service.asmx
I want to make an installer for this BHO. I did not once (and cannot repeat what I did) and Internet Explorer threw an exception that the service definition files could not be found.
The BHO project contains a folder called Service References. This folder contains a lot of files.
Starting with the solution selected, I right click and Add New Project and navigate to Visual Studio Installer. I sel ect Setup Wizard. I click OK. I click Next. I leave the first choice "Create a Setup for a Windows application." set. I click next. I click "Primary Output fr om XXX". I click next. I have no idea what to add here "Which additional files". I click next. I click finish. I immediately get a warning that c:\windows\syswow64\ieframe.dll has dependencies that cannot be determined. I hit OK. The project is created.
I right click the set up project and select build. A program crashes - "Microsoft Visual Studio registry capture utility has stopped working." The build proceses:
'ieframe.dll' should be excluded because its source file 'C:\Windows\SysWOW64\ieframe.dll' is under Windows System File Protection.
I exclude ieframe.dll. I rebuild. The registry capture utility crashes again. The build completes. I install, and no add-in is added to IE.
Help? I am under a deadline to show this prototype and I have limited programming time available due to pain of a herniated disk. |
|
Andrei Smolin
Add-in Express team
Posts: 19138
Joined: 2006-05-11
|
|