deployment - Can I deploy application with user-specific info via Active Directory? -


currently application in question can downloaded our website after logging in email address. during download inject user credentials executable, after installation, user's email address automatically available in app.

our aim allow installing app via active directory in way email address of user (to whom app assigned) injected.

is possible somehow? e.g. using msp, mst files msi?

thanks, peter

for active directory deployment need , msi package. however, not solve problem completely.

an msi package can configured receive email address command line parameter when installing. problem comes deployment process, i.e. when deploy through active directory need set command line valid users, package installed on over selected/specified computers. means have no option specify unique email address each user.

a workaround have custom action included in msi package reads email address user's computer , uses in installation package. mean users need have email address stored in known location (registry entry or file), can read custom action (c# or c++ code, dll generated output).


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -