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
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
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
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
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
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
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
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
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
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
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?
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
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,
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
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
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
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
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
;
> 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
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
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,
>&
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
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
> 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
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
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
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]
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]
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.
>>
>
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
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
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
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.
--
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:
>
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
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
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
37 matches
Mail list logo