[adding wix-users back on]<unk<unk0.  Sorry, I get a lot of email so short 
answers is all I often have time for.  The hope is to get you pointed in the 
right direction because I know the MSI SDK can be a bit intimidating if you 
don't have any context.  Other times it encourages other people on the mailing 
list who think my answer didn't help enough to follow up saying, "What Rob was 
trying to say was..."<unk<unk1.  That's basically right.  The only thing I 
would change is to remove the Sequence attribute and use "After='CostFinalize'" 
(I think CostFinalize is late enough).<unk<unk2.  Hmm, interesting.  If you can 
point me towards the "Certified for Vista" documentation I can maybe help sort 
out the discrepancy.<unk<unk-----Original Message-----<unkFrom: CCRDude 
[mailto:[EMAIL PROTECTED] <unkSent: Thursday, December 28, 2006 15:12<unkTo: 
Rob Mensching<unkSubject: Re: [WiX-users] Question about FASTOEM & 
InstallLocation<unk<unk> You want the ARPINSTALLLOCATION Property.<unk<unkThan
 ks, that was even shorter than everything I found so far. Actually<unkall I 
found about it was to add some "type 51" custom action for that...<unkso how 
would one place that "type 51"? Here's what I finally found out,<unkwhich 
works:<unk<unk<CustomAction Id="MyTargetDir" Property='ARPINSTALLLOCATION' 
Value='[INSTALLDIR]' /><unk<InstallExecuteSequence><unk <Custom 
Action="MyTargetDir" Sequence='798'> ARPINSTALLLOCATION="" 
</Custom><unk</InstallExecuteSequence><unk<unk<unk> I'm not sure what is going 
wrong here but FASTOEM has a number of<unkrequirements documented in the MSI 
SDK.<unk<unkProblem is that the "Certified for Vista" documentation lists a 
clear<unkcommand line that needs to pass the test which doesn't use those 
other<unkrequirements. Deadlock ;) Well, guess I'll take it to them then 
(it<unkworks with given rootdrive etc., thanks for encouranging me to read 
the<unkdocumentation again).<unk

-------------------------------------------------------------------------
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