Re: [WiX-users] DigitalCertificate Element

2008-05-18 Thread Albert Shamsiyan
Thanks for the prompt response Adam.

So basically I should point the [EMAIL PROTECTED] element to the public key 
(spc file) representing my company signatures? If that's so, Is it possible to 
extract it from already signed file? If so how?

-Original Message-
From: Adam Majer [mailto:[EMAIL PROTECTED]
Sent: Monday, May 19, 2008 4:10 AM
To: Albert Shamsiyan
Cc: Wix-Community (wix-users@lists.sourceforge.net)
Subject: Re: [WiX-users] DigitalCertificate Element

Albert Shamsiyan wrote:
> Wix help regarding DigitalCertificate Element, states that the
> SourceFile is The path to the certificate file. Is it possible to
> extract it from already signed file? If so how? Can I just use a signed
> file or I must use the certificate file?

Err, no. Digital certificates do not work that way. Unless MSI works in
some non-standard way, in a signed message you have,

1. digital signature element - this is kind of like a hash of the MSI
unique to the certificate. The certificate ID is generally in the
signature. BUT, you need to locate the certificate. Since certificates
for MSI files are not exactly public info, you need,

2. digital certificate element - the *public* part of the certificate.
You can use this to verify that the signature is correct.


You will also have a *private* part of the certificate that is used to
generate the digital certificate in the first place. If this part is
even disclosed or even not 100% secured, the signature cannot be trusted
and certificate must be revoked.

Finally, each digital *public* part of the certificate is signed by a
trusted 3rd party, be it your company or another public source.


I hope this overview clarifies the confusion for people that never deal
with certificates or know how this stuff works. A signature is not the
public part of certificate which is not a private part of certificate
(never disclose the private part to ANYONE you do not implicitly trust).

- Adam

-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] DigitalCertificate Element

2008-05-18 Thread Albert Shamsiyan
Wix help regarding DigitalCertificate Element, states that the SourceFile is 
The path to the certificate file. Is it possible to extract it from already 
signed file? If so how? Can I just use a signed file or I must use the 
certificate file?
TIA - Albert Shamsiyan
-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Using "!(loc.MYVAL)" in if condition

2008-04-30 Thread Albert Shamsiyan
Hi,

Wondering if there's possibility to use "!(loc.MYVAL)" in if condition?

For example

Do 

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Elevation Shield in Updates?

2008-04-14 Thread Albert Shamsiyan
Any idea why the Update shall pup up non signed style elevation UAC dialog? 
Both the original and the update package are signed and non (as long as I can 
think of) of the Msi rolls between packages were broken. Only clue can be found 
in the log say:
"MSI_LUA: Recache/Reinstall of a product that was not originally installed by 
GP will require elevation approval"

TIA
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] [EMAIL PROTECTED]

2008-04-07 Thread Albert Shamsiyan

Trying to use the [EMAIL PROTECTED] by adding list languages the installation 
should support (either by using comment or semi colon as separator or by using 
the 0x409 Or 1033 types as value) throws an error "An unexpected Win32 
exception with error code 0x657 occurred: The language of this installation 
package is not supported by your system"

Looking at the help: "Languages

String

The list of language IDs (LCIDs) supported in the

Package"
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Does file exist

2008-02-14 Thread Albert Shamsiyan
Looking for way to build a compilation condition as follows: if file "A.wxs" 
exist then 

Is it possible? any trick I can use??

TIA
Albert Shamsiyan
Microsoft, PC Health
Tel: +972 (9) 6550
Mobile: +972 (54) 6626694
E-mail: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>

Installation of an application is the end user first experience with the 
product. A bad Installation can create a negative impression in the customers 
mind before even run the application - Bob Baker.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Using -loc

2007-12-04 Thread Albert Shamsiyan
Hi,

Is there a way for using -loc with "wild cards" instead of mentioning the 
actual file names one by one??

For example, something like:

Light.exe -cultures:en-US -loc *_en-us.wxl -out MyProd.msi MyProd.wixobj
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] FW: Error LIT0103: The system cannot find the file 'License.rtf' with type ''.

2007-11-27 Thread Albert Shamsiyan
Having this error message when adding the -bf switch to the lit command, no 
such file name is included in my project any guess?  Needless to mention that 
project is succeeding to built when removing the -bf  switch.


Command line is:
C:\Program Files\Windows Installer XML v3\bin\lit.exe -out 
C:\Generic_Dialogs\bin\Debug\Generic_Dialogs.wixlib -bf -loc WixUI_en-us.wxl 
-sv obj\Debug\CancelDlg.wixobj obj\Debug\Common.wixobj 
obj\Debug\DiskCostDlg.wixobj obj\Debug\ErrorDlg.wixobj 
obj\Debug\ErrorProgressText.wixobj obj\Debug\ExitDialog.wixobj 
obj\Debug\FatalError.wixobj obj\Debug\FilesInUse.wixobj 
obj\Debug\LicenseAgreementDlg.wixobj obj\Debug\MaintenanceTypeDlg.wixobj 
obj\Debug\MaintenanceWelcomeDlg.wixobj obj\Debug\MsiRMFilesInUse.wixobj 
obj\Debug\OutOfDiskDlg.wixobj obj\Debug\OutOfRbDiskDlg.wixobj 
obj\Debug\PatchDlg.wixobj obj\Debug\PrepareDlg.wixobj 
obj\Debug\ProgressDlg.wixobj obj\Debug\ResumeDlg.wixobj 
obj\Debug\UserExit.wixobj obj\Debug\VerifyReadyDlg.wixobj 
obj\Debug\WaitForCostingDlg.wixobj obj\Debug\WelcomeDlg.wixobj 
obj\Debug\WelcomeEulaDlg.wixobj

TIA
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] using fragment files with VisualStudio

2007-11-07 Thread Albert Shamsiyan
Hi,

Looking for comfortable way to add to my Wix solution,  is there a way other 
than creating them as new project and adding it to the solution?

-
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


[WiX-users] loc & Visual Studio

2007-09-16 Thread Albert Shamsiyan
I'm having difficulties using the loc flag when working with Visual Studio, no 
problems when working using the command line. Any ideas? I've wrote loc=[path 
to file].wxl and keep getting:

Error LGHT0102: The localization variable !(loc.LANG) is unknown.  Please 
ensure the variable is defined.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Make sure the application for the project type (.wixproj) is installed.

2007-08-13 Thread Albert Shamsiyan
Hello Bob and thanks for the reply,

Already tried this for couple of times with all kind of versions, even tried 
with the latest version available and still nothing. Strange is that this 
problem just started in my PC but my LT keep working...

From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 14, 2007 8:55 AM
To: Albert Shamsiyan
Cc: Wix-Community (wix-users@lists.sourceforge.net)
Subject: Re: [WiX-users] Make sure the application for the project type 
(.wixproj) is installed.

Albert Shamsiyan wrote:
This error started just this morning, I've tried reinstalling \ modify \ 
uninstall and fresh install the version with no luck. Even tried to install the 
latest version, i.e.:  3.0.3210.0 but still nothing. Any ideas?

Do you have ProjectAggregator2.msi installed? Try uninstalling and reinstalling 
it, then reinstalling WiX.


--

sig://boB

http://joyofsetup.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


[WiX-users] Make sure the application for the project type (.wixproj) is installed.

2007-08-13 Thread Albert Shamsiyan
Hi,

When trying to open \ create Wix project's using Visual-Studio 2005, I'm keep 
getting the following error:
[cid:image003.jpg@01C7DDAD.13078890]

This error started just this morning, I've tried reinstalling \ modify \ 
uninstall and fresh install the version with no luck. Even tried to install the 
latest version, i.e.:  3.0.3210.0 but still nothing. Any ideas?


<>-
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


Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-13 Thread Albert Shamsiyan
Yes, now it's working properly - Thanks for the tight help Bob.

 

TIA 

 

Albert Shamsiyan 

Configuration and Installation Manager

Gteko LTD 

972-5-46626694

972-9-7766466 # 9650

 

Installation of an application is the end user first experience with the
product. A bad Installation can create a negative impression in the
customers mind before even run the application - Bob Baker.



From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 13, 2006 10:36 AM
To: Albert Shamsiyan
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

 

Albert Shamsiyan wrote: 

This is exactly what I've tried to do, the command I've to execute was: 

light -ext WixUIExtension -cultures:en-US -sice:ICE64
-bD:\Wix\Wix_3.0.2330.0\Bitmaps -dWixUIBannerBmp=WixUIBannerBmp.bmp
SampleWixUI.wixobj


The -b switch requires a space between the switch and its argument.




-- 
sig://boB
http://bobs.org
-
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


Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-12 Thread Albert Shamsiyan
 

Bob Arnson wrote: 

That's not a file included with WiX. If you want to specify your own
file, pass its directory with a -b switch or specify an absolute path in
the -d switch.

 

This is exactly what I've tried to do, the command I've to execute was: 

light -ext WixUIExtension -cultures:en-US -sice:ICE64
-bD:\Wix\Wix_3.0.2330.0\Bitmaps -dWixUIBannerBmp=WixUIBannerBmp.bmp
SampleWixUI.wixobj

 

And still the following error occurred: 

E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\Common.wxs(15) :
error LGHT0103 : The system cannot find the file 'WixUIBannerBmp.bmp'.

 

Funny part is that the following path \ directory \ file does not exist
in my PC. 

 

I've bypassed the problem by executing:

light -ext WixUIExtension -cultures:en-US -sice:ICE64
-dWixUIDialogBmp=D:\Wix\Wix_3.0.2330.0\Bitmaps\WixUIBannerBmp.bmp
SampleWixUI.wixobj.

 

Still, according to you're reply, the first command should work as well.


 

 

TIA 

 

Albert Shamsiyan 

Configuration and Installation Manager



From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 12, 2006 9:24 AM
To: Albert Shamsiyan
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

 

Albert Shamsiyan wrote: 

And the following error occurred:

E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\Common.wxs(15) :
error LGHT0103 : The system cannot find the file 'WixUIBannerBmp.bmp'.


That's not a file included with WiX. If you want to specify your own
file, pass its directory with a -b switch or specify an absolute path in
the -d switch.




-- 
sig://boB
http://bobs.org
-
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


Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-11 Thread Albert Shamsiyan
Bob Arnson Wrote:

The -b switch on light.exe adds another directory to the list light
searches for files.



I've tried using the -b switch as in the following command: 

light -ext WixUIExtension -cultures:en-US -sice:ICE64
-bD:\Wix\Wix_3.0.2330.0\Bitmaps -dWixUIBannerBmp=WixUIBannerBmp.bmp
SampleWixUI.wixobj

 

And the following error occurred:

E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\Common.wxs(15) :
error LGHT0103 : The system cannot find the file 'WixUIBannerBmp.bmp'.

 

TIA 

 

Albert Shamsiyan 

Configuration and Installation Manager

Gteko LTD 

972-5-46626694

972-9-7766466 # 9650

 

Installation of an application is the end user first experience with the
product. A bad Installation can create a negative impression in the
customers mind before even run the application - Bob Baker.



From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 12, 2006 7:41 AM
To: Albert Shamsiyan
Cc: Simon Dahlbacka; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

 

Albert Shamsiyan wrote: 

Sorry of being a nag, but what good does the -b switch offers me?


The -b switch on light.exe adds another directory to the list light
searches for files.




-- 
sig://boB
http://bobs.org
-
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


Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-10 Thread Albert Shamsiyan
Hello Simon and thanks for the reply, 

 

Sorry of being a nag, but what good does the –b switch offers me?

 

TIA 

 

Albert Shamsiyan 

Configuration and Installation Manager

Gteko LTD 

972-5-46626694

972-9-7766466 # 9650

 

Installation of an application is the end user first experience with the 
product. A bad Installation can create a negative impression in the customers 
mind before even run the application – Bob Baker.



From: Simon Dahlbacka [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 11, 2006 9:39 AM
To: Albert Shamsiyan
Cc: Bob Arnson; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

 

specify WiX variable values with the file names of your bitmaps, as when 
replacing the default license text.

(you're missing -d switches or  )

On 12/11/06, Albert Shamsiyan < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > 
wrote:

Hello Bob and thanks for the fast reply, 

 

According to you're second reply, I've created a new directory which includes 
two files named WixUIBannerBmp.bmp and WixUIDialogBmp.bmp. I've used " light 
-ext WixUIExtension -cultures:en-US -sice:ICE64 -bD:\Wix\Wix_3.0.2330.0\Bitmaps 
SampleWixUI.wixobj" for linking and the msi still uses the old fashion bmp 
files.  What's wrong? 

 

TIA 

 

Albert Shamsiyan 

Configuration and Installation Manager



From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 11, 2006 9:10 AM
To: Albert Shamsiyan
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

 

Albert Shamsiyan wrote: 

1.  When linking SampleWixUI.wxs using Wix version 3.0.2330.0, I should use 
"light -ext WixUIExtension -cultures:en-US 
-sice:ICE64 SampleWixUI.wixobj". What does the flag –sice refers to? I 
see that the project can be linked without this flag as well?!


The -sice switch suppresses validation of a particular check. ICE64 has nothing 
specifically to do with UI? Where did you see that you're supposed to use it?



 

1.  Where and under which name should I store the alternative bmp files I 
would like to use for the dialogs in UI sequence? Wix tutorial lesson 2 offers 
place and names which does not exists.


The tutorial is using WiX v2. For WiX v3, WiX variables replace the hard-coded 
file names. Here's an excerpt from a doc update that should appear in the next 
weekly release:


Specifying a license file


WixUIExtension.dll includes a default, placeholder license agreement. To 
specify your product's license, override the default by specifying a WiX 
variable named WixUILicenseRtf with the value of an RTF file that contains your 
license text. You can define the variable in your WiX authoring: 



or at the light command line: 

light -ext WixUIExtension -cultures:en-us -dWixUILicenseRtf=bobpl.rtf 
Product.wixobj -out Product.msi

The file you specify must be in a directory light is looking in for files. Use 
the -b switch to add directories. 


Replacing the stock bitmaps


The WixUI dialog library includes stock bitmaps for the background of the 
welcome and installation-complete dialogs and the top banner of the other 
dialogs. You can replace those graphics with your own for product-branding 
purposes. To replace stock bitmaps, specify WiX variable values with the file 
names of your bitmaps, as when replacing the default license text.

Variable name

Description

Dimensions

WixUIBannerBmp

Top banner

493 × 58

WixUIDialogBmp

Background bitmap used on welcome and install-complete dialogs

493 × 312

WixUIExclamationIco

Exclamation icon on the wait-for-costing dialog

32 × 32

WixUIInfoIco

Information icon on the cancel and error dialogs

32 × 32

WixUINewIco

Button glyph on directory-browse dialog

16 × 16

WixUIUpIco

Button glyph on directory-browse dialog

16 × 16





-- 
sig://boB
http://bobs.org


-
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



 

-
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


Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-10 Thread Albert Shamsiyan
Hello Bob and thanks for the fast reply, 

 

According to you're second reply, I've created a new directory which includes 
two files named WixUIBannerBmp.bmp and WixUIDialogBmp.bmp. I've used " light 
-ext WixUIExtension -cultures:en-US -sice:ICE64 -bD:\Wix\Wix_3.0.2330.0\Bitmaps 
SampleWixUI.wixobj" for linking and the msi still uses the old fashion bmp 
files.  What's wrong? 

 

TIA 

 

Albert Shamsiyan 

Configuration and Installation Manager



From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 11, 2006 9:10 AM
To: Albert Shamsiyan
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

 

Albert Shamsiyan wrote: 

1.  When linking SampleWixUI.wxs using Wix version 3.0.2330.0, I should use 
"light -ext WixUIExtension -cultures:en-US 
-sice:ICE64 SampleWixUI.wixobj". What does the flag –sice refers to? I 
see that the project can be linked without this flag as well?!


The -sice switch suppresses validation of a particular check. ICE64 has nothing 
specifically to do with UI? Where did you see that you're supposed to use it?




 

1.  Where and under which name should I store the alternative bmp files I 
would like to use for the dialogs in UI sequence? Wix tutorial lesson 2 offers 
place and names which does not exists.


The tutorial is using WiX v2. For WiX v3, WiX variables replace the hard-coded 
file names. Here's an excerpt from a doc update that should appear in the next 
weekly release:


Specifying a license file


WixUIExtension.dll includes a default, placeholder license agreement. To 
specify your product's license, override the default by specifying a WiX 
variable named WixUILicenseRtf with the value of an RTF file that contains your 
license text. You can define the variable in your WiX authoring: 



or at the light command line: 

light -ext WixUIExtension -cultures:en-us -dWixUILicenseRtf=bobpl.rtf 
Product.wixobj -out Product.msi

The file you specify must be in a directory light is looking in for files. Use 
the -b switch to add directories. 


Replacing the stock bitmaps


The WixUI dialog library includes stock bitmaps for the background of the 
welcome and installation-complete dialogs and the top banner of the other 
dialogs. You can replace those graphics with your own for product-branding 
purposes. To replace stock bitmaps, specify WiX variable values with the file 
names of your bitmaps, as when replacing the default license text.

Variable name

Description

Dimensions

WixUIBannerBmp

Top banner

493 × 58

WixUIDialogBmp

Background bitmap used on welcome and install-complete dialogs

493 × 312

WixUIExclamationIco

Exclamation icon on the wait-for-costing dialog

32 × 32

WixUIInfoIco

Information icon on the cancel and error dialogs

32 × 32

WixUINewIco

Button glyph on directory-browse dialog

16 × 16

WixUIUpIco

Button glyph on directory-browse dialog

16 × 16






-- 
sig://boB
http://bobs.org
-
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


[WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-10 Thread Albert Shamsiyan
Hi, 

 

1.  When linking SampleWixUI.wxs using Wix version 3.0.2330.0, I
should use "light -ext WixUIExtension -cultures:en-US 
-sice:ICE64 SampleWixUI.wixobj". What does the flag -sice refers
to? I see that the project can be linked without this flag as well?! 
2.  Where and under which name should I store the alternative bmp
files I would like to use for the dialogs in UI sequence? Wix tutorial
lesson 2 offers place and names which does not exists. 

 

TIA 

 

Albert Shamsiyan 

Configuration and Installation Manager

 

 

-
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