VirtualBox

Ignore:
Timestamp:
Feb 13, 2024 1:07:31 AM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161631
Message:

Installer/VBoxInstallHelper.cpp: Degraded todo severity and explained why it probably works with the wrong value. bugref:10579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp

    r103028 r103328  
    616616        {
    617617            /* Set required environment variables. */
    618             if (SetEnvironmentVariableW(L"VBOX_INSTALL_PATH", wszVBoxPythonInstallerPath)) /** @todo BUGBUG r=andy That can't be right! */
     618            /** @todo r=andy: That can't be right!
     619             *
     620             *  r=bird: The variable probably isn't used because VBOX_MSI_INSTALL_PATH is
     621             *          set by VBoxMergeApp.wxi. */
     622            if (SetEnvironmentVariableW(L"VBOX_INSTALL_PATH", wszVBoxPythonInstallerPath))
    619623            {
    620624                logStringF(hModule, "InstallPythonAPI: Invoking vboxapisetup.py in \"%ls\" ...", wszVBoxPythonInstallerPath);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette