SaiTeja schrieb:
> Hi,
>
> I need one clarification. 
>
> Does all Vista OS's ( Vista Enter prise x64,Vista Enter prise x86, Vista
> Ultimate x64, Vista Ultimate x86, Vista Business x64 etc) are same or
> different?
>
> [...]
>
> What is the wrong here. Is the problem with Service/Virtual
> Image/OS/Installer 
>
> I am facing this problem since 20days, I didnt get the solution. Can any one
> give an ideas/suggestions
>   

The first and foremost thing you should do is find out _why_ it is 
failing. Only that might provide you with a clue as to what's going on.
- Check the event logs. Is there an error or a warning logged? I can't 
imagine the service just being /skipped/ silently, there must be 
something that prevents Vista from launching it.
- Modify your service so it writes a log file on startup, see how far it 
comes before logging stops
- If it always works when the service is started manually, maybe you've 
got a dependency on another service or a system resource which is only 
available at a later time.
- Configure the service to allow interaction with the desktop, put a 
message box right into the first line of code that runs and you can 
attach a debugger to the process to see what happens. You might not even 
need to install an IDE on that Vista box, eg. MSVC has a remote debugger 
you simply copy to the target machine that allows you to debug the 
process from another PC.

-Markus-


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to