Visual Studio Installer Question

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
 
G

george

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top