installer.log
-
Hey I created one windows service and created the set and deployment project for that I installed this service successfully at the client machine now I want to see each step of the installation process on the client machine Is byy default windows installer creating the install.log file or we have to create it? if it is by default whats the location of the file? or if we have to create how can it be? please guide me... Thanks in advance
-
Hey I created one windows service and created the set and deployment project for that I installed this service successfully at the client machine now I want to see each step of the installation process on the client machine Is byy default windows installer creating the install.log file or we have to create it? if it is by default whats the location of the file? or if we have to create how can it be? please guide me... Thanks in advance
-
Hey I created one windows service and created the set and deployment project for that I installed this service successfully at the client machine now I want to see each step of the installation process on the client machine Is byy default windows installer creating the install.log file or we have to create it? if it is by default whats the location of the file? or if we have to create how can it be? please guide me... Thanks in advance
Hello, I haven't tried to install a windows service with a setup project yet. I always install them manually since there can be issues. Perhaps you should try to use the installutil manaully and see if the log files show up. I guess another option for the install logs would be where the setup.exe was run. The log files should have an extension of *.INstalllog or *.InstallState So you could do a search for those extension. The * is replaced with your exe name for your windows service. Hope that helps. Ben