* WIP: Fix deep links on Windows for the nightly app Fixes #5326 * Add nsis.include flip * Clean up for PR
		
			
				
	
	
		
			8 lines
		
	
	
		
			462 B
		
	
	
	
		
			NSIS
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			462 B
		
	
	
	
		
			NSIS
		
	
	
	
	
	
| !macro preInit
 | |
| 	SetRegView 64
 | |
| 	WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\Zoo Modeling App"
 | |
| 	WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\Zoo Modeling App"
 | |
| 	SetRegView 32
 | |
| 	WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\Zoo Modeling App"
 | |
| 	WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\Zoo Modeling App"
 | |
| !macroend |