first time using WiX.
I have a small program with only 2 files, Tool.exe and manual.pdf. I need to distribute this with a simple installer and have followed the WiX toolset tutorial and the Getting Started is pretty much all I need to start with.
I have successfully installed my product with shortcuts, I can uninstall from App/feature and file association works.
The problem: If I start the program from a associated file it starts fine but if I start the program with the installed Main.exe or its shortcuts I get a "Fatal error! Failed to execute script Main". But it works if I run it as an Administrator. This is not needed when I'm using the original Main.exe (the one i put in the installation package) before installing it with .msi and that's how i want it.
I have googled a lot but can't find a solution.
How can I fix this?
//Svalan