mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	1. target fix
This commit is contained in:
		
							parent
							
								
									d6079cd4df
								
							
						
					
					
						commit
						51557612b1
					
				
					 1 changed files with 5 additions and 8 deletions
				
			
		| 
						 | 
					@ -304,18 +304,15 @@ cat > wix.xml << EOF
 | 
				
			||||||
            Event="DoAction"
 | 
					            Event="DoAction"
 | 
				
			||||||
            Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
 | 
					            Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
 | 
				
			||||||
    </UI>
 | 
					    </UI>
 | 
				
			||||||
    <CustomAction Id="LaunchApplication"
 | 
					 | 
				
			||||||
        Directory="MeshInstallFolder"
 | 
					 | 
				
			||||||
        ExeCommand="mesh-ui.exe ui\index.html"
 | 
					 | 
				
			||||||
        Execute="immediate"
 | 
					 | 
				
			||||||
        Impersonate="yes"
 | 
					 | 
				
			||||||
        Return="asyncNoWait"/>
 | 
					 | 
				
			||||||
    
 | 
					 | 
				
			||||||
    <WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
 | 
					    <WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
 | 
				
			||||||
    <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
 | 
					    <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
 | 
				
			||||||
 | 
					    <CustomAction Id="LaunchApplication"
 | 
				
			||||||
 | 
					        BinaryKey="WixCA" 
 | 
				
			||||||
 | 
					        DllEntry="WixShellExec"
 | 
				
			||||||
 | 
					        Impersonate="yes"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Step 3: Include the custom action -->
 | 
					    <!-- Step 3: Include the custom action -->
 | 
				
			||||||
    <Property Id="WixShellExecTarget" Value="[#MeshUI]" />
 | 
					    <Property Id="WixShellExecTarget" Value="[#MeshUI] ui\index.html" />
 | 
				
			||||||
    <Property Id="ASSISTANCE_START_VIA_REGISTRY">1</Property>
 | 
					    <Property Id="ASSISTANCE_START_VIA_REGISTRY">1</Property>
 | 
				
			||||||
    <InstallExecuteSequence>
 | 
					    <InstallExecuteSequence>
 | 
				
			||||||
      <Custom
 | 
					      <Custom
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue