Visual Studio Installer Question

  • Thread starter Thread starter Bart Steur
  • Start date Start date
B

Bart Steur

How can I make sure that the program deployed using group policies' software
installation is automaticly started after user login without placing it in
the startup menu. I've tried the run key in the registry, but then I have
the problem, what is the location of the program files folder on that users
PC.

How can I solve this best.

Bart
 
Bart Steur said:
How can I make sure that the program deployed using group policies'
software installation is automaticly started after user login without
placing it in the startup menu. I've tried the run key in the registry,
but then I have the problem, what is the location of the program files
folder on that users PC.

How can I solve this best.

Bart

Use the (standard) existing system variable %ProgramFiles% in the run key
(Type: REG_EXPAND_SZ)
It will always point to the correct location on every PC, regardless of
where the actual directory is.

hth
george
 
Back
Top