I've run into a strange issue with a patch that maybe I can get some direction 
from this group.

I generate a patch file (msp) performing the following commands:
------------------------
"C:\Program Files\WixEdit\wix-3.0.5419.0\candle.exe" 
"J:\Tw8-2z\Pro02\Disks\Xi\TabWareXiTools8202.wxs"  -ext WixNetFxExtension
"C:\Program Files\WixEdit\wix-3.0.5419.0\light.exe" -sacl -sice:ICE03 
"TabWareXiTools8202.wixobj" -out "TabWareXiTools8202.msi" -ext WixNetFxExtension
pause
torch.exe -p -xi J:\Tw8-2z\Pro00\Disks\Xi\TabWareXiTools8200.wixpdb 
TabWareXiTools8202.wixpdb -out diff.wixmst
pause
candle.exe patch.wxs
pause
REM light.exe patch.wixobj
light.exe patch.wixobj -out patch.wixmsp
pyro.exe -v patch.wixmsp -out XiTl8202.msp -t RTM diff.wixmst
pause
------------------------------------
Everything seems to go well and I get a msp file.  One key element in this 
patch is that there two new sub folders in the 8202 release (with files).  When 
I run the original 8200 full install then the patch for 8202, the sub folders 
are not created and there are not files loaded.

I trapped the output from the patch install and did not see any obvious errors, 
so I am not sure what I am looking for to determine why I don't get these 
specific folders established.  Other files that are part of the original 
install are updated and new files in other folders are added, but I am not 
getting these new folders.

Is there anything I need to show to help, I will post up if needed.


Justin Hull
Sr. Developer


Maximizing Asset Performance
(864) 679-3513  Office

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to