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

Add/Remove item is not visible for other users


5 replies to this topic

jan.barnet

jan.barnet
  • Full Members
  • 7 posts

Posted 02 November 2007 - 15:12

Hello, when I install my application with e.g. administrator and i log as other user, i cannot see this program item in add or remove programs. When I generate new project, it works fine. What can I do bad ?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 03 November 2007 - 12:32

Make sure you install for all users, either by selecting this option on the CustomInformation dialog, or by setting the ALLUSERS proeprty to 1.

jan.barnet

jan.barnet
  • Full Members
  • 7 posts

Posted 05 November 2007 - 13:54

I have set ALLUSERS to one just before, but the problem remained. The problem is, that afer instalation in the registry is missing following keys:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Installer\Products\5C7F69693B98A0B47BD20ED97394E949]
"ProductName"="DCOMClientSDB"
"PackageCode"="{87EB8769E04245729AE6D8276B013B36}"
"Language"=dword:00000409
"Version"=dword:03060002
"Assignment"=dword:00000001
"AdvertiseFlags"=dword:00000184
"ProductIcon"="C:\\WINDOWS\\Installer\\{9696F7C5-89B3-4B0A-B72D-E09D37499E94}\\ARPPRODUCTICON.exe"
"InstanceType"=dword:00000000
"AuthorizedLUAApp"=dword:00000000
"Clients"=hex(7):3a,00,00,00,00,00

[HKEY_CLASSES_ROOT\Installer\Products\5C7F69693B98A0B47BD20ED97394E949\SourceList]
"PackageName"="DCOMClientSDB.msi"
"LastUsedSource"=hex(2):6e,00,3b,00,31,00,3b,00,57,00,3a,00,5c,00,6a,00,62,00,\
61,00,72,00,6e,00,65,00,74,00,5c,00,00,00

[HKEY_CLASSES_ROOT\Installer\Products\5C7F69693B98A0B47BD20ED97394E949\SourceList\Media]
"DiskPrompt"="[1]"
"1"="DISK1;1"

[HKEY_CLASSES_ROOT\Installer\Products\5C7F69693B98A0B47BD20ED97394E949\SourceList\Net]
"1"=hex(2):57,00,3a,00,5c,00,6a,00,62,00,61,00,72,00,6e,00,65,00,74,00,5c,00,\
00,00



But how to force installer to set it ? I have found no choice.


jan.barnet

jan.barnet
  • Full Members
  • 7 posts

Posted 05 November 2007 - 13:56

I think it is wrong functionalicity of my Instalshield X.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 November 2007 - 11:57

I think that HKCR is a combined view of HKLM\Classes and HKCU\Classes.

Generate a log file to verify the value of ALLUSERS.

jan.barnet

jan.barnet
  • Full Members
  • 7 posts

Posted 06 November 2007 - 15:05

thank you, now it works correct (ALLUSERS=1)