J
James Hunter Ross
Friends,
I have a simple C# HelloWorld.exe that simply brings up a dialog with an OK
button. If I rename it to InstallMe.exe and run it on Windows7, I get the
the "Program Compatibility Assistant" window stating "This program might not
have installed correctly.". (This is just my simple "repro" for a more real
issue.)
Is there a way, using the EXE manifest or other means, to tell that "Program
Compatibility Assistant" not to worry. My little test program just puts up
a window; somehow the name containing the text "install" wakes this thing
up. We can certainly warn our customers to ignore the message, but there
must be someway to prevent it.
Any words or advice will be very much appreciated! Thanks in advance!
James
I have a simple C# HelloWorld.exe that simply brings up a dialog with an OK
button. If I rename it to InstallMe.exe and run it on Windows7, I get the
the "Program Compatibility Assistant" window stating "This program might not
have installed correctly.". (This is just my simple "repro" for a more real
issue.)
Is there a way, using the EXE manifest or other means, to tell that "Program
Compatibility Assistant" not to worry. My little test program just puts up
a window; somehow the name containing the text "install" wakes this thing
up. We can certainly warn our customers to ignore the message, but there
must be someway to prevent it.
Any words or advice will be very much appreciated! Thanks in advance!
James