启用安装路径选择并取消授权弹窗
This commit is contained in:
@@ -117,7 +117,6 @@
|
||||
<Property Id="WhiteBackground">whitebg</Property>
|
||||
|
||||
<!--Setting License Properties with SetProperty-->
|
||||
<SetProperty Sequence="first" Before="AppSearch" Id="USELMS" Value="[USELMSLICENSING]">USELMSLICENSING</SetProperty>
|
||||
|
||||
<!--UI Launch Properties-->
|
||||
<Property Id="LAUNCHPRODUCT">1</Property>
|
||||
@@ -178,8 +177,6 @@
|
||||
</Property>
|
||||
|
||||
<InstallUISequence>
|
||||
<Custom Action="HandleLicenseChoice" Sequence="4">(NOT Installed)</Custom>
|
||||
<Custom Action="SetUseLmsProperty" After="AppSearch">USELMS</Custom>
|
||||
</InstallUISequence>
|
||||
|
||||
<!--Install Execute Sequence -->
|
||||
@@ -194,8 +191,6 @@
|
||||
<?else?>
|
||||
<Binary Id='CustomActions' SourceFile='CustomActions\bin\Release\CustomActions.CA.dll' />
|
||||
<?endif?>
|
||||
<CustomAction Id='HandleLicenseChoice' BinaryKey='CustomActions' DllEntry='HandleLicenseChoice' Execute='immediate' Return='check' />
|
||||
<CustomAction Id="SetUseLmsProperty" Property='USELMSLICENSING' Execute='immediate' Return='check' Value='[USELMS]'/>
|
||||
<CustomAction Id='LaunchProduct' FileKey='fil3F87621905F765E23FFD55632FF25EA0' ExeCommand='' Return="asyncNoWait" />
|
||||
<CustomAction Id="cleanInstallFolder" Property="DIRECTORYUNINSTALL" Value="[UNINSTALLDIRECTORY]" Execute="immediate" />
|
||||
<!--UI Definition -->
|
||||
|
||||
@@ -83,7 +83,7 @@ ZPWUIUAUBRUMASLA77U4DDJQXH
|
||||
<!--SystemValidation /-->
|
||||
<!--LicenseValidation/-->
|
||||
<!--<SqlServerConnection/>-->
|
||||
<!--<PathSelection/>-->
|
||||
<PathSelection/>
|
||||
<Progress />
|
||||
<Finish />
|
||||
<FinishError />
|
||||
@@ -244,4 +244,4 @@ ZPWUIUAUBRUMASLA77U4DDJQXH
|
||||
</Role>
|
||||
</IISVersion>
|
||||
</SystemValidation>
|
||||
</Laika42.Wix.Bootstrapper>
|
||||
</Laika42.Wix.Bootstrapper>
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
<Variable Name="CANSKIPLICENSECHOICE" bal:Overridable='yes' Value='1'/>
|
||||
|
||||
<Variable Name='LICENSETYPE' bal:Overridable='yes' Value='HASP'/>
|
||||
<Variable Name='USELMSLICENSING' bal:Overridable='yes' Value=''/>
|
||||
<Variable Name='USELMSLICENSING' bal:Overridable='yes' Value='0'/>
|
||||
<Variable Name='LMSENTITLEMENTID' bal:Overridable='yes' Value=''/>
|
||||
|
||||
<WixVariable Id="WixMbaPrereqPackageId" Value="$(var.DOT_NET_PACKAGE_ID)" />
|
||||
|
||||
Reference in New Issue
Block a user