Hi Guys,
Firstly, not sure if this question is 100% for WPF, but it is to do with WPF (if that makes sense).
I am creating a wpf application that eventually, in time would need to be packaged up. Either using Wix or another type of installer. Recently, I have learnt how to package up an application using Wix (just a relative easy one, without any dialogs etc).
But I've hit a little problem (well, its quite big actually!). I tried packaging up a small sample app in WPF. It compiled, installed and I was able to use it. But, I recently tried to do the same to my main application but what seems to happen is that after it has been installed (using a .msi), it doesn't actually load the application. If i click on the short cut of the application as well, it doesn't load.
Therefore, I have no doubts that its to do with the installer, but with the application. But its strange that it loads through the debugger and not through the installer package. Also, after building my app, doesn't seem to be any error's from the error list.
Is there a way for me to solve this issue?
Many thanks,
Greg.