i want to make an application which includes dynamic screensaver. User can select multiple images from their PC and generate swf file. so i want to include swf file and images in th开发者_JAVA技巧e wi
I am working on an installer which will be installed on multiple versions of XP/Vista with different languages.
I am finding WIX to be nearly impenetrable. I want to customize the text in various dialogs in the WixUI_FeatureTree.
I\'musing a .wxl file to customize the text in the various dialogs in WixUI_FeatureTree.How can I insert a newline?
Given a Wix installer with multiple shortcuts in 开发者_JS百科the start menu, how can I, without renaming the shortcuts, control the order they appear in the start menu?The selected answer is wrong. Y
i got a 开发者_StackOverflow中文版problem regarding wix and managed custom actions: I already managed it to create an managed custom action and got it called from my installer (verified it in the inst
I know about WIXUI_EXITDIALOGOPTIONALCHECKBOX and WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT. As I understand it, those things can be used to trigger a custom action.
After the user goes through the Setup Wizard, and makes a few choices, the usual thing is to display the VerifyRea开发者_StackOverflowdyDlg to say \"Are you ready to install?\"
I know how to install a WebFilter into a particular WebSite (or Virtual Server). How can I install a WebFilter int开发者_运维问答o the WebService - or to the top-level server?To do this, specify no
I\'m having difficulty fig开发者_如何学Gouring out why my Javascript Custom action is failing. I thought I saw a topic in the WIX.chm file on debugging; now I cannot find it.