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

Service username etc..


1 reply to this topic

bumpy

bumpy
  • Members
  • 1 posts

Posted 12 September 2002 - 15:49

My head hurts!!!  OK I have seen this question asked by others but never properly answered.

I need to create a dialog box which asks for a username/password for my NT service to log in with.  This must be an option for this service (network drives) and we have been asked to do this as part of the installer (IS7 developer).

I have a lovely dialog box which is called by my script and loads the values into script variables.  How do I use these variables as the Username/password for my service component?

Please help me!!!

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 13 September 2002 - 14:46

You should store them in Installer properties (MsiSetProperty function) and use these properties in your service parameters.