From fe83bfbbb5c5fbdb59850e0d2a6cdac57c5b254c Mon Sep 17 00:00:00 2001 From: Greg Richardson Date: Wed, 24 Jan 2007 10:15:38 +0000 Subject: [PATCH] Moved windows specific file templates into templates\windows --- .../server-java/Svc/templates/Makefile.am | 84 +++--- .../{ => windows}/CasaAuthPolicyEditor.bat | 0 .../CasaAuthTokenSettingsEditor.bat | 0 .../CasaIdenTokenSettingsEditor.bat | 0 .../{ => windows}/CasaSvcSettingsEditor.bat | 0 .../Svc/templates/windows/Makefile.am | 42 +++ .../Svc/templates/{ => windows}/shutdown.bat | 0 .../Svc/templates/{ => windows}/startup.bat | 0 CASA-auth-token/server-java/configure.in | 1 + .../server-java_msi/server-java_msi.vdproj | 279 ++++++++---------- 10 files changed, 208 insertions(+), 198 deletions(-) rename CASA-auth-token/server-java/Svc/templates/{ => windows}/CasaAuthPolicyEditor.bat (100%) rename CASA-auth-token/server-java/Svc/templates/{ => windows}/CasaAuthTokenSettingsEditor.bat (100%) rename CASA-auth-token/server-java/Svc/templates/{ => windows}/CasaIdenTokenSettingsEditor.bat (100%) rename CASA-auth-token/server-java/Svc/templates/{ => windows}/CasaSvcSettingsEditor.bat (100%) create mode 100644 CASA-auth-token/server-java/Svc/templates/windows/Makefile.am rename CASA-auth-token/server-java/Svc/templates/{ => windows}/shutdown.bat (100%) rename CASA-auth-token/server-java/Svc/templates/{ => windows}/startup.bat (100%) diff --git a/CASA-auth-token/server-java/Svc/templates/Makefile.am b/CASA-auth-token/server-java/Svc/templates/Makefile.am index 4d848bf0..5df821b3 100644 --- a/CASA-auth-token/server-java/Svc/templates/Makefile.am +++ b/CASA-auth-token/server-java/Svc/templates/Makefile.am @@ -1,42 +1,42 @@ -####################################################################### -# -# Copyright (C) 2006 Novell, Inc. -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public -# License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program; if not, write to the Free -# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# -# Author: Juan Carlos Luciani -# -####################################################################### - -SUBDIRS = - -DIST_SUBDIRS = - -CFILES = - -EXTRA_DIST = auth.policy \ - authtoken.settings \ - iaRealms.xml \ - identoken.settings \ - svc.settings \ - jaas.conf - -.PHONY: package package-clean package-install package-uninstall -package package-clean package-install package-uninstall: - $(MAKE) -C $(TARGET_OS) $@ - -maintainer-clean-local: - rm -f Makefile.in - +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = + +DIST_SUBDIRS = windows + +CFILES = + +EXTRA_DIST = auth.policy \ + authtoken.settings \ + iaRealms.xml \ + identoken.settings \ + svc.settings \ + jaas.conf + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in + diff --git a/CASA-auth-token/server-java/Svc/templates/CasaAuthPolicyEditor.bat b/CASA-auth-token/server-java/Svc/templates/windows/CasaAuthPolicyEditor.bat similarity index 100% rename from CASA-auth-token/server-java/Svc/templates/CasaAuthPolicyEditor.bat rename to CASA-auth-token/server-java/Svc/templates/windows/CasaAuthPolicyEditor.bat diff --git a/CASA-auth-token/server-java/Svc/templates/CasaAuthTokenSettingsEditor.bat b/CASA-auth-token/server-java/Svc/templates/windows/CasaAuthTokenSettingsEditor.bat similarity index 100% rename from CASA-auth-token/server-java/Svc/templates/CasaAuthTokenSettingsEditor.bat rename to CASA-auth-token/server-java/Svc/templates/windows/CasaAuthTokenSettingsEditor.bat diff --git a/CASA-auth-token/server-java/Svc/templates/CasaIdenTokenSettingsEditor.bat b/CASA-auth-token/server-java/Svc/templates/windows/CasaIdenTokenSettingsEditor.bat similarity index 100% rename from CASA-auth-token/server-java/Svc/templates/CasaIdenTokenSettingsEditor.bat rename to CASA-auth-token/server-java/Svc/templates/windows/CasaIdenTokenSettingsEditor.bat diff --git a/CASA-auth-token/server-java/Svc/templates/CasaSvcSettingsEditor.bat b/CASA-auth-token/server-java/Svc/templates/windows/CasaSvcSettingsEditor.bat similarity index 100% rename from CASA-auth-token/server-java/Svc/templates/CasaSvcSettingsEditor.bat rename to CASA-auth-token/server-java/Svc/templates/windows/CasaSvcSettingsEditor.bat diff --git a/CASA-auth-token/server-java/Svc/templates/windows/Makefile.am b/CASA-auth-token/server-java/Svc/templates/windows/Makefile.am new file mode 100644 index 00000000..20dde242 --- /dev/null +++ b/CASA-auth-token/server-java/Svc/templates/windows/Makefile.am @@ -0,0 +1,42 @@ +####################################################################### +# +# Copyright (C) 2006 Novell, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Author: Juan Carlos Luciani +# +####################################################################### + +SUBDIRS = + +DIST_SUBDIRS = + +CFILES = + +EXTRA_DIST = CasaAuthPolicyEditor.bat \ + CasaAuthTokenSettingsEditor.bat \ + CasaIdenTokenSettingsEditor.bat \ + CasaSvcSettingsEditor.bat \ + startup.bat \ + shutdown.bat + +.PHONY: package package-clean package-install package-uninstall +package package-clean package-install package-uninstall: + $(MAKE) -C $(TARGET_OS) $@ + +maintainer-clean-local: + rm -f Makefile.in + diff --git a/CASA-auth-token/server-java/Svc/templates/shutdown.bat b/CASA-auth-token/server-java/Svc/templates/windows/shutdown.bat similarity index 100% rename from CASA-auth-token/server-java/Svc/templates/shutdown.bat rename to CASA-auth-token/server-java/Svc/templates/windows/shutdown.bat diff --git a/CASA-auth-token/server-java/Svc/templates/startup.bat b/CASA-auth-token/server-java/Svc/templates/windows/startup.bat similarity index 100% rename from CASA-auth-token/server-java/Svc/templates/startup.bat rename to CASA-auth-token/server-java/Svc/templates/windows/startup.bat diff --git a/CASA-auth-token/server-java/configure.in b/CASA-auth-token/server-java/configure.in index d0f91560..0e00279e 100644 --- a/CASA-auth-token/server-java/configure.in +++ b/CASA-auth-token/server-java/configure.in @@ -291,6 +291,7 @@ Svc/tomcat5/conf/linux/zen/Makefile Svc/tomcat5/conf/windows/Makefile Svc/linux/Makefile Svc/templates/Makefile +Svc/templates/windows/Makefile Svc/manifest/Makefile Svc/windows/Makefile Jaas/Makefile diff --git a/CASA-auth-token/server-java/package/windows/server-java_msi/server-java_msi.vdproj b/CASA-auth-token/server-java/package/windows/server-java_msi/server-java_msi.vdproj index 2f484b63..5817a778 100644 --- a/CASA-auth-token/server-java/package/windows/server-java_msi/server-java_msi.vdproj +++ b/CASA-auth-token/server-java/package/windows/server-java_msi/server-java_msi.vdproj @@ -21,13 +21,25 @@ } "Entry" { - "MsmKey" = "8:_04C9ECCE8EB54D4BB9C283A77B02016E" + "MsmKey" = "8:_05B42F8169574638A494BA1F205048CC" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_05B42F8169574638A494BA1F205048CC" + "MsmKey" = "8:_05D2DB53BC0841469C54F54C7D2155DD" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0C42D090815048FE876B160170F2D26F" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0D26E3D3B02D4B7DABB57056AAB40C29" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } @@ -93,12 +105,6 @@ } "Entry" { - "MsmKey" = "8:_4BC8F27506B949C887592E0802F41093" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { "MsmKey" = "8:_4C0CB4DFDFE74A34B8C7A7481E075088" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -117,12 +123,6 @@ } "Entry" { - "MsmKey" = "8:_6B0A5DA947344EF3998B5EFC0F591F76" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { "MsmKey" = "8:_6DD1A707136B45CCBEF89457979FFA83" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -153,6 +153,12 @@ } "Entry" { + "MsmKey" = "8:_8AC1F7AFDFC545C8897A700FDD7CE568" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_8CE4EA09EFAD48468A28BDDBD6BBD9B1" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -177,6 +183,12 @@ } "Entry" { + "MsmKey" = "8:_9B07C9C739B64948A6AA5E99579F4F82" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_9CDF186732904E43A4D641CE90A04327" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -225,12 +237,6 @@ } "Entry" { - "MsmKey" = "8:_C57D0065C79D4CCC9D901F97955C7CF5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { "MsmKey" = "8:_C7412C71954041018568B8F728496265" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -279,13 +285,13 @@ } "Entry" { - "MsmKey" = "8:_E4145C81681241AE895A2082D7F9EA2D" + "MsmKey" = "8:_E329194F05D04AD2A6D850C94088F6A0" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_F172228591AC4B2589FE3890572BD4EA" + "MsmKey" = "8:_E4145C81681241AE895A2082D7F9EA2D" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } @@ -309,12 +315,6 @@ } "Entry" { - "MsmKey" = "8:_FF8305D29D6F4C47B47CA5840A85558A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { "MsmKey" = "8:_FFF1B42279C84C628F41C191D5DBD50F" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -625,10 +625,30 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_04C9ECCE8EB54D4BB9C283A77B02016E" + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_05B42F8169574638A494BA1F205048CC" { - "SourcePath" = "8:..\\..\\..\\Svc\\templates\\shutdown.bat" - "TargetName" = "8:shutdown.bat" + "SourcePath" = "8:..\\..\\..\\Svc\\sampleConf\\auth.policy" + "TargetName" = "8:auth.policy" + "Tag" = "8:" + "Folder" = "8:_2A9BEDE164B4446387D182559E2AAB06" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_05D2DB53BC0841469C54F54C7D2155DD" + { + "SourcePath" = "8:..\\..\\..\\Svc\\templates\\windows\\CasaAuthPolicyEditor.bat" + "TargetName" = "8:CasaAuthPolicyEditor.bat" "Tag" = "8:" "Folder" = "8:_DB2EB303AA7A4FA0874CCF7DE23125AB" "Condition" = "8:" @@ -645,12 +665,32 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_05B42F8169574638A494BA1F205048CC" + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0C42D090815048FE876B160170F2D26F" { - "SourcePath" = "8:..\\..\\..\\Svc\\sampleConf\\auth.policy" - "TargetName" = "8:auth.policy" + "SourcePath" = "8:..\\..\\..\\Svc\\templates\\windows\\startup.bat" + "TargetName" = "8:startup.bat" "Tag" = "8:" - "Folder" = "8:_2A9BEDE164B4446387D182559E2AAB06" + "Folder" = "8:_DB2EB303AA7A4FA0874CCF7DE23125AB" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0D26E3D3B02D4B7DABB57056AAB40C29" + { + "SourcePath" = "8:..\\..\\..\\Svc\\templates\\windows\\CasaSvcSettingsEditor.bat" + "TargetName" = "8:CasaSvcSettingsEditor.bat" + "Tag" = "8:" + "Folder" = "8:_DB2EB303AA7A4FA0874CCF7DE23125AB" "Condition" = "8:" "Transitive" = "11:FALSE" "Vital" = "11:TRUE" @@ -865,26 +905,6 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4BC8F27506B949C887592E0802F41093" - { - "SourcePath" = "8:..\\..\\..\\Svc\\templates\\startup.bat" - "TargetName" = "8:startup.bat" - "Tag" = "8:" - "Folder" = "8:_DB2EB303AA7A4FA0874CCF7DE23125AB" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4C0CB4DFDFE74A34B8C7A7481E075088" { "SourcePath" = "8:..\\..\\..\\Svc\\external\\jaxrpc.jar" @@ -945,26 +965,6 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6B0A5DA947344EF3998B5EFC0F591F76" - { - "SourcePath" = "8:..\\..\\..\\Svc\\templates\\CasaIdenTokenSettingsEditor.bat" - "TargetName" = "8:CasaIdenTokenSettingsEditor.bat" - "Tag" = "8:" - "Folder" = "8:_DB2EB303AA7A4FA0874CCF7DE23125AB" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6DD1A707136B45CCBEF89457979FFA83" { "SourcePath" = "8:..\\..\\..\\Svc\\external\\xercesImpl.jar" @@ -1065,6 +1065,26 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8AC1F7AFDFC545C8897A700FDD7CE568" + { + "SourcePath" = "8:..\\..\\..\\Svc\\templates\\windows\\CasaAuthTokenSettingsEditor.bat" + "TargetName" = "8:CasaAuthTokenSettingsEditor.bat" + "Tag" = "8:" + "Folder" = "8:_DB2EB303AA7A4FA0874CCF7DE23125AB" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8CE4EA09EFAD48468A28BDDBD6BBD9B1" { "SourcePath" = "8:..\\..\\..\\Svc\\sampleConf\\auth_mechanisms\\Krb5Authenticate\\mechanism.settings" @@ -1145,6 +1165,26 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9B07C9C739B64948A6AA5E99579F4F82" + { + "SourcePath" = "8:..\\..\\..\\Svc\\templates\\windows\\shutdown.bat" + "TargetName" = "8:shutdown.bat" + "Tag" = "8:" + "Folder" = "8:_DB2EB303AA7A4FA0874CCF7DE23125AB" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9CDF186732904E43A4D641CE90A04327" { "SourcePath" = "8:..\\..\\..\\Svc\\templates\\identoken.settings" @@ -1305,26 +1345,6 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C57D0065C79D4CCC9D901F97955C7CF5" - { - "SourcePath" = "8:..\\..\\..\\Svc\\templates\\CasaAuthTokenSettingsEditor.bat" - "TargetName" = "8:CasaAuthTokenSettingsEditor.bat" - "Tag" = "8:" - "Folder" = "8:_DB2EB303AA7A4FA0874CCF7DE23125AB" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C7412C71954041018568B8F728496265" { "SourcePath" = "8:..\\MungeCryptoPropertiesFilePath\\bin\\MungeCryptoPropertiesFilePath.class" @@ -1465,12 +1485,12 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E4145C81681241AE895A2082D7F9EA2D" + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E329194F05D04AD2A6D850C94088F6A0" { - "SourcePath" = "8:..\\..\\..\\Svc\\templates\\identoken.settings" - "TargetName" = "8:identoken.settings" + "SourcePath" = "8:..\\..\\..\\Svc\\templates\\windows\\CasaIdenTokenSettingsEditor.bat" + "TargetName" = "8:CasaIdenTokenSettingsEditor.bat" "Tag" = "8:" - "Folder" = "8:_2A9BEDE164B4446387D182559E2AAB06" + "Folder" = "8:_DB2EB303AA7A4FA0874CCF7DE23125AB" "Condition" = "8:" "Transitive" = "11:FALSE" "Vital" = "11:TRUE" @@ -1485,12 +1505,12 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F172228591AC4B2589FE3890572BD4EA" + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E4145C81681241AE895A2082D7F9EA2D" { - "SourcePath" = "8:..\\..\\..\\Svc\\templates\\CasaSvcSettingsEditor.bat" - "TargetName" = "8:CasaSvcSettingsEditor.bat" + "SourcePath" = "8:..\\..\\..\\Svc\\templates\\identoken.settings" + "TargetName" = "8:identoken.settings" "Tag" = "8:" - "Folder" = "8:_DB2EB303AA7A4FA0874CCF7DE23125AB" + "Folder" = "8:_2A9BEDE164B4446387D182559E2AAB06" "Condition" = "8:" "Transitive" = "11:FALSE" "Vital" = "11:TRUE" @@ -1565,26 +1585,6 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FF8305D29D6F4C47B47CA5840A85558A" - { - "SourcePath" = "8:..\\..\\..\\Svc\\templates\\CasaAuthPolicyEditor.bat" - "TargetName" = "8:CasaAuthPolicyEditor.bat" - "Tag" = "8:" - "Folder" = "8:_DB2EB303AA7A4FA0874CCF7DE23125AB" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FFF1B42279C84C628F41C191D5DBD50F" { "SourcePath" = "8:..\\InitConfigFile\\bin\\InitConfigFile.class" @@ -1611,17 +1611,6 @@ } "Folder" { - "{1525181F-901A-416C-8A58-119130FE478E}:_459AB79210C144BB96BDD03F2C70668B" - { - "Name" = "8:#1919" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:ProgramMenuFolder" - "Folders" - { - } - } "{3C67513D-01DD-4637-8A68-80971EB9504F}:_5DDFA6B4077A40A7AB619904B5626D48" { "DefaultLocation" = "8:[ProgramFilesFolder][Manufacturer]\\[ProductName]" @@ -1909,28 +1898,6 @@ } } } - "{1525181F-901A-416C-8A58-119130FE478E}:_6521FF0252134363981B753D1BA72262" - { - "Name" = "8:#1916" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:DesktopFolder" - "Folders" - { - } - } - "{1525181F-901A-416C-8A58-119130FE478E}:_819B97042E4E47D58BC6C0062E13B198" - { - "Name" = "8:#1912" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:ProgramFilesFolder" - "Folders" - { - } - } } "LaunchCondition" {