shellexecuteex Questions

3

Solved

I have two processes, A and B. At some point A creates B. After B is created, if A's process tree is killed, I want B to still be around. I am using CreateProcess() to create B, and I can't seem t...
Epiphyte asked 28/6, 2010 at 21:11

1

Solved

I want to show the Windows file properties dialog for a file from my C++ code (on Windows 7, using VS 2012). I found the following code in this answer (which also contains a full MCVE). I also trie...
Dermatologist asked 6/1, 2017 at 12:23

1

I use Inno Setup to create my first installer. But when the installer is launched, before having the windows screen asking the permission to execute this file, I get a window with this error: S...
Andonis asked 1/2, 2016 at 12:27

3

Solved

I have 2 apps, program.exe and updater.exe, both written in Delphi5. Program runs without admin-rights (and without manifest), updater has a manifest with "requireAdministrator" because he must be ...
Hermineherminia asked 10/6, 2015 at 14:29

1

Solved

I have an issue where the Windows 8 User Account Control (UAC) popup is minimized when I execute a command line helper program that requests admin privileges in its manifest. The UAC popup window j...
Reeves asked 4/12, 2013 at 21:37

3

Solved

I have an application which needs to run several other applications in chain. I am running them via ShellExecuteEx. The order of running each of the apps is very important cause they are dependant ...
Pralltriller asked 1/7, 2011 at 11:33
1

© 2022 - 2024 — McMap. All rights reserved.