Jump to content

[Repak] VMware Workstation Lite 12.1.0-3272444


ricktendo

Recommended Posts

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 by bphlpt
cleaned up formatting of code box
Link to comment
Share on other sites

@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

vmware-lite.msi SERIALNUMBER=12345-12345-12345-12345-12345 DESKTOP_SHORTCUT=1 EULAS_AGREED=1 AUTOSOFTWAREUPDATE=1 /qr /norestart

 

That works perfect for me...

Regards... ;-)

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 2 weeks later...
  • 4 weeks later...
  • 1 month later...
  • 1 month later...
  • 1 month later...
  • 1 month later...
  • 2 weeks later...
  • 3 months later...

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 by t33st33r
fixed the way i express the idea
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...