Creating setup project for all users of the system
Windows Forms
3
Posts
3
Posters
0
Views
1
Watching
-
Hi Am creating setup project for my application how to make my primary output shortcut to be installed to all users of the system. Thanks for the help ngrj
make a shortcut with msiexec.exe /I Setup.msi ALLUSERS=1 that will install it to all users of the system.
Emimmortal
-
make a shortcut with msiexec.exe /I Setup.msi ALLUSERS=1 that will install it to all users of the system.
Emimmortal
I read that as "all users on the network", had to reread the question as I didn't beleive you answer!
Never underestimate the power of human stupidity RAH