VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/SetupDLL
AgeCommit message (Expand)AuthorFilesLines
2022-03-26Windows: Add various checks to address Coverity reported issues.Mounir IDRASSI1-0/+12
2022-03-21Increment version to 1.26 and update windows driver and MBR bootloader filesMounir IDRASSI1-4/+4
2022-03-21Windows: Block upgrade of VeraCrypt is the system is encrypted using RIPEMD-1...Mounir IDRASSI1-0/+8
2022-02-19Increment version to 1.25.9 and update Release Notes.Mounir IDRASSI1-2/+2
2022-02-16Increment version to 1.25.8.2 and update signed Windows driversMounir IDRASSI1-2/+2
2022-02-11Windows: Increment version to 1.25.8.1 and update signed Windows driversMounir IDRASSI1-2/+2
2022-02-10Windows: Reduce the size of installers by almost 50% by using LZMA compressio...Mounir IDRASSI1-6/+6
2022-02-05Increment version to 1.25.8Mounir IDRASSI1-2/+2
2022-02-02Windows: Fix failure to create Traveler Disk when VeraCrypt is installed usin...Mounir IDRASSI1-0/+7
2022-02-01Windows: Make MSI installer compatible with System Encryption by leveraging V...Mounir IDRASSI1-10/+25
2022-01-16Windows MSI: set minimum support for MSI installation to Windows 8 as it was ...Mounir IDRASSI1-8/+0
2022-01-07Increment version to 1.25.7 and update Release NotesMounir IDRASSI1-2/+2
2021-12-27Increment version to 1.25.6. Update Release Notes and add signed Windows driver.Mounir IDRASSI1-2/+2
2021-12-20Increment version to 1.25.5 and update release notesMounir IDRASSI1-2/+2
2021-11-30Increment version to 1.25.4 and set release date to December 3rd 2021Mounir IDRASSI1-2/+2
2021-11-28Increment version to 1.25 (1.25.3)Mounir IDRASSI1-2/+2
2021-11-21Windows: Block installation of MSI on Windows version older than Windows 10 b...Mounir IDRASSI1-0/+8
2021-11-21Increment version to 1.25-RC2 and update release notesMounir IDRASSI1-2/+2
2021-09-05Increment version to 1.25-RC1Mounir IDRASSI1-2/+2
2021-09-05Windows: Fix warning and link error in SetupDLL projectMounir IDRASSI2-4/+3
2021-09-02Windows MSI: block MSI installation if System Encryption is enabled until we ...Mounir IDRASSI1-0/+6
2021-09-02Windows MSI: Fix error querying bootloader informationMounir IDRASSI1-1/+20
2021-08-30Windows MSI: avoid duplicated entry for VeraCrypt when installing MSI over an...Mounir IDRASSI1-0/+3
2021-08-30Increment version to 1.25Mounir IDRASSI1-4/+4
2021-08-30Windows MSI: Don't reboot if /norestart is specified (which is equivalent to ...Mounir IDRASSI1-2/+27
2021-08-15Windows: Increment version to 1.24.25.3 and update signed Windows driverMounir IDRASSI1-2/+2
2021-08-02Windows: Increment version to 1.24.25.2 and update signed Windows driverMounir IDRASSI1-2/+2
2021-07-14Windows: Remove unused filesMounir IDRASSI5-762/+0
2021-03-22Windows: first implementation of MSI installer for silent mode deployment (AC...Mounir IDRASSI25-0/+6449
href='#n296'>296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487