- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Setup.exe launched and two Process is showing in Task manager
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Setup.exe launched and two Process is showing in Task manager
Hi
I'm using basic msi project to created a sample setup.exe file using InstallShield 2018 Premier. During installation it shows two process on same installer name in task manager. Another process is not launching the dialog but it remains until the first process (setup) completes.
I don't why it is showing another setup.exe in task manager.
Note: I have installShield 2012 and its working fine. It doesn't show two process in task manager.
Thanks,
Thananjeyan
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Check file and folder, where is it started from.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Thanks for your reply.
I have checked both the porcess property for setup.exe in task manager and it shows one process from TEMP and another from source directory.
C:\InstallShield 2018 Projects\Sample\Product Configuration 1\Release 1\DiskImages\Disk1\Setup.exe -> executed from here
C:\Users\<UserName>\AppData\Local\Temp\{9EAA8D2A-D067-470D-AA32-F622AC0B24CF}\Setup.exe
Any idea to make this as single process.
- Tags:
- s for
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Required Execution Level
to "Administrator" and check task manager.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Changed Execution Level
to "Administrator" and looks it creates two process.
Thanks,
Thananjeyan
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
"SourceDir"
"SETUPEXEDIR"
using custom actions.
Inspite of two setup.exe in task manager, both of them are showing the same original start folder, not the temp dir!
So, within CA we can be shure seeing the original setup.exe
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Under very specific conditions a vulnerability was identified which causes Windows to load a different executable than was intended.
This vulnerability has been addressed in Installshield and is explained in more detail here:
The behavior that you are seeing is due to changes in Installshield to address this vulnerability.
Installshield now extracts and clones the installer to a secure user location and the installation is run from there. This behavior does not exist in Installshield 2012.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
As per Shunt comment, Installshield fix the vulnerability issue and its default behavior is like this.