September 8, 20159 yr @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
September 9, 20159 yr Author 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, 20169 yr by bphlpt cleaned up formatting of code box
September 9, 20159 yr @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... ;-)
October 30, 20159 yr VMware Workstation v12.0.0 Build 3160714 https://download3.vmware.com/software/wkst/file/VMware-workstation-full-12.0.1-3160714.exe
January 31, 20169 yr The installer requires to accept eula now, so here is switch that worked for me: EULAS_AGREED=1 Added to switch and worked perfect
March 19, 20169 yr 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):
April 22, 20169 yr new version VMware Workstation Pro 12.1.1 Build 3770994 x64 bits please lite setup
April 24, 20169 yr VMWare Workstation full v.12.1.1.1-3770994: https://download3.vmware.com/software/wkst/file/VMware-workstation-full-12.1.1-3770994.exe
June 9, 20169 yr VMware Workstation Lite 12.1.1-3770994 http://repacks.net/forum/viewtopic.php?f=6&t=22
September 13, 20168 yr 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!
September 14, 20168 yr 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, 20168 yr by t33st33r fixed the way i express the idea
September 17, 20168 yr 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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now