Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Limited user uninstall


3 replies to this topic

haroldxious

haroldxious
  • Full Members
  • 70 posts

Posted 24 January 2007 - 09:17

i build a basic msi installer then i have installed it using group policy..
my problem is i cant uninstall it? is it possible that the problem is in basic msi or the problem lies on the installation process of group policy?

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 24 January 2007 - 10:32

First of all you should generate a log file: http://www.installsi...ifaq/a/1022.htm

Regards
-Stein Åsmul

haroldxious

haroldxious
  • Full Members
  • 70 posts

Posted 25 January 2007 - 01:17

QUOTE (Glytzhkof @ 2007-01-24 10:32)
First of all you should generate a log file: http://www.installsi...ifaq/a/1022.htm

this is only for installers that is louched by setup.exe

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 25 January 2007 - 05:57

Globally for all setups on a machine
You can also globally turn on Windows Installer logging for a machine. To do this create the following registry entry:
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer]
"Logging"="voicewarmup"
"Debug"=dword:00000007
This will generate log files named Msi*.log where * is a random number in the TEMP directory for each MSI based setup. The meaning of the flags in the value are documented in Microsoft knowledge base article Q223300. Note that you should use this only during the trouble shooting phase because it will have adverse effects on system performance and disk space.

Regards
-Stein Åsmul