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

When is FOLDER_DESKTOP Set??


1 reply to this topic

PeterFlickinger

PeterFlickinger
  • Members
  • 8 posts

Posted 09 May 2005 - 19:37

Hello,
I'm trying to manually remove old installs at the beginning of my new install. One of the steps is to remove their shortcuts. I need FOLDER_DESKTOP variable to make this work. However whenever I use it in the "UserInterface" sequence this variable is blank...

Does anyone know which custom action sets the value of this variable??

Thanks,
Peter

PeterFlickinger

PeterFlickinger
  • Members
  • 8 posts

Posted 09 May 2005 - 20:22

good ol' registry to pick up where IS doesn't seem to work...

for "ALLUSER" desktop try:
Key: HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
String Value: "Common Desktop"

for "CurrentUser" desktop try:
Key: HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
String Value: "Desktop"