Kaydet (Commit) 5e01d13b authored tarafından Andras Timar's avatar Andras Timar

fdo#46559 bypass CustomerInformation dialog in Windows installer

User name and Company asked here are useless, and misleading. Users
think that they are related to Tools - Options - LibreOffice -
User Data. Also per-user installation context makes little sense.
If anybody still wants to install LibreOffice only for the current
user, it is still possible with the ALLUSERS property.

Change-Id: I537b45ab77d6d227264e1dc0bcaf93a9cfa8ea71
üst 0d309467
...@@ -58,11 +58,11 @@ InstallChangeFolder Up DirectoryListUp 0 1 0 ...@@ -58,11 +58,11 @@ InstallChangeFolder Up DirectoryListUp 0 1 0
InstallWelcome Back NewDialog SplashBitmap Display_IsBitmapDlg 1 InstallWelcome Back NewDialog SplashBitmap Display_IsBitmapDlg 1
InstallWelcome Cancel SpawnDialog CancelSetup 1 0 InstallWelcome Cancel SpawnDialog CancelSetup 1 0
InstallWelcome Next NewDialog LicenseAgreement HIDEEULA <> 1 0 InstallWelcome Next NewDialog LicenseAgreement HIDEEULA <> 1 0
InstallWelcome Next NewDialog CustomerInformation HIDEEULA = 1 0 InstallWelcome Next NewDialog SetupType HIDEEULA = 1 0
LanguageInfo1 OK EndDialog Return 1 0 LanguageInfo1 OK EndDialog Return 1 0
LicenseAgreement Back NewDialog InstallWelcome 1 0 LicenseAgreement Back NewDialog InstallWelcome 1 0
LicenseAgreement Cancel SpawnDialog CancelSetup 1 0 LicenseAgreement Cancel SpawnDialog CancelSetup 1 0
LicenseAgreement Next NewDialog CustomerInformation AgreeToLicense = "Yes" 0 LicenseAgreement Next NewDialog SetupType AgreeToLicense = "Yes" 0
MaintenanceType Back NewDialog MaintenanceWelcome 1 0 MaintenanceType Back NewDialog MaintenanceWelcome 1 0
MaintenanceType Cancel SpawnDialog CancelSetup 1 0 MaintenanceType Cancel SpawnDialog CancelSetup 1 0
MaintenanceType Next [ProgressType0] Modify _IsMaintenance = "Change" 2 MaintenanceType Next [ProgressType0] Modify _IsMaintenance = "Change" 2
...@@ -127,7 +127,8 @@ SetupProgress Cancel SpawnDialog CancelSetup 1 0 ...@@ -127,7 +127,8 @@ SetupProgress Cancel SpawnDialog CancelSetup 1 0
SetupResume Cancel SpawnDialog CancelSetup 1 0 SetupResume Cancel SpawnDialog CancelSetup 1 0
SetupResume Next EndDialog Return OutOfNoRbDiskSpace <> 1 0 SetupResume Next EndDialog Return OutOfNoRbDiskSpace <> 1 0
SetupResume Next NewDialog OutOfSpace OutOfNoRbDiskSpace = 1 0 SetupResume Next NewDialog OutOfSpace OutOfNoRbDiskSpace = 1 0
SetupType Back NewDialog CustomerInformation 1 0 SetupType Back NewDialog LicenseAgreement HIDEEULA <> 1 1
SetupType Back NewDialog InstallWelcome HIDEEULA = 1 1
SetupType Cancel SpawnDialog CancelSetup 1 0 SetupType Cancel SpawnDialog CancelSetup 1 0
SetupType Next NewDialog CustomSetup _IsSetupTypeMin = "Custom" 0 SetupType Next NewDialog CustomSetup _IsSetupTypeMin = "Custom" 0
SetupType Next [FILETYPEDIALOGUSED] 0 _IsSetupTypeMin <> "Custom" 5 SetupType Next [FILETYPEDIALOGUSED] 0 _IsSetupTypeMin <> "Custom" 5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment