hi,

I have the same problem. And now i have something even more serious. In my
package, i have something out of the installer's control, just an service
have registries self-registered. When I do an maintenance using the package,
just like "Remove" action, but the UAC credentials won't prompt, and the
service can't be removed, neither the file associates it. And when i run the
package again, it appears not the setup dialog but the maintenance dialog, i
choose "Remove" again, the UAC credentials prompt, but nothing happened
besides this. The file and the service is still running normally.

Is there something wrong? 
thanks for help~~

In addition, if i uninstall the product from the Add/Remove Program, the
credentials prompt, the service and the file are all removed. This also can
be done when we run this as an administrator. 

Rob Hamflett wrote:
> 
> Hopefully I'm just being stupid and have missed something obvious, but I'm
> having problems with 
> decorating a button with the Shield icon (for Vista UAC).  I have 
> [EMAIL PROTECTED]"elevated", and on my final "Install" button I
> have 
> [EMAIL PROTECTED]"yes".  This works.  I have the same thing on my
> "Repair" and "Remove" 
> buttons but they don't show the shield icon.  Is there something I've
> missed?  I've posted the code 
> below in case it helps.
> 
> This shows the shield graphic:
> <Control Id="Install" Type="PushButton"
> X="$(var.VerifyReadyDlg_Install_X)" Y="243" 
> Width="$(var.VerifyReadyDlg_Install_Width)" Height="17" Default="yes"
> Text="[ButtonText_Install]" 
> ElevationShield="yes">
>    <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace <>
> 1]]></Publish>
>    <Publish Event="SpawnDialog"
> Value="OutOfRbDiskDlg"><![CDATA[OutOfDiskSpace = 1 AND 
> OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT
> PROMPTROLLBACKCOST)]]></Publish>
>    <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace = 1
> AND OutOfNoRbDiskSpace = 0 
> AND PROMPTROLLBACKCOST="D"]]></Publish>
>    <Publish Event="EnableRollback" Value="False"><![CDATA[OutOfDiskSpace =
> 1 AND OutOfNoRbDiskSpace 
> = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>
>    <Publish Event="SpawnDialog"
> Value="OutOfDiskDlg"><![CDATA[(OutOfDiskSpace = 1 AND 
> OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND
> PROMPTROLLBACKCOST="F")]]></Publish>
> </Control>
> 
> This doesn't:
> <Control Id="Repair" Type="PushButton" X="236" Y="243" Width="56"
> Height="17" Default="yes" 
> Text="[ButtonText_Repair]" ElevationShield="yes">
>    <Publish Event="ReinstallMode" Value="ecmus"><![CDATA[OutOfDiskSpace <>
> 1]]></Publish>
>    <Publish Event="Reinstall" Value="All"><![CDATA[OutOfDiskSpace <>
> 1]]></Publish>
>    <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace <>
> 1]]></Publish>
>    <Publish Event="SpawnDialog"
> Value="OutOfRbDiskDlg"><![CDATA[OutOfDiskSpace = 1 AND 
> OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT
> PROMPTROLLBACKCOST)]]></Publish>
>    <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace = 1
> AND OutOfNoRbDiskSpace = 0 
> AND PROMPTROLLBACKCOST="D"]]></Publish>
>    <Publish Event="EnableRollback" Value="False"><![CDATA[OutOfDiskSpace =
> 1 AND OutOfNoRbDiskSpace 
> = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>
>    <Publish Event="SpawnDialog"
> Value="OutOfDiskDlg"><![CDATA[(OutOfDiskSpace = 1 AND 
> OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND
> PROMPTROLLBACKCOST="F")]]></Publish>
> </Control>
> 
> 
> Rob
> 
> 
> -------------------------------------------------------------------------
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Shield-Decoration-on-buttons-tf3566512.html#a12383502
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to