What I did:
- have for your SW product a HKLM as main installation entry
- have there a common string entry as HKLM or HKCU
- set this on first installation ONLY, as select-able form your
installer GUI as Common (HKLM) or as Private (HKCU) string.
And only shown if this string is not set otherwise hide this
page.
- then, all Installer and App parts has to read the Common value and acts ...
Hp
I want to have my installer store the installation path in the registry, so that installers of add-ons can find where to put their payload. I've read about all sorts of problems with doing this on stack overflow, with answers I don't understand. My guess is that I should handle differently the two cases of installation for all users and installation for just the logged on user: store in HKLM if installing for all users and HKCU if for just the current user (Add-on installers could look for both, preferring HKCU if found). Would that work? What's the best way to handle this task?
--
You received this message because you are subscribed to the Google Groups "innosetup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to innosetup+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/innosetup/45cdda8d-27b5-4433-ae18-2ba91252555cn%40googlegroups.com.