User Tools

Site Tools


userspace:oracle_virtualbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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://www.virtualbox.org/wiki/Downloads     * Start off by downloading VirtualBox for Windows from: https://www.virtualbox.org/wiki/Downloads
-    * Open a command prompt and write: <path-to-file>\VirtualBox-4.3.0-89960-Win.exe –extract+    * Open a command prompt and write: <path-to-file>\VirtualBox-X.X.X-XXXXX-Win.exe –extract
     * 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:
 </code> </code>
  
-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%, " + $MinimumSpace$ + " on the drive %SystemDrive% is needed for " + $ProductId$  LogError "Not enough free space on %SystemDrive%, " + $MinimumSpace$ + " on the drive %SystemDrive% is needed for " + $ProductId$
  isFatalError "Not enough free space"  isFatalError "Not enough free space"
- ; Stop the proces and set installationstatus as failed+ ; Stop the proces and set installation status as failed
 else else
  comment "Show product logo"  comment "Show product logo"
Line 137: Line 137:
  
 [Winbatch_install] [Winbatch_install]
-msiexec /i "%ScriptPath%\VirtualBox\VirtualBox-4.2.12-r84980-MultiArch_amd64.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress+msiexec /i "%ScriptPath%\VirtualBox\VirtualBox-X.X.XX-rXXXXX-MultiArch_amd64.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
  
 [Files_install] [Files_install]
Line 223: Line 223:
 ; ---------------------------------------------------------------- ; ----------------------------------------------------------------
 Set $ProductId$       = "vbox-virtualxp" Set $ProductId$       = "vbox-virtualxp"
-Set $InstallDir$      = "%ProgramFiles32Dir%\Oracle\VirtualBox"+Set $InstallDir$      = "%ProgramFiles64Dir%\Oracle\VirtualBox"
 ; ---------------------------------------------------------------- ; ----------------------------------------------------------------
  
Line 242: Line 242:
  
 [Files_uninstall2] [Files_uninstall2]
-del -sf "%Systemdrive%\Users\$UserProfileName$\Desktop\VirtueltXP.lnk"+del -sf "%Systemdrive%\Users\$UserProfileName$\Desktop\VirtualXP.lnk"
 </code> </code>
  
Line 262: Line 262:
  
 comment "Deleting files" comment "Deleting files"
-Files_uninstall /32Bit+Files_uninstall
   
 comment "Deleting shortcuts" comment "Deleting shortcuts"
userspace/oracle_virtualbox.1382078304.txt.gz · Last modified: 2021/08/23 08:37 (external edit)