Administrator and User Client will not load
Updated: 18 Jun 2010 | 3 comments
This issue has been solved. See solution.
A user cannot load the client application or the administrator application. How can we reinstall the applications without decrypting the drive first?
Discussion Filed Under:
Comments
I think you can do it the
I think you can do it the same way as doing an upgrade, using the MSI command lines:
msiexec /i <path-to-msi> REINSTALL="ALL" REINSTALLMODE="vomus"
Please don't forget to mark your thread solved with whatever answer helped you : )
Thanks david. I did think
Thanks david. I did think that but I wasn't sure if the params needed to be different., In the docs it only mentions this working for upgrades, but it did work a treat.
Cheers
To repair or reinstall the
To repair or reinstall the product, below is the msiexec switch you can use..
msiexec /fVAMUS "PATH"
You can either use the local or a network share PATH to execute a repair or reinstall by using the above stated switch. Let me know if you have any questions. Thanks
Regards
Nitin L
Would you like to reply?
Login or Register to post your comment.