Windows: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Configure network: # Static ip. netsh interface ip set address name="Local Area Connection" static 192.168.122.41 255.255.255.0 192.168.122.1 1 # Dhcp netsh interface is set ad…') |
No edit summary |
||
Line 4: | Line 4: | ||
# Dhcp | # Dhcp | ||
netsh interface is set address name="Local Area Connection" dhcp | netsh interface is set address name="Local Area Connection" dhcp | ||
# extract msi | |||
msiexec /a "C:\software.msi" /qb TARGETDIR="C:\Folder" |
Revision as of 21:12, 28 March 2012
Configure network:
- Static ip.
netsh interface ip set address name="Local Area Connection" static 192.168.122.41 255.255.255.0 192.168.122.1 1
- Dhcp
netsh interface is set address name="Local Area Connection" dhcp
- extract msi
msiexec /a "C:\software.msi" /qb TARGETDIR="C:\Folder"