Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
443c59ce
Kaydet (Commit)
443c59ce
authored
Ock 05, 2010
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS native273
üst
f36fb10b
bc2a5e97
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
22 deletions
+26
-22
LaunchCo.ulf
..._native/inc_openoffice/windows/msi_languages/LaunchCo.ulf
+2
-1
LaunchCo.idt
..._native/inc_openoffice/windows/msi_templates/LaunchCo.idt
+1
-0
makefile.mk
scp2/source/ooo/makefile.mk
+0
-1
vc_redist.scp
scp2/source/ooo/vc_redist.scp
+23
-18
makefile.mk
scp2/util/makefile.mk
+0
-2
No files found.
instsetoo_native/inc_openoffice/windows/msi_languages/LaunchCo.ulf
Dosyayı görüntüle @
443c59ce
[OOO_LAUNCH_1]
en-US = "The Installation Wizard cannot be run properly because you are logged in as a user without sufficient administrator rights for this system."
[OOO_LAUNCH_2]
en-US = "Please use the file setup.exe to start the installation."
instsetoo_native/inc_openoffice/windows/msi_templates/LaunchCo.idt
Dosyayı görüntüle @
443c59ce
...
...
@@ -2,3 +2,4 @@ Condition Description
s255 l255
WINDOWSENCODINGTEMPLATE LaunchCondition Condition
Privileged OOO_LAUNCH_1
SETUP_USED=1 Or Installed OOO_LAUNCH_2
scp2/source/ooo/makefile.mk
Dosyayı görüntüle @
443c59ce
...
...
@@ -301,7 +301,6 @@ PARFILES += \
folder_ooo.par
\
folderitem_ooo.par
\
registryitem_ooo.par
\
mergemodules_ooo.par
\
vc_redist.par
\
windowscustomaction_ooo.par
.ENDIF
...
...
scp2/source/ooo/vc_redist.scp
Dosyayı görüntüle @
443c59ce
...
...
@@ -30,25 +30,29 @@
#include "macros.inc"
#if defined(WITH_VC_REDIST)
WindowsCustomAction gid_Customaction_InstallRuntime
Name = "InstallRuntime";
Typ = "98";
Source = "SystemFolder";
Target = "[SourceDir]redist\vcredist_x86.exe /qb";
Inbinarytable = 0;
Styles = (NO_FILE);
Assignment1 = ("InstallUISequence", "VersionNT >= 600 and VersionNT < 700 And OLDPRODUCTSSAMEMAJOR And Not REMOVE=\"ALL\" And Not PATCH", "ExecuteAction");
End
WindowsCustomAction gid_Customaction_InstallRuntime_X64
Name = "InstallRuntimeX64";
Typ = "98";
Source = "SystemFolder";
Target = "[SourceDir]redist\vcredist_x64.exe /qb";
Inbinarytable = 0;
Styles = (NO_FILE);
Assignment1 = ("InstallUISequence", "Not REMOVE=\"ALL\" And Not PATCH And VersionNT64", "ExecuteAction");
End
// WindowsCustomAction gid_Customaction_InstallRuntime
// Name = "InstallRuntime";
// Typ = "98";
// Source = "SystemFolder";
// Target = "[SourceDir]redist\vcredist_x86.exe /qb";
// Inbinarytable = 0;
// Styles = (NO_FILE);
// Assignment1 = ("InstallUISequence", "Not REMOVE=\"ALL\" And Not PATCH", "ExecuteAction");
// // Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\" And Not PATCH", "FileCost");
// End
// WindowsCustomAction gid_Customaction_InstallRuntime_X64
// Name = "InstallRuntimeX64";
// Typ = "98";
// Source = "SystemFolder";
// Target = "[SourceDir]redist\vcredist_x64.exe /qb";
// Inbinarytable = 0;
// Styles = (NO_FILE);
// Assignment1 = ("InstallUISequence", "Not REMOVE=\"ALL\" And Not PATCH And VersionNT64", "ExecuteAction");
// // Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\" And Not PATCH And VersionNT64", "FileCost");
// End
ScpAction scp_Copy_vcredist_x86
#if defined(BUILD_SPECIAL)
...
...
@@ -65,4 +69,5 @@ ScpAction scp_Copy_vcredist_x64
Name = "vcredist_x64.exe";
Subdir = "redist";
End
#endif
scp2/util/makefile.mk
Dosyayı görüntüle @
443c59ce
...
...
@@ -129,7 +129,6 @@ SCP1FILES += \
folder_ooo.par
\
folderitem_ooo.par
\
windowscustomaction_ooo.par
\
mergemodules_ooo.par
\
vc_redist.par
\
registryitem_writer.par
\
folderitem_writer.par
\
...
...
@@ -283,7 +282,6 @@ SCP2FILES += \
folder_ooo.par
\
folderitem_ooo.par
\
windowscustomaction_ooo.par
\
mergemodules_ooo.par
\
vc_redist.par
\
registryitem_writer.par
\
folderitem_writer.par
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment