Merge branch 'main' into franknoirot/editable-hotkeys
This commit is contained in:
		
							
								
								
									
										8
									
								
								installer.nsh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								installer.nsh
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,8 @@
 | 
			
		||||
!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
 | 
			
		||||
		Reference in New Issue
	
	Block a user