Skip to content

Commit

Permalink
ticket: 5461
Browse files Browse the repository at this point in the history
version_fixed: 1.6.1

pull up r19211 from trunk

 r19211@cathode-dark-space:  jaltman | 2007-03-06 18:30:47 -0500
 ticket: new
 subject: reverting commit to windows WIX installer (revision 19207)
 component: windows
 
 	Revision 19207 committed by Kevin Koch does not document changes 
 	made to the Wix installer files.  The changes that were made remove
 	the installation of the configuration files and the inclusion of 
 	leash32.chm.  
 
 	When the decision is made to remove Leash from the installer, 
 	the entire Leash feature and the associated properties used to 								   	
 	determine when it is installed must be removed.  Commenting out
 	individual file components is not sufficient.
 
 	Configuration files must be installed as part of KFW.  The 
 	source of the configuration files is defined by the variable
 	"ConfigDir" within the site-local.wxi directory.
 
 	Any changes made to the WIX installer must also be made to the NSIS
 	installer.
 
 	The changes to the src/windows/wix directory from 19207 are 
 	therefore reverted.
 
 



git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19362 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Mar 30, 2007
1 parent 3b97bee commit 6296908
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/windows/installer/wix/features.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@

<?ifdef OldHelp?>
<ComponentRef Id="cmf_leash32_hlp" />
<!-- <?else?>
<ComponentRef Id="cmf_leash32_chm" /> -->
<?else?>
<ComponentRef Id="cmf_leash32_chm" />
<?endif?>
<ComponentRef Id="cmf_leashw32_dll" />

Expand Down Expand Up @@ -213,9 +213,9 @@
<?endif?>
<?endif?>
<?endif?>
<!-- <ComponentRef Id="cmf_krb5_ini" />
<ComponentRef Id="cmf_krb5_ini" />
<ComponentRef Id="cmf_krb_con" />
<ComponentRef Id="cmf_krbrealm_con" /> -->
<ComponentRef Id="cmf_krbrealm_con" />

<ComponentRef Id="rcm_common" />
<ComponentRef Id="rcm_client" />
Expand Down
8 changes: 4 additions & 4 deletions src/windows/installer/wix/files.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@
<File Id="fil_leash32_hlp" LongName="leash32.hlp" Name="leash32.hlp" KeyPath="yes" />
</Component>
<?else?>
<!-- <Component Id="cmf_leash32_chm" Guid="C50E5E0A-B822-4419-855B-1713637BCA6A" DiskId="1">
<Component Id="cmf_leash32_chm" Guid="C50E5E0A-B822-4419-855B-1713637BCA6A" DiskId="1">
<File Id="fil_leash32_chm" LongName="leash32.chm" Name="leash32.chm" KeyPath="yes" />
</Component> -->
</Component>
<?endif?>
<Component Id="cmf_leashw32_dll" Guid="8C145D48-A2FC-4C28-BC05-4368545F1184" DiskId="1">
<File Id="fil_leashw32_dll" LongName="leashw32.dll" Name="leashw32.dll" KeyPath="yes" />
Expand Down Expand Up @@ -888,15 +888,15 @@
</Directory> <!-- /MIT -->
</Directory> <!-- /Program Files -->
<Directory Id="WindowsFolder">
<!-- <Component Id="cmf_krb5_ini" Guid="C1AF0670-BBF1-4AA6-B2A6-6C8B1584A1F4" NeverOverwrite="yes" Permanent="yes" DiskId="1">
<Component Id="cmf_krb5_ini" Guid="C1AF0670-BBF1-4AA6-B2A6-6C8B1584A1F4" NeverOverwrite="yes" Permanent="yes" DiskId="1">
<File Id="fil_krb5_ini" LongName="krb5.ini" Name="krb5.ini" src="$(var.ConfigDir)krb5.ini" KeyPath="yes" />
</Component>
<Component Id="cmf_krb_con" Guid="5E91A051-CF14-45FF-BF64-CEE78A7A90C2" NeverOverwrite="yes" Permanent="yes" DiskId="1">
<File Id="fil_krb_con" LongName="krb.con" Name="krb.con" src="$(var.ConfigDir)krb.con" KeyPath="yes" />
</Component>
<Component Id="cmf_krbrealm_con" Guid="D667B54F-1C98-43FB-87C6-0F0517623B90" NeverOverwrite="yes" Permanent="yes" DiskId="1">
<File Id="fil_krbrealm_con" LongName="krbrealm.con" Name="krbrealm.con" src="$(var.ConfigDir)krbrealm.con" KeyPath="yes" />
</Component> -->
</Component>
</Directory>

<Directory Id="ProgramMenuFolder">
Expand Down

0 comments on commit 6296908

Please sign in to comment.