mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	1. fixed a contradiction in CustomAction attributes
This commit is contained in:
		
							parent
							
								
									da0e9900a7
								
							
						
					
					
						commit
						3488992352
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -304,15 +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>
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    <WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
 | 
				
			||||||
 | 
					    <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
 | 
				
			||||||
    <CustomAction Id="LaunchApplication"
 | 
					    <CustomAction Id="LaunchApplication"
 | 
				
			||||||
        ExeCommand="[MeshInstallFolder]mesh-ui.exe ui\index.html"
 | 
					        ExeCommand="[MeshInstallFolder]mesh-ui.exe ui\index.html"
 | 
				
			||||||
        Execute="immediate"
 | 
					        Execute="immediate"
 | 
				
			||||||
        BinaryKey="WixCA"
 | 
					        BinaryKey="WixCA"
 | 
				
			||||||
        DllEntry="WixShellExec"
 | 
					 | 
				
			||||||
        Impersonate="yes"
 | 
					        Impersonate="yes"
 | 
				
			||||||
        Return="asyncNoWait"/>
 | 
					        Return="asyncNoWait"/>
 | 
				
			||||||
    <WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
 | 
					 | 
				
			||||||
    <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Step 3: Include the custom action -->
 | 
					    <!-- Step 3: Include the custom action -->
 | 
				
			||||||
    <Property Id="WixShellExecTarget" Value="[#MeshUI]" />
 | 
					    <Property Id="WixShellExecTarget" Value="[#MeshUI]" />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue