This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
userspace:diskpart_-_dynamic_system_partition_resize [2015/09/17 17:42] larsg |
userspace:diskpart_-_dynamic_system_partition_resize [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Resize system partition dynamically, | ====== Resize system partition dynamically, | ||
| - | | + | created by LarsG [[lars.gruenheid@civitec.de]] 2015/09/17 |
| * tested under windows 7 | * tested under windows 7 | ||
| Line 18: | Line 18: | ||
| - | Integrate the following code into your installation script, and change the value of $MinimumFreeSpace$ to the amount of MB required by the software to install; 1 GB equals | + | Integrate the following code into your installation script, and change the value of '' |
| <code winst> | <code winst> | ||
| Line 44: | Line 43: | ||
| </ | </ | ||
| - | This script assumes you install software on your system partition. Otherwise, you need to replace any occurance of %SystemDrive% within my code with the drive letter of your desired partition. | + | This script assumes you install software on your system partition. Otherwise, you need to replace any occurance of '' |
| f.e. extract it like this: | f.e. extract it like this: | ||