How do I find the product code of the product that Windows installer is installing
Hi,
I need to know the product code of the product that windows installer is installing before launching my installer. I can check the mutex but it only tells me that Windows installer server is busy or not. Is there a recommended way to find the product code that is currently being installed?
Thanks.
I need to know the product code of the product that windows installer is installing before launching my installer. I can check the mutex but it only tells me that Windows installer server is busy or not. Is there a recommended way to find the product code that is currently being installed?
Thanks.
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
pratikpawar
12 years ago
enable logging for windows installer..
create or find
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
Reg_SZ: Logging
Value: voicewarmup
it will enable logging for all msi application and will create log file in TEMP directory.
for more info :-
http://support.microsoft.com/kb/314852
create or find
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
Reg_SZ: Logging
Value: voicewarmup
it will enable logging for all msi application and will create log file in TEMP directory.
for more info :-
http://support.microsoft.com/kb/314852
Posted by:
786_ak
12 years ago
Posted by:
anonymous_9363
12 years ago
I think you have missed the point. If my reading is correct, the OP wants to know - programmatically, I presume - the ProductCode of the product being installed right now, i.e. while the Windows Installer engine is actually installing it.
@OP, I think I'm right in saying that the engine locks the file while it's processing it so other processes wouldn't be able to open it. I'm happy to be proved wrong. Why not try posting the question on the WI team's blog page? If anyone's going to know, it'll be them!
@OP, I think I'm right in saying that the engine locks the file while it's processing it so other processes wouldn't be able to open it. I'm happy to be proved wrong. Why not try posting the question on the WI team's blog page? If anyone's going to know, it'll be them!
Posted by:
deployX
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.