Problem with installutil.exe while install a service...
-
Hi, Requirement : Need to add a service while installing a MSI ( in VS2005) So I have added installutil.exe to my Setup project -> Custom Action and i modified the installutil.exe properties as C:\program\testing1.exe ( in Argument Column) After doing build and install, i am not able to see any service for my application , meanwhile ..i am able to see my application testing1.vshost.exe in TASKMANAGER. your help much appreciated Regds Jain
-
Hi, Requirement : Need to add a service while installing a MSI ( in VS2005) So I have added installutil.exe to my Setup project -> Custom Action and i modified the installutil.exe properties as C:\program\testing1.exe ( in Argument Column) After doing build and install, i am not able to see any service for my application , meanwhile ..i am able to see my application testing1.vshost.exe in TASKMANAGER. your help much appreciated Regds Jain
Did you make sure the account you are using have the proper privilage to install a service?
-
Did you make sure the account you are using have the proper privilage to install a service?