[WiX-users] install and uninstall loading dialogs use different fonts causes garbage characters.

2013-07-02 Thread shengyixing
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7587059/rev_cha.png I meet a tricky issue about installer fonts. I first installed the msi on Windows7, and found the font on install dialog is different with on uninstall. This causes the issue that, when installing it on

Re: [WiX-users] install and uninstall loading dialogs use different fonts causes garbage characters.

2013-07-02 Thread shengyixing
You can see the correct shown font is set by bootstrapper (here is installshield), and the msi built-in text has another font. -- View this message in context:

[WiX-users] How to show installation path for those features which cannot customize.

2011-08-23 Thread shengyixing
Hi everyone. I'm now using WixUI_FeatureTree as my installer UI, and have about 10 features in CustomizeDlg. Some has the parameter ConfigurableDirectory, but some not. That means, by default, Wix only shows installation path for those feature which can customize path. Now what I want is, to

Re: [WiX-users] How to show installation path for those features which cannot customize.

2011-08-24 Thread shengyixing
Upload an image to describe that. http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n6719045/wixml.png -- View this message in context:

Re: [WiX-users] Check running installer by Administrator or not

2012-02-29 Thread shengyixing
anyone knows this? Thanks. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Check-running-installer-by-Administrator-or-not-tp7045540p7331421.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] How to detect whether MSI invokes by administrator or not?

2012-02-29 Thread shengyixing
I have an installer now, and want only Administrator can run it. My OS is Windows7 x64. I hope an error message can pop up if a non-admin user invoke it. So I add a launch condition. Condition Message=You need to be an administrator to install [ProductName].Privileged/Condition There are three

[WiX-users] Prevent Downgrade without any message prompt

2012-04-27 Thread shengyixing
Hi All, I'm trying to perform a major upgrade for my installer, and use Upgrade table to detect the existing installer version. /Upgrade Id=$(var.UpgradeCode) UpgradeVersion Minimum=$(var.ProductVersion) IncludeMinimum=no OnlyDetect=yes Property=NEWERVERSIONDETECTED /

Re: [WiX-users] Prevent Downgrade without any message prompt

2012-05-02 Thread shengyixing
Thanks, Rob. WixExitEarlyWithSuccess meets the requirements. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Prevent-Downgrade-without-any-message-prompt-tp7505576p7522108.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] Relative Path cause Light unable to find source files.

2012-08-16 Thread shengyixing
Currently, I have a wix script, contains a component with file source attribute value: ..\..\..\..\..\..\..\..\..\external\Test\x64\Release\FileOperationProviders\Test\Test\AmberCore.IgmapPlus.PlugIns.ImportExport.ImportESRI.dll My script is under such a folder:

Re: [WiX-users] Relative Path cause Light unable to find source files.

2012-08-16 Thread shengyixing
Newly found, AmberCore.IgmapPlus.PlugIns.ImportExport.ImportE.dll can be found by Light. Altogether, AmberCore.IgmapPlus.PlugIns.ImportExport.ImportES.dll can't. ..\..\..\..\..\..\..\..\..\external\\AmberCore.IgmapPlus.PlugIns.ImportExport.ImportE.dll is 155 characters. -- View

Re: [WiX-users] Relative Path cause Light unable to find sourcefiles.

2012-08-16 Thread shengyixing
Even including all the full path of this file, there is only 180 characters. Actually, I don't think it's a file length issue, because *absolute path works fine*. The issue *only happens on relative path*. -- View this message in context:

Re: [WiX-users] WiX v3.6 released.

2012-09-03 Thread shengyixing
Congratulations! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-v3-6-released-tp7580276p7580277.html Sent from the wix-users mailing list archive at Nabble.com. --