jgp Posted September 8, 2015 Posted September 8, 2015 @Rick - How can I install this silently? I tried using qn or qb switch but it will not install. I'm using win7 x64. Thanks Quote
ricktendo Posted September 9, 2015 Author Posted September 9, 2015 (edited) Did you include a forward slash? (run msiexec /a for silent switches) Windows ® Installer. V 5.0.7601.18896 msiexec /Option <Required Parameter> [Optional Parameter] Install Options </package | /i> <Product.msi> Installs or configures a product /a <Product.msi> Administrative install - Installs a product on the network /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>] Advertises a product - m to all users, u to current user </uninstall | /x> <Product.msi | ProductCode> Uninstalls the product Display Options /quiet Quiet mode, no user interaction /passive Unattended mode - progress bar only /q[n|b|r|f] Sets user interface level n - No UI b - Basic UI r - Reduced UI f - Full UI (default) /help Help information Restart Options /norestart Do not restart after the installation is complete /promptrestart Prompts the user for restart if necessary /forcerestart Always restart the computer after installation Logging Options /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile> i - Status messages w - Nonfatal warnings e - All error messages a - Start up of actions r - Action-specific records u - User requests c - Initial UI parameters m - Out-of-memory or fatal exit information o - Out-of-disk-space messages p - Terminal properties v - Verbose output x - Extra debugging information + - Append to existing log file ! - Flush each line to the log * - Log all information, except for v and x options /log <LogFile> Equivalent of /l* <LogFile> Edited January 25, 2016 by bphlpt cleaned up formatting of code box alfreire 1 Quote
alfreire Posted September 9, 2015 Posted September 9, 2015 @Rick - How can I install this silently? I tried using qn or qb switch but it will not install. I'm using win7 x64. Thanksvmware-lite.msi SERIALNUMBER=12345-12345-12345-12345-12345 DESKTOP_SHORTCUT=1 EULAS_AGREED=1 AUTOSOFTWAREUPDATE=1 /qr /norestart That works perfect for me...Regards... ;-) Sven 1 Quote
jgp Posted September 9, 2015 Posted September 9, 2015 Thanks Rick & alfreire for the help alfreire 1 Quote
jcvo Posted October 16, 2015 Posted October 16, 2015 (edited) thanks Edited October 16, 2015 by jcvo Quote
jgp Posted October 30, 2015 Posted October 30, 2015 VMware Workstation v12.0.0 Build 3160714 https://download3.vmware.com/software/wkst/file/VMware-workstation-full-12.0.1-3160714.exe Quote
jcvo Posted November 10, 2015 Posted November 10, 2015 Please repack VMware Workstation 12.0.1 Build 3160714 lite Quote
ricktendo Posted January 26, 2016 Author Posted January 26, 2016 Updated (mirror) Dziubek, HJSC, mimik and 3 others 6 Quote
kirk Posted January 31, 2016 Posted January 31, 2016 The installer requires to accept eula now, so here is switch that worked for me: EULAS_AGREED=1 Added to switch and worked perfect Quote
NaJeEb303 Posted March 19, 2016 Posted March 19, 2016 After installation, when i run it, it require license, when i enter a key, i get this message, even when i run it as administrator (Windows 8.1/7 64bit): Quote
jcvo Posted April 22, 2016 Posted April 22, 2016 new version VMware Workstation Pro 12.1.1 Build 3770994 x64 bits please lite setup Quote
jgp Posted April 24, 2016 Posted April 24, 2016 VMWare Workstation full v.12.1.1.1-3770994: https://download3.vmware.com/software/wkst/file/VMware-workstation-full-12.1.1-3770994.exe Quote
kirk Posted May 29, 2016 Posted May 29, 2016 (edited) he posted a new version today Edited June 4, 2016 by kirk Quote
NaJeEb303 Posted June 9, 2016 Posted June 9, 2016 VMware Workstation Lite 12.1.1-3770994 http://repacks.net/forum/viewtopic.php?f=6&t=22 Quote
EXO2 Posted September 13, 2016 Posted September 13, 2016 VMware Workstation Pro 12.5.0 Build 4352439 Released https://download3.vmware.com/software/wkst/file/VMware-workstation-full-12.5.0-4352439.exe Lite edition please Rick! Quote
t33st33r Posted September 14, 2016 Posted September 14, 2016 (edited) Could you make a tool to run at post-install to make the installed one become lite? (preferably with optional features). This could be easier for you to make it compatible with future versions. Thanks in advance. PS: A GUI based one would be nice but there's no need to use GUI if your Batch Script's syntax-and-use is embedded on itself. I suggest to use a switch (for example "-?") to request the documentation, like DOS commands do. PS2: This is not my native language… please excuse my bad english. Edited September 15, 2016 by t33st33r fixed the way i express the idea Quote
kalilou Posted September 17, 2016 Posted September 17, 2016 i can't understand where i write this vmware-lite.msi SERIALNUMBER=12345-12345-12345-12345-12345 DESKTOP_SHORTCUT=1 EULAS_AGREED=1 AUTOSOFTWAREUPDATE=1 /qr /norestart please can you make a litle tutorial to see how you make the silent install lite version thanks again ricktendo Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.