]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-install-wix-20061218
authorAsanka Herath <asanka@secure-endpoints.com>
Mon, 18 Dec 2006 22:33:15 +0000 (22:33 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 18 Dec 2006 22:33:15 +0000 (22:33 +0000)
remove the AFS Server wizard shortcut

add AFS Server dependencies (tcpip and PNP_TDI)

src/WINNT/install/wix/files.wxi

index 9959d17c19fc9c08c05cd57cb793240c8984115b..6273e4b6fa35372672effdde6b445dc68de31b6d 100644 (file)
                             </Component>
                              <Component Win64="$(var.Win64)" Id="cmf_afssvrcfg_EXE" Guid="$(var.cmf_afssvrcfg_EXE_guid)">
                                 <File Id="fileafssvrcfg_EXE" Name="afssv.exe" LongName="afssvrcfg.exe" KeyPath="yes" DiskId="1">
+<!--
                                                                        <Shortcut Id="scSvrCfgWizard" Directory="dirShortCut" Name="SvrCfgWz.lnk" LongName="Server Configuration Wizard.lnk" Description="$(loc.StrCfgWzdDesc)" Arguments="/wizard" Icon="ico_afssvrcfg" IconIndex="0" Show="normal" WorkingDirectory="dirCommon" />
+-->
                                 </File>
                             </Component>
                            <?if $(env.CPU) = "i386"?>
                                                                        <!-- ServiceConfig does nothing 
                                     <ServiceConfig FirstFailureActionType="restart" RestartServiceDelayInSeconds="5" SecondFailureActionType="restart" ThirdFailureActionType="none"/>
                                     -->
+                                    <ServiceDependency Id="Tcpip" />
+                                    <ServiceDependency Id="PNP_TDI" Group="yes"/>
                                 </ServiceInstall>
                             </Component>
                             <Component Win64="$(var.Win64)" Id="cmf_bosserver_EXE" Guid="$(var.cmf_bosserver_EXE_guid)">