mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	1 ExeCommand fix RIVM-6
This commit is contained in:
		
							parent
							
								
									2281a07553
								
							
						
					
					
						commit
						ae9631ae40
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -306,10 +306,10 @@ cat > wix.xml << EOF
 | 
				
			||||||
    </UI>
 | 
					    </UI>
 | 
				
			||||||
    <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" 
 | 
					    <CustomAction Id="LaunchApplication"
 | 
				
			||||||
 | 
					      Directory="MeshInstallFolder"
 | 
				
			||||||
      Impersonate="yes" 
 | 
					      Impersonate="yes" 
 | 
				
			||||||
      FileKey="MeshUI"
 | 
					      ExeCommand="mesh-ui.exe ui\index.html" 
 | 
				
			||||||
      ExeCommand="\"[MeshInstallFolder]ui\index.html\"" 
 | 
					 | 
				
			||||||
      Return="asyncNoWait" />
 | 
					      Return="asyncNoWait" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Step 3: Include the custom action -->
 | 
					    <!-- Step 3: Include the custom action -->
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue