Re: [WiX-users] Setting custom error text for error 2893

2007-06-21 Thread Igor Maslov
This works. Thank you. Is there a way to suppress error message completely? Igor Bob Arnson-6 wrote: > > Please keep the mailing list on the thread. > > Maslov, Igor wrote: >> I added >> >> Input was truncated because it was too >> long >> >> To wxl file >> > > That won't do anythin

Re: [WiX-users] Setting custom error text for error 2893

2007-06-21 Thread Igor Maslov
that are at most [5] characters long. The value [4] exceeds this limit, and has been truncated. - Thank you, Igor Bob Arnson-6 wrote: > > Igor Maslov wrote: >> Alternative way was to def

[WiX-users] Setting custom error text for error 2893

2007-06-21 Thread Igor Maslov
If I type very long text in the PathEdit control, error for error 2893 is displayed, usuall dialog for error that does not have text defined. I'd like to disable this error, since I have my custom message about invalid path already being displayed, but I didn't find a way to do this. Alternative

[WiX-users] Is there a way to supress error message?

2007-06-20 Thread Igor Maslov
Hello, I have a problem with PathEdit and browse controls. When user enters very long string into PathEdit dialog installer displays error dialog with error code 2893, which means text was too long and was truncated by a control. I have my own custom action to validate target path, and I displ

Re: [WiX-users] Conditionally installing components based on user's locale

2007-06-11 Thread Igor Maslov
Sorry, I can't provide source of custom action, it's company property. You can use combination of localle and time zone settings. Of course user is free to set it to anything. There is no guarantee. I wrote simple wix script in other post if it will be of any help. Igor I

Re: [WiX-users] Conditionally installing components based on user's locale

2007-06-11 Thread Igor Maslov
Actually, I didn't even have to write custom action. Just some WiX script. Something like this: . . . . (SystemLanguageID=1033) OR (SystemLanguageID=4105) NOT ((SystemLanguageID=1033

Re: [WiX-users] Conditionally installing components based on user's locale

2007-06-08 Thread Igor Maslov
I wrote custom action in a DLL which identifies country (specifically North America or Europe) and saves result in a WiX property (it uses MSI API to store property into the table). Then I use this property in component conditions Scott Palmer-3 wrote: > > As part of my setup I would like to

Re: [WiX-users] Is this a known issue?

2007-06-01 Thread Igor Maslov
We getting the same error on one of the PCs, but not on others. It looks like this is some generic COM or DCOM error. I wasn't able find out what is causing it. Looks like some particular configuration of the PC leads to this. Amol Kher wrote: > > > Unhandled Exception: Microsoft.Tools.Wi

[WiX-users] light crash

2007-05-30 Thread Igor Maslov
Sometimes when using cabinet cache option with light.exe (wix-3.0.2420.0) I'm getting following crash: Any idea what can cause it? light.exe : error LGHT0001 : The handle is invalid. (Exception from HRESULT: 0x8 0070006 (E_HANDLE)) Exception Type: System.Runtime.InteropServices.COMException Sta

Re: [WiX-users] How to improve speed of installation?

2007-05-25 Thread Igor Maslov
he cab files > embedded in the installation are extracted from the MSI then opened > once, or if the cab file is "reopened" for each file that is extracted > from it. If it is the latter, it seems to me that multiple smaller cab > files could provide significantly better

Re: [WiX-users] How to improve speed of installation?

2007-05-25 Thread Igor Maslov
nstall. Chances that the > user will end up in a hosed state are far less with the Windows Installer > (assuming no poor CustomActions). The "robust" comes with some cost (like > building the script for rollback). > > 4. Tradeoffs? Isn't this the way life works?

Re: [WiX-users] How to improve speed of installation?

2007-05-24 Thread Igor Maslov
supplied to light (for > a > wixlib, the order the wixobj files were supplied to lit), and within that, > the order they appeared in the source. > > -- > Mike Dimmick > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Igor Maslov

Re: [WiX-users] How to improve speed of installation?

2007-05-24 Thread Igor Maslov
le copy, but a file copy none the less. We > saved a lot of time by not having to archive/compress huge files, etc. > > > -Matt > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Igor > Maslov > Sent: Thursday, May 24,

Re: [WiX-users] How to improve speed of installation?

2007-05-24 Thread Igor Maslov
ll speed. > > What will perform faster: > > 1. Having 1 component per file, or putting large number of files in a > single > component > > 2. Providing I install from DVD what is faster : uncompressed files or cab > . > Note that big chunk of input files is al

Re: [WiX-users] How to improve speed of installation?

2007-05-24 Thread Igor Maslov
e an option, but again, bad things can result > from using it. > > Phil Wilson > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Igor > Maslov > Sent: Thursday, May 24, 2007 11:55 AM > To: wix-users@lists.sourcefor

Re: [WiX-users] How to improve speed of installation?

2007-05-24 Thread Igor Maslov
Thank you , Igor Igor Maslov wrote: > > This is probably more Windows Installer question than a WiX specific. > > I have an install with abot 3 GB of files. All it does is copying files > and creating shortcuts. > > MSI file has tranforms for several languages, this locali

Re: [WiX-users] How to improve speed of installation?

2007-05-18 Thread Igor Maslov
ng else useful, I would certainly be interested > in hearing about it. > > On 5/18/07, Igor Maslov <[EMAIL PROTECTED]> wrote: >> >> This is probably more Windows Installer question than a WiX specific. >> >> I have an install with abot 3 GB of files. All it

[WiX-users] How to improve speed of installation?

2007-05-18 Thread Igor Maslov
This is probably more Windows Installer question than a WiX specific. I have an install with abot 3 GB of files. All it does is copying files and creating shortcuts. MSI file has tranforms for several languages, this localization affects only installer GUI, set of files is language neutral and

Re: [WiX-users] light.exe is very slow. What options is safe use to make link faster?

2007-05-11 Thread Igor Maslov
; > Note: The MSI validation is not controlled by the WiX toolset. We just > use the ICEs provided by the Windows Installer team. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Igor Maslov > Sent: Friday, May 11, 2007 1:34 PM

Re: [WiX-users] light.exe is very slow. What options is safe use to make link faster?

2007-05-11 Thread Igor Maslov
I can't - company policy. I don't think such slow speed can be explained by antivirus software, but who knows. Simon Dahlbacka wrote: > > try switching off antivirus and similar products fiddling around with your > files behind your back.. > > On 5/11/07, Igor

Re: [WiX-users] light.exe is very slow. What options is safe use to make link faster?

2007-05-11 Thread Igor Maslov
gt; [mailto:[EMAIL PROTECTED] On Behalf Of >> Igor Maslov >> Sent: Friday, May 11, 2007 2:26 PM >> To: wix-users@lists.sourceforge.net >> Subject: [WiX-users] light.exe is very slow. What options is >> safe use to make link faster? >> >> >> Hello, >&

[WiX-users] light.exe is very slow. What options is safe use to make link faster?

2007-05-11 Thread Igor Maslov
Hello, I have several thousand files in the installation and linking stage is very slow. It takes more than an hour per language. I tried to use -ss option with no effect. Cabinet creation is not the reason, since I have the same slow times for uncompressed files. What checks can I switch off s

Re: [WiX-users] wix3: automatically pick setup language

2007-05-02 Thread Igor Maslov
for > Danish, and the previous settings (English or neutral) are gone. So how > can there be a difference? > > By the way, I'm using WiX 2.0. Maybe there's something different about > WiX 3.0? > > Rennie > > >> -Original Message- >> From

Re: [WiX-users] wix3: automatically pick setup language

2007-05-02 Thread Igor Maslov
> Rennie > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Igor Maslov >> Sent: 2. maj 2007 19:16 >> To: wix-users@lists.sourceforge.net >> Subject: Re: [WiX-users] wix3: automatically pick setup

Re: [WiX-users] wix3: automatically pick setup language

2007-05-02 Thread Igor Maslov
When you use transforms (MST) approach make sure that your base package has a neutral culture settings, otherwise you will see some weird mixture of languages pdschmid wrote: > > I am trying to have my setup program pick the appropriate language based > on > the user's computer: If the user h

Re: [WiX-users] After changing "Program Menu" folder, shortcuts are not removed

2007-04-30 Thread Igor Maslov
move to Windows Instaler technology. Amount of time I had to put in developing Winfdows Installer solution way exceeds time I would've spent writing the same functionality using C. Igor Bob Arnson-3 wrote: > > Igor Maslov wrote: >> After I use my dialog to change shortcu

Re: [WiX-users] After changing "Program Menu" folder, shortcuts are not removed

2007-04-27 Thread Igor Maslov
never > needed it. 2. I've been busy fixing other bugs. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Igor Maslov > Sent: Wednesday, April 25, 2007 12:24 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users]

Re: [WiX-users] Dialog to let user select "Program Menu" folder

2007-04-27 Thread Igor Maslov
ove to build on your work instead > of starting over from scratch." > > I can give you two reasons why *I* haven't contributed it. 1. I've never > needed it. 2. I've been busy fixing other bugs. > > -Original Message- > From: [EMAIL PROTECTED]

Re: [WiX-users] Dialog to let user select "Program Menu" folder

2007-04-25 Thread Igor Maslov
f controls. I'm thinking of using approach 1, but maybe I'm missing something and it won't work? Bob Arnson-3 wrote: > > Igor Maslov wrote: >> It looks like a such common task, I wonder why WiX does not provide >> specialized dialog for that. >> >

Re: [WiX-users] Dialog to let user select "Program Menu" folder

2007-04-25 Thread Igor Maslov
That's what I did, but there are some restrictions on where user can place shortcuts. I used custom action to validate path, but it is still not ideal solution. It looks like a such common task, I wonder why WiX does not provide specialized dialog for that. For example, InstallShield has such

Re: [WiX-users] Dialog to let user select "Program Menu" folder

2007-04-25 Thread Igor Maslov
I ended up doing appriximately the same. I modified slightly BrowseDlg with custom action written in C, to validate selected shortcuts localtion. But still, it does not look good enough for production software. I saw Windows Installer setups where it was done quite nicely. I just wonder how? I

Re: [WiX-users] Placing data in subdirectories on a source media

2007-04-19 Thread Igor Maslov
Yes, it does work now. Thanks Brett Kapilik wrote: > > I believe it is because your Package is marked as Compressed but your > Media (2) is not compressed. In this case, MSI expects the source files > to be in the same folder as the msi file. From the MSI docs: > > Note that if the package

Re: [WiX-users] Setting icons to shortcut, works with exe but not with ico

2007-04-03 Thread Igor Maslov
Thanks a lot, It works now Igor M -- View this message in context: http://www.nabble.com/Setting-icons-to-shortcut%2C-works-with-exe-but-not-with-ico-tf3509122.html#a9821546 Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] Setting icons to shortcut, works with exe but not with ico

2007-04-03 Thread Igor Maslov
It works, Thank you, Igor Maslov wrote: > > Hello, > > I'm trying to do quite simple thing - set a shortcut to installed > executable. It works and if my icon is embedded in executable I can see > icon image displayed on the shortcut: > > This works fine: >

[WiX-users] Windows Installer and multiple languages - wrong language on error dialog buttons

2007-03-29 Thread Igor Maslov
Hello, I'm building installation with multiple language support and encountered a problem. I'm following WiX tutorial: 1. Build istallation for each language separately 2. Take first language as a base ant create tranforms for all other languages: msitran.exe -g install_de-de.msi ins

Re: [WiX-users] Can't make DiskPrompt to work

2007-03-14 Thread Igor Maslov
This was my suspicion, I tried with CD simulation software with the same result. Maybe I need to try with real CD. Do I have to define VolumeLabel attribute for MediaTag in this case or it's optional? Thanks a lot Igor Bob Arnson-3 wrote: > > Igor Maslov wrote: >> Error

Re: [WiX-users] Can't make DiskPrompt to work

2007-03-13 Thread Igor Maslov
I can see error1302 in the Errors table. Log file shows different error: - Action 10:12:42: InstallFiles. Copying new files InstallFiles: File: test.exe, Directory: C:\Program File