Dear Graham,
you should only check if the variable gets initialized to a different value within the script.
Anyway as first, I may suggest you to verify if your package gets installed correctly under SYSTEM account using PSEXEC.
If it works fine, the problem is not caused by the ALLUSERS value.
Regards
Silent update failed when running from SYSTEM account.
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Silent update failed when running from SYSTEM account.
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: Silent update failed when running from SYSTEM account.
Hi Francesco,
PsExec results in the same error.
I don't see anywhere in the script where ALLUSERS is being set (other than at the start now where I set it to TRUE).
Thanks,
Graham
PsExec results in the same error.
I don't see anywhere in the script where ALLUSERS is being set (other than at the start now where I set it to TRUE).
Thanks,
Graham
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Silent update failed when running from SYSTEM account.
Dear Graham,
the ALLUSER variable (Initially TRUE if platform is NT, FALSE if not) is set by the "StartMenu" dialog during the setup interview sequence.
So, if you launch your package under SYSTEM ACCOUNT in silent mode as follow;
- psexec -i -s <setup.exe> /s
or
- psexec -i -s <setup.exe>/s ALLUSERS=TRUE
It must work!
Regards
Francesco
the ALLUSER variable (Initially TRUE if platform is NT, FALSE if not) is set by the "StartMenu" dialog during the setup interview sequence.
So, if you launch your package under SYSTEM ACCOUNT in silent mode as follow;
- psexec -i -s <setup.exe> /s
or
- psexec -i -s <setup.exe>/s ALLUSERS=TRUE
It must work!
Regards
Francesco
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Who is online
Users browsing this forum: Majestic-12 [Bot] and 131 guests