G
Guest
My CD-based installation program setup.exe calls ShellExecute, passing to it
a path to a valid file. This works fine on Windows 95 through XP, and on
some Vista builds. However on RC1 this fails and returns "5" -
SE_ERR_ACCESSDENIED.
Disabling UAC does not help.
The error happens only when this is invoked from a CD ROM.
If I run the same thing from a network folder instead of a CD, behavior is
different. A dialog appears with title "Open File - Security Warning", "The
publisher could not be verified. Are you sure you want to run this
software?" Options are "Run" and "Cancel", and clicking "Run" makes it
proceed as expected.
a path to a valid file. This works fine on Windows 95 through XP, and on
some Vista builds. However on RC1 this fails and returns "5" -
SE_ERR_ACCESSDENIED.
Disabling UAC does not help.
The error happens only when this is invoked from a CD ROM.
If I run the same thing from a network folder instead of a CD, behavior is
different. A dialog appears with title "Open File - Security Warning", "The
publisher could not be verified. Are you sure you want to run this
software?" Options are "Run" and "Cancel", and clicking "Run" makes it
proceed as expected.