Quantcast
Channel: Off-Topic Posts (Do Not Post Here) forum
Viewing all articles
Browse latest Browse all 14169

Changing Wix background

$
0
0

Hi and hello to everyone. I've been trying to edit or rather change the background of my installer which I created using Wix. Take note that this is my first time and I have no idea completely when it comes to XML and also in WIX. Kindly advice and help. Thanks.

I have this code which I found on another site.

<Property Id="DialogBitmap">dlgbmp</Property><WixVariable Id="dlgbmp" Value="img\Dialog_With_Background_Bitmap.PNG" />

I add it up but it does not change the background. It seems that there's no guide on where to put this one.

Here's the code that visual studio auto generates when i try creating an installer using wix in VS 2012

<?xml version="1.0" encoding="UTF-8"?><Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"><Product Id="*" Name="SetupProject2" Language="1033" Version="1.0.0.0" Manufacturer="Microsoft" UpgradeCode="628c5ddd-baee-48ba-8b16-bad2cb70862b"><Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /><MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /><MediaTemplate EmbedCab="yes" /><Feature Id="ProductFeature" Title="SetupProject2" Level="1"><ComponentGroupRef Id="ProductComponents" /></Feature><UIRef Id="WixUI_InstallDir"/><Property Id="DialogBitmap">dlgbmp</Property><WixVariable Id="dlgbmp" Value="img\Dialog_With_Background_Bitmap.PNG" /></Product><Fragment><Directory Id="TARGETDIR" Name="SourceDir"><Directory Id="ProgramFilesFolder"><Directory Id="INSTALLFOLDER" Name="SetupProject2" /></Directory></Directory></Fragment><Fragment><ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"><!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. --><!-- <Component Id="ProductComponent"> --><!-- TODO: Insert files, registry keys, and other resources here. --><!-- </Component> --></ComponentGroup></Fragment>

Thanks for the help/


Viewing all articles
Browse latest Browse all 14169

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>