Changeset 103328 in vbox for trunk/src/VBox/Installer/win/InstallHelper
- Timestamp:
- Feb 13, 2024 1:07:31 AM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161631
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r103028 r103328 616 616 { 617 617 /* 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)) 619 623 { 620 624 logStringF(hModule, "InstallPythonAPI: Invoking vboxapisetup.py in \"%ls\" ...", wszVBoxPythonInstallerPath);
Note:
See TracChangeset
for help on using the changeset viewer.