mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Added arguments for app execution from setup dialog RIVM-6
This commit is contained in:
		
							parent
							
								
									9fba67bfd5
								
							
						
					
					
						commit
						cb872eb590
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -297,6 +297,12 @@ cat > wix.xml << EOF
 | 
				
			||||||
      Impersonate="yes" />
 | 
					      Impersonate="yes" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Step 2: Add UI to your installer / Step 4: Trigger the custom action -->
 | 
					    <!-- Step 2: Add UI to your installer / Step 4: Trigger the custom action -->
 | 
				
			||||||
 | 
					    <CustomAction Id="LaunchApplication"
 | 
				
			||||||
 | 
					      FileKey="MeshUI"
 | 
				
			||||||
 | 
					      ExeCommand="[MeshInstallFolder]mesh-ui.exe ui\index.html"
 | 
				
			||||||
 | 
					      Execute="immediate"
 | 
				
			||||||
 | 
					      Impersonate="yes"
 | 
				
			||||||
 | 
					      Return="asyncNoWait" />
 | 
				
			||||||
    <UI>
 | 
					    <UI>
 | 
				
			||||||
        <UIRef Id="WixUI_Minimal" />
 | 
					        <UIRef Id="WixUI_Minimal" />
 | 
				
			||||||
        <Publish Dialog="ExitDialog"
 | 
					        <Publish Dialog="ExitDialog"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue