This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    userspace:oracle_virtualbox [2013/10/18 06:38] bobzbobz  | 
                
                    userspace:oracle_virtualbox [2021/08/23 08:37] (current) | 
            ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| * Prepare VirtualBox-installer (.msi): | * Prepare VirtualBox-installer (.msi): | ||
|     * Start off by downloading VirtualBox for Windows from: https:// |     * Start off by downloading VirtualBox for Windows from: https:// | ||
| - |     * Open a command prompt and write: < | + |     * Open a command prompt and write: < | 
|     * You can now find the .msi-file under Appdata → Local → Temp → Virtualbox. You will need both the .msi-file (x64) and the common.cab.  |     * You can now find the .msi-file under Appdata → Local → Temp → Virtualbox. You will need both the .msi-file (x64) and the common.cab.  | ||
| * Copy them to CLIENT_DATA\VirtualBox | * Copy them to CLIENT_DATA\VirtualBox | ||
| Line 66: | Line 66: | ||
| </ | </ | ||
| - | Use Microsoft Orca to get the Msi-ID for the delsub-script. | + | //Use Microsoft Orca to get the Msi-ID for the delsub-script.// | 
| - | Please read through the scripts, as you will need to apply your own domain-specific information. | + | //Please read through the scripts, as you will need to apply your own domain-specific information.// | 
| ==== setup.ins ==== | ==== setup.ins ==== | ||
| Line 102: | Line 102: | ||
| 	LogError "Not enough free space on %SystemDrive%, | 	LogError "Not enough free space on %SystemDrive%, | ||
| isFatalError "Not enough free space" | isFatalError "Not enough free space" | ||
| - | 	; Stop the proces and set installationstatus  | + | 	; Stop the proces and set installation status  | 
| else | else | ||
| comment "Show product logo" | comment "Show product logo" | ||
| Line 137: | Line 137: | ||
| [Winbatch_install] | [Winbatch_install] | ||
| - | msiexec /i " | + | msiexec /i " | 
| [Files_install] | [Files_install] | ||
| Line 223: | Line 223: | ||
| ; ---------------------------------------------------------------- | ; ---------------------------------------------------------------- | ||
| Set $ProductId$  | Set $ProductId$  | ||
| - | Set $InstallDir$  | + | Set $InstallDir$  | 
| ; ---------------------------------------------------------------- | ; ---------------------------------------------------------------- | ||
| Line 242: | Line 242: | ||
| [Files_uninstall2] | [Files_uninstall2] | ||
| - | del -sf " | + | del -sf " | 
| </ | </ | ||
| Line 262: | Line 262: | ||
| comment " | comment " | ||
| - | Files_uninstall  | + | Files_uninstall | 
| comment " | comment " | ||