I came across this post whilst searching for an answer to the same problem. 
I assume you are talking about the WiX tutorial on
http://www.tramontana.co.hu/wix/lesson4.php; if so, then the problem comes
from the fact that the author includes a single quote in this line:

<PatchMetadata Description="Acme's Foobar 1.0.1 Patch"

The interesting thing is earlier in the tutorial text, it is mentioned that
doing this will cause problems.  Yet it is still done in the downloadable
code; the code on the site above does not have this problem.

Remove the single quote, making the line

<PatchMetadata Description="Acmes Foobar 1.0.1 Patch"

and all should be well.  I would play it safe and also delete the single
quote from the line 

<PatchInformation Description="Acmes Foobar 1.0.1 Patch"

too.

I know this is a late reply, but as I said, I only came across this page
whilst searching for an answer to the same problem.  I don't know if you
still have it, but either way, it will help anyone else who searches for
this problem, hopefully :o)


Ondra Mazanec wrote:
> 
> Hello everybody
> 
> I did not found in the archive, how was the problem with the Patch
> sample in the Wix tutorial solved.
> 
> See the thread below.
> 
> Where can i get the new version of msimsp.exe?
> 
> Thank you in advance.
> 
> Ondra Mazanec
> 
> 
> 
> 
> 
> =================================================
> I have run into this same problem, and found the
> UiCreatePatchPackage error  code as well; however, now I'm a bit
> stuck. Found this thread, but didn't  see any final response. I
> presume that due to some change in MsiMsp.exe,  that we need to add
> something to the patch.wxs file, but as I'm totally new  to Wix (and
> MSI), I don't know how to get around this issue.
>  
>  Any clarification, or pointing to another source that will
> clarify, would be  greatly appreciated.
>  
>  Thanks!
>  
>  Chris Putman
>  
>  
>  Vitaly Dolya wrote...
>  > 
>  > Unfortunately i didn't test patch generation with latest msimsp.
>  > But here the clue about error codes (Return Values for
>  > UiCreatePatchPackage):
>  > 
>  >
> 
>>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/se
>  >tup/return_values_for_uicreatepatchpackage.asp
>  > 
>  > 
> 
>>  > ERROR_PCW_FILERANGE_BLANK_FILE_TABLE_KEY  Blank file table key
>> in FTK  of 
>>  > FamilyFileRanges Table
>>  >
>> 
>>><http://msdn.microsoft.com/library/en-us/msi/setup/familyfileranges_table_p
>>  atchwiz_dll_.asp>.
>>  >
>>  >   (ERROR_PCW_BASE + 0x30)
>>  > 
>>  >
>  > 
>  >Laura Bagnall wrote:
>   
>  >> Next, I sent email to G bor, who sent me a version 2.0.2600.0
> of   >> msimsp.exe, which is what he tested it with.  I ran that
> version, and   >> it worked just fine.  Has anyone else tried WiX
> with the last msimsp?  >> Anybody have any idea what Error code:
> 0x30 means?  (I looked in   >> error.h and msi.h, but neither was
> useful)
>  >>
>  >>  
>  >>
>   
>   
>  
> 
> 
> -- 
> ABSOLUTNÍ NOVINKA --- Rescue Energy Tabs --- Vysoce účinný
> stimulant, zlepšuje koncentraci, potlačuje ospalost,podporuje
> obranyschopnost.
> AKCE: o 30% tablet více
> http://www.sportwave.cz/
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Patch-sample-in-tutorial-%3A-msimsp.exe-failed-with-0x30-tf1445709.html#a8966374
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to