Hello,

 

Does anyone know how can I create MSP with Wix based on my MSI/Wix
package?

 

First I created template.wxs schema file and compiled it into MSI using
candle and light.

Now I have a new binary file I need to replace at the target location.

 

What is a step by step process to create MSP?

Can I use the same .wxs file with just modifications in a binary
section?

What product/package codes and GUIDS modifications should I make to this
file to turn it into PCP/MSP

 

I read on the web that this is a sequence:

candle patch.wxs
light patch.wixobj -out patch.pcp
msimsp -s patch.pcp -p patch.msp -l msimsp.log

 

But what should be a different in the patch.wxs vs normal MSI .wxs ?

 

Thanks,

 

Ilya Mayzel

 

 

 

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to