Silverfrost Forums

Welcome to our forums

Building code in Vista & using it in XP

4 Sep 2008 10:40 #3794

I've had a problem with a code working fine on the computer in which I have built the exe as .Net build but not on other computers.

Note however that this is not integrated with C#. I run it using Process.Start(executable.exe) from within C#. When ported to another computer, it doesn't run without errors.

All the computers in which it doesn't run are XP, but I have not tested it in a computer running Vista other than the one where I built it yet.

What could be causing this? Is there something that I am missing?

Thanks.

4 Sep 2008 10:54 #3795

Found the four files that need to go with it. It would be awful nice if they could be bundled with the exe.

6 Sep 2008 2:47 #3804

Try using the Inno Setup compiler (Google for it, it's free) - that would bundle all the files into one for distribution, and unbundle them when the program is installed.

Eddie

Please login to reply.