I'm trying to create a type 50 custom action, when I check the type with
orca it show as a type 1202.  I can't find anything on a type 1202
custom action.  When I change it to type 50 using orca the install
fails, which leads me to believe I'm doing something wrong.  Here is how
I set my property, and my custom action.  What am I doing wrong?

     <Property Id="NET11">
            <DirectorySearch Id="Net11Dir"
Path="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\">
                <FileSearch Id="Caspol11" Name="CASPOL.EXE" />
            </DirectorySearch>
        </Property>

<CustomAction Id="CreateCaspol11CA"  Property="[NET11]" ExeCommand="-m
-addgroup 1 -site localhost FullTrust -name 'company 1.1'"
Execute="deferred" Return="asyncWait" />



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to