mirror of
				https://github.com/stascorp/rdpwrap.git
				synced 2025-11-04 06:32:02 +00:00 
			
		
		
		
	MSI: Move WiX script to res directory and update it
This commit is contained in:
		
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -10,3 +10,8 @@ __history/
 | 
			
		||||
*.dcu
 | 
			
		||||
*.exe
 | 
			
		||||
*.dll
 | 
			
		||||
*.msi
 | 
			
		||||
 | 
			
		||||
# MSI local stuff
 | 
			
		||||
*.wixobj
 | 
			
		||||
*.wixpdb
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
 | 
			
		||||
  <?define ProductName="RDP Wrapper Library" ?>
 | 
			
		||||
  <?define ProductVersion="1.6.1" ?>
 | 
			
		||||
  <?define ProductVersion="1.6.2" ?>
 | 
			
		||||
  <?define ProductCode="37ea5771-3352-4a52-9fac-9297331daebd"?>
 | 
			
		||||
  <?define UpgradeCode="6623f60c-e84f-41e7-a55b-f421165deeb5"?>
 | 
			
		||||
  <?define Manufacturer="Stas'M Corp. and contributors"?>
 | 
			
		||||
							
								
								
									
										3
									
								
								res/build_wxs.bat
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								res/build_wxs.bat
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
@echo off
 | 
			
		||||
"%ProgramFiles%\WiX Toolset v3.11\bin\candle" RDPWInst.wxs
 | 
			
		||||
"%ProgramFiles%\WiX Toolset v3.11\bin\light" RDPWInst.wixobj
 | 
			
		||||
		Reference in New Issue
	
	Block a user