Mark Jansen
fb7a0344cd
[CRYPTEXT] Add a minimal shell extension that will show the certificate dialog
2019-02-09 01:44:39 +01:00
Amine Khaldi
53028dd240
[MSCTF_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:05:39 +01:00
Pierre Schweitzer
4ed6b1ffca
[SETUP] Add support for selecting FS type in unattended setups
...
By default, we still fallback to FAT if nothing asked, or if there
is an invalid input.
0 is FAT, 1 is BtrFS. This can be grown as soon as we add more IFS.
2018-12-28 20:36:47 +01:00
Lee Schroeder
94e4c696e5
[THEMEUI][BOOTDATA] Add the Red, White, Blue Classic Color Scheme for Classic Theme, and Localization ( #1059 )
...
Adds the 'Red, White, and Blue' Color Scheme used by the Classic Theme and adds localization for all the color schemes into themeui.dll.
Translators, please check the language files for potential copypasta errors.
2018-12-21 00:38:45 +01:00
Ștefan Fulea
b0ab61e6c3
[BOOTDATA][SETUPLIB] Setup the Romanian Stdandard Keyboard layout. ( #861 )
...
Adjust the miscellaneous files to activate the Romanian Standard
Keyboard layout in the OS and set it as default for Romanian.
CORE-15056
2018-12-08 18:53:18 +01:00
Giannis Adamopoulos
fae68532dc
[REGTEST.CMD] Start tests with the correct current dir
2018-11-28 11:41:18 +02:00
Bernhard Feichtinger
76daaf9faf
[MODULES] Add a convenient option to transfer files into a new installation ( #877 )
...
Purpose:
When doing a PXE BootCD installation, you may be left without networking, usb and a cd drive.
This adds an easy way to include a few or more files to the installation which are then present on the disk after the installation and which does not require any change to ReactOS source code/build script files (and no manual editing of boot/bootdata/packages/reactos.dff.in).
Proposed changes:
Adds a new modules/3rdparty folder which lets the files end up in C:\ReactOS\3rdParty ready for use.
2018-11-16 23:26:58 +01:00
Luo Yufan
5cdee1ab82
[TRANSLATION] Update Simplified Chinese translation. ( #1028 )
2018-11-11 17:57:12 +01:00
Adam Słaboń
b8044d6783
[TRANSLATION] Polish translation update ( #1029 )
...
Translated missing strings and improved existing translations.
2018-11-11 17:55:01 +01:00
Hermès Bélusca-Maïto
86f31289ef
[BOOTDATA][SETUPLIB][REACTOS] INF support fixes.
...
- BOOTDATA: Use standard INF signature string, so that they can be
opened successfully using ReactOS' or Windows' setupapi.dll with
the INF_STYLE_WIN4 style.
- SETUPLIB: Use the correct INF_STYLE_* INF styles in SpInfOpenInfFile() calls.
- REACTOS : Switch thread locale to user-specified LocaleId when calling
SetupOpenInfFileW(), so that the correct localized strings are used.
2018-11-06 00:04:19 +01:00
Hermès Bélusca-Maïto
81c0d8a256
[BOOTDATA] Use a Win2k3-compatible TXTSETUP.SIF layout for the specification of the files list.
...
Also add detailed documentation about the meaning of each field, obtained from:
- my own tests;
- http://www.msfn.org/board/topic/125480-txtsetupsif-syntax/
- http://www.msfn.org/board/topic/127677-txtsetupsif-layoutinf-reference/
In addition, add a spreadsheet that helps generating the files list.
Note that the files source directory is "\reactos", until we use
per-architecture directories in the installation medium.
2018-11-05 23:35:12 +01:00
Pierre Schweitzer
d5cced1d42
[BOOTDATA] Define the ObUnsecureGlobalNames registry key on setup
...
It contains values that are present on W2K3 and required to avoid
regressions in .NET
See: https://blogs.msdn.microsoft.com/toddca/2005/06/08/normal-users-on-terminal-server-fail-to-run-net-framework-applications/
2018-10-27 12:01:38 +02:00
Hermès Bélusca-Maïto
7fedeb7db3
[USETUP] More code for updating/repairing the registry. Fix the name of the txtsetup.sif section to look for when performing a registry upgrade.
...
[BOOTDATA] Add needed entries in txtsetup.sif for registry upgrade.
svn path=/branches/setup_improvements/; revision=75162
svn path=/branches/setup_improvements/; revision=75226
2018-10-25 01:00:43 +02:00
Hermès Bélusca-Maïto
8269478385
[CMAKE] Apply patch INF file for the SETUP SYSTEM registry hive that removes the entries in the Critical Device Database that cause problems with PnP setup during 1st-stage setup.
2018-10-25 00:45:10 +02:00
Stanislav Motylkov
0f402b0189
[BOOTDATA][HIVECLS] Use shell image viewer for GIF files ( #971 )
...
Change GIF file type association to the shell image viewer. CORE-12680
2018-10-24 21:09:23 +09:00
Arnav Bhatt
05c2e3e89e
[USETUP][EXPLORER] ReactOS explorer translation and hindi font substitution. ( #954 )
2018-10-19 17:03:17 +02:00
Pierre Schweitzer
9b2a53e56b
[BOOTDATA] Update optional modules according to 287d35b
...
This fixes optional modules being installed in places
that make no sense.
This also fixes auto installation of Gecko. Thus, this
fixes unattended setup of ReactOS for testbots.
CORE-15160
2018-10-09 08:40:41 +02:00
Hermès Bélusca-Maïto
287d35b84d
[BOOTDATA][CMAKE] Enumerate the four first installation directories in 'canonical' order, to keep compatibility with Windows' txtsetup.sif/layout.inf.
2018-10-08 21:16:58 +02:00
Eric Kohl
6d3921bdd5
[BOOTDATA] Register the CriticalDeviceCoInstaller as a class co-installer for critical device classes
2018-09-30 17:23:40 +02:00
Katayama Hirofumi MZ
932df378bf
[BOOTDATA] Improve 'Open With' registry information ( #586 )
...
* use ""%1""
* double-quoted %1
* remove doubled quotes with rundll32
2018-08-20 16:14:18 +02:00
Jake Collins
72827bc514
[MODERN.MSSTYLES] Add the initial version of the modern theme.
...
CORE-13020
2018-08-20 15:06:53 +02:00
Victor Perevertkin
07bc92f740
[USETUP][SETUPLIB] Added support for formatting partition in BTRFS and installing ReactOS on it.
...
Removed code related to EXT2 boot sector for now.
CORE-13769
2018-08-20 08:26:56 +02:00
Denis Malikov
55368bacc8
[UPDATES] New stubs for Automatic Updates service and WUSA.exe. Presence of this modules required for installation by some NT6+ applications.
2018-08-19 19:56:18 +02:00
Eric Kohl
9a36ee8359
[WLNOTIFY] Use the wine debug method, add wlnotify to the build and fix some typos
2018-08-18 22:20:17 +02:00
Mark Jansen
cf56e1cb58
[GDIPLUS] Add sxs registration for 1.0 version.
...
Needed by by some applications with MSVCR90.dll
CORE-14695
2018-08-18 18:25:13 +02:00
Eric Kohl
df849213a2
[WLNOTIFY] Add SCard, Termsrv and Wlballon notifications and remove the test notifications
2018-08-18 16:18:36 +02:00
Jared Smudde
092c3710f2
[BOOTDATA] Change the default open command for HTA files to open in Wine Internet Explorer. ( #719 )
...
It's a shortcut from implementing the function in mshtml but it works.
Also add an edit option to the right click menu.
2018-08-07 13:22:03 +02:00
Jared Smudde
76a73b4295
[MSHTA] Implement MSHTA.exe ( #577 ) CORE-12813
...
Implement mshta.exe. It links directly to the function RunHTMLApplication in mshtml and passes the file name and other optional arguments along. While the function is unimplemented in mshtml, it's a start.
[MSHTML] Add ADD_IMPORTLIB to CMakeLists so mshta can link to mshtml.
[BOOTDATA] Add the association information for mshta.exe to the registry.
2018-06-05 17:17:00 +02:00
Stanislav Motylkov
07302fe8eb
[BOOTDATA] Use double quotes for mspaint file path
...
Addendum to 313ded4
. CORE-13293
2018-06-02 23:32:20 +02:00
Eric Kohl
b784c7bfba
[BOOTDATA][MSGINA][SYSSETUP] Rename the DefaultDomain registry value to DefaultDomainName
2018-05-22 11:30:27 +02:00
Hermès Bélusca-Maïto
cb679a8917
[BOOTDATA] Set the 'BootExecute' SMSS value to an empty value as we do not want AutoChk to start when booting the LiveCD. CORE-14633
...
Add also a missing closing quote.
2018-05-20 18:34:35 +02:00
Eric Kohl
76eeb35148
[BOOTDATA] Add the (still disabled) faeroese keyboard layout
...
CORE-13127
2018-05-19 12:41:37 +02:00
Andrew Cook
5a00192870
Add virtio drivers to reactos.dff.in
...
qxl has some visual glitches, viostor loads but it seems reactos
doesn't support scsi disks yet
2018-05-13 22:24:41 +02:00
Eric Kohl
abf9bd2d68
[BOOTDATA] Register the CriticalDeviceCoInstaller for the keyboard device class
2018-05-12 12:38:27 +02:00
Eric Kohl
c2089d5319
[BOOTDATA] Add settings for the Latvian (QUERTY) keyboard layout (disabled)
2018-05-10 17:13:04 +02:00
Eric Kohl
6ca124323e
[BOOTDATA] Remove superfluous quotation marks
2018-05-10 16:03:59 +02:00
Hermès Bélusca-Maïto
34b0f3e4f8
[BOOTDATA][SHELL32] Add some recognized file extensions (.db, .efi, .nls, .ocx, .tlb, .nt), and update some reported MIME types.
...
CORE-11308
2018-05-05 22:20:21 +02:00
Hermès Bélusca-Maïto
2feea26d4c
[README] Restore the UTF-8 BOM as it otherwise does not behave well with
...
ReactOS' Notepad.
This reverts commit 3d012a4405
.
2018-05-01 17:44:54 +02:00
Hermès Bélusca-Maïto
3d012a4405
[README] Convert to UTF-8 without BOM.
2018-04-22 02:53:48 +02:00
Hermès Bélusca-Maïto
32d51c8607
[BOOTDATA] Increase the maximum size of the default event log files.
2018-04-22 02:53:44 +02:00
Hermès Bélusca-Maïto
1551d2b136
[EVENTLOG] Register .evt file extension so that we can open event log files from the shell.
...
Take also the opportunity to fix a problematic "%1" in wordpad.exe command line.
2018-04-13 23:46:32 +02:00
Giannis Adamopoulos
8d3045622e
[RTL] actctx.c: Use an alternative implicit activation context when an application is built for latest windows versions.
...
Instead of loading systemcompatible.manifest as the implicit activation context, load forwardcompatible.manifest
Add a new assembly containing all apisets called ReactOS.Apisets and make it a dependency to forwardcompatible.manifest
2018-04-09 01:28:43 +03:00
Thomas Faber
3a0e654027
[CMAKE] Use configuration-specific names for files generated by CMake.
...
Fixes configuring with VSSolution.
2018-04-08 18:31:36 +02:00
Hermès Bélusca-Maïto
40d7381e28
[BOOTDATA] Remove 'debugout.sys' mention since this driver has been removed in r26032 ( ad07a1e5
).
2018-04-07 22:13:42 +02:00
Thomas Faber
07720ed9a8
[CMAKE] Avoid use of the LOCATION property in add_cd_file/add_rostests_file. CORE-14509
2018-03-30 20:28:23 +02:00
Hermès Bélusca-Maïto
56fd088c8a
[BOOTDATA] Now that our shell supports hard error balloons, tell winsrv that it can send these notifications to the shell.
2018-03-24 00:25:42 +01:00
Hermès Bélusca-Maïto
37afd9c371
[BOOTDATA] Set the event logs 'Retention' value to zero so that the events can always be overwritten when the logs are full.
2018-03-24 00:25:22 +01:00
Thomas Faber
6158207c31
[BOOTDATA] Do not include caroots.inf in registry.inf. CORE-12020
...
This splits registry.inf roughly in half, which massively reduces heap usage
in 1st stage. DPH and low-memory scenarios benefit from this.
2018-02-25 10:07:28 +01:00
Harteex
23a6b69c4d
[BOOTDATA] Fix path to temp folder for the Swedish locale ( #381 )
2018-02-24 23:08:55 +01:00
Hermès Bélusca-Maïto
4ec5eefa64
[BOOTDATA] Add some informative registry values (Win2k3 compat).
...
- In HKLM\SYSTEM\CurrentControlSet\Control\Windows, add "Directory"
and "SystemDirectory" values, giving the ReactOS installation
directories (purely informative).
- Also add the "ErrorMode" value that specifies how the hard-error
popups are displayed. This value will be used later.
- Fix event log sources ordering.
2018-02-18 01:41:53 +01:00