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

Trouble with ALLUSERS property


3 replies to this topic

igodunov

igodunov
  • Full Members
  • 61 posts

Posted 06 March 2006 - 12:25

I set ALLUSERS=2 initially (raw in Property table). Later even if I choose "for current user" installation mode (in GUI) and set ALLUSER to "" (with SetProperty control event), shortcuts will be installed in AllUsers section. What's the problem here?

igodunov

igodunov
  • Full Members
  • 61 posts

Posted 06 March 2006 - 17:13

It seems Installer set ALLUSERS to "1" (I see this value in property section after INSTALL action is completed /in log file/). Is it possible, that during InstallUISequence I can't override some properties that were initially set?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 March 2006 - 17:14

A verbose log file should tell you (ideally on MSI 3.x because in this version it also logs all property changes).
In yor control event try {} instead of ""

igodunov

igodunov
  • Full Members
  • 61 posts

Posted 06 March 2006 - 19:01

Thank You. The problem was in wrong syntax - I changed "" with {}.