.CAB file silent installation
Hi,
Can some one tell me silent installation command line for installing .cab file on XP. I already google it but there is no suitable examples.
Thank you!
Answers (6)
expand "MyCABFile.cab" /f:* "DestinationFolder"
The following command line can be used to extract .cab file content..
Check whether it is useful
expand "MyCABFile.cab" /f:* "DestinationFolder"
Comments:
-
You can run the above command line through VBScript to make it silent - jagadeish 12 years ago
Well I have such thing that I have captured it on XP after what i also need that it works on Win7 but they have different locations for those files, and if I do manual input into MSI then it does not work as expected, that is why I know that there is some command line which do that, basicaly installs cab file silently.
Thank you that worked, just thinking if there is .ocx and other files is it registering them also or just extracting, also not sure is it needed to be regitered or what ever ;)
Comments:
-
Which method worked for you? - jagadeish 12 years ago