Search found 9 matches

Go to advanced search

by Moumita
Mon Oct 19, 2009 2:52 pm
Forum: Feature Requests
Topic: Call a function from a standard dll
Replies: 13
Views: 21054
 
Jump to post

Re: Call a function from a standard dll

I have attached my the exe in commit action ........
but what i have observed that exe is called two times ...why ??????
by Moumita
Mon Oct 19, 2009 2:39 pm
Forum: Feature Requests
Topic: Call a function from a standard dll
Replies: 13
Views: 21054
 
Jump to post

Re: Call a function from a standard dll

well.....thak u


Now in my custom action section I have called an Exe in Commit

Exe is working fine but when I am closing the exe it gets an error.

System.InvalidOperationException: Could not find default endpoint element that references contract 'SASPServiceAPI.Service1Soap' in the ...
by Moumita
Mon Oct 19, 2009 11:46 am
Forum: Feature Requests
Topic: Call a function from a standard dll
Replies: 13
Views: 21054
 
Jump to post

Re: Call a function from a standard dll

using Professional type project can we change the dialog image and text ???
please reply soon
by Moumita
Fri Oct 16, 2009 3:05 pm
Forum: Feature Requests
Topic: Call a function from a standard dll
Replies: 13
Views: 21054
 
Jump to post

Re: Call a function from a standard dll

GabrielBarbu wrote:Hello,

You can try using the .NET Custom Action to achieve this. Note that you will need to implement certain methods of the Installer Class in order for your custom action to function properly. More details can be found on this page.

Regards,
Gabriel

thanks , I have done this
by Moumita
Fri Oct 16, 2009 2:34 pm
Forum: Feature Requests
Topic: Call a function from a standard dll
Replies: 13
Views: 21054
 
Jump to post

Re: Call a function from a standard dll

Using your advanced installer
How can I call an exe after installing
by Moumita
Fri Oct 16, 2009 2:03 pm
Forum: Common Problems
Topic: Installer not updating when custom action DLL changes?
Replies: 13
Views: 13372
 
Jump to post

Re: Installer not updating when custom action DLL changes?

Hi,
Can I make a webservice call which will fetch data from my remote server and populate a combobox available in one of the wizard of the installer.
by Moumita
Fri Oct 16, 2009 11:52 am
Forum: Feature Requests
Topic: Call a function from a standard dll
Replies: 13
Views: 21054
 
Jump to post

Re: Call a function from a standard dll

Hi

I have gone through your link . its really good.
But my requirement is something different.

I have .net Window application,
.net dll,
.net webservice

I have to use advanced installer because I need to add many dialogs in my setup file
one of them have a combobox which will be ...
by Moumita
Wed Oct 14, 2009 9:47 am
Forum: Feature Requests
Topic: Call a function from a standard dll
Replies: 13
Views: 21054
 
Jump to post

Re: Call a function from a standard dll

hi

Is there any way to access .net dll or .net weservice from advanced installer.

.Net Installer Class action ???????
by Moumita
Mon Oct 12, 2009 2:12 pm
Forum: Feature Requests
Topic: Call a function from a standard dll
Replies: 13
Views: 21054
 
Jump to post

Re: Call a function from a standard dll

I have a .net dll which have a fuction with the folowing signature
public void CreateFile()

But during installation whenever i am trying to call this function following error msg are shown ...what I am missing to set in my installer

Function 'CreateFile' not found in dll 'dll path'

Go to advanced search