Hi,

I'm using a quit execution custom action to hide a folder at the end of the
installation, the folder is created by the installation. The installation
doesn't fail but the folder attributes remain intact.

And on the msi log i can see the variable inside the [ ] is not resolved and
i guess it should.

Here is the relevant part of my wix file:

     <Property Id="QtExecCmdLine" Value='"c:\windows\system32\attrib.exe"
+S +H [DocumentsFolder]' />
     <CustomAction Id="QtExec" BinaryKey="wixca" DllEntry="CAQuietExec"
Execute="immediate" Return="check" />
     <Binary Id="wixca" src="wixca.dll" />


     <InstallExecuteSequence>
       <Custom Action="QtExec" After="InstallValidate" />
     </InstallExecuteSequence>

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