Re: [WiX-users] Question about COM+ installation

2012-07-04 Thread Yuanming Chen
Whoops...The attachment is obviously filtered out, thus I posted the code to https://docs.google.com/open?id=0B37uT7eLQj05eVp2V1pKanVrUkE instead for your reference: you can click "File->Download" to save the solution. Thanks! From: yuanm...@hotmail.com To: wix-users@lists.sourceforge.net Date

[WiX-users] Question about COM+ installation

2012-07-04 Thread Yuanming Chen
Hi there, I am a new user of WIX, and I am struggling to install a .NET COM+ application with WIX 3.5 (regsvcs.exe works correctly though). Here is a quick summary of what I did:1. I created a C# class library and implemented a really simple COM+ component.2. A WIX project was created. It conta

Re: [WiX-users] WixUI_Advanced in russian localization carries the text on the button Advanced

2012-07-04 Thread Alexey Ivanov
Ok. I will write here http://sourceforge.net/tracker/?group_id=105970&atid=642714 2012/7/5 Alexey Ivanov > It is possible to include these corrections in the WIX source code? > > > 2012/7/5 Alexey Ivanov > >> Fixed look was >> https://dl.dropbox.com/u/7983994/ShareX/2012-07/2012-07-05_01-19-51.

Re: [WiX-users] WixUI_Advanced in russian localization carries the text on the button Advanced

2012-07-04 Thread Alexey Ivanov
It is possible to include these corrections in the WIX source code? 2012/7/5 Alexey Ivanov > Fixed look was > https://dl.dropbox.com/u/7983994/ShareX/2012-07/2012-07-05_01-19-51.png > > > 2012/7/5 Alexey Ivanov > >> WixUI_Advanced in russian localization carries the text on the button >> Advanc

Re: [WiX-users] Customize ErrorDialog behaviour

2012-07-04 Thread Bob Arnson
On 02-Jul-12 07:03, Vladimir Kiryazev wrote: > I am trying to show ErrorDialog required by Windows Installer by means of > SpawnDialog event. But how can I customize its behavoiur? > I need it just to close on OK clicked but it exits the installation. > Is it possible or should I use custom dialog

Re: [WiX-users] Service Install with bad credentials causes rollback, no error dialog

2012-07-04 Thread Bob Arnson
On 02-Jul-12 16:22, john.burak wrote: > My installer receives credentials from the user then starts a service under > them. If the user enters bad credentials or if the specified account > doesn't have permission to install a Service, the installer rolls back with > no error message. I think it's

Re: [WiX-users] WixUI_Advanced in russian localization carries the text on the button Advanced

2012-07-04 Thread Bob Arnson
On 04-Jul-12 17:16, Alexey Ivanov wrote: > WixUI_Advanced in russian localization carries the text on the button > Advanced. *Avanced *translated as "*Дополнительно*." This is a correct > translation. *The problem is the width of a button.* Look at screenshot: Please file a bug so it doesn't get lo

Re: [WiX-users] WixUI_Advanced in russian localization carries the text on the button Advanced

2012-07-04 Thread Alexey Ivanov
Fixed look was https://dl.dropbox.com/u/7983994/ShareX/2012-07/2012-07-05_01-19-51.png 2012/7/5 Alexey Ivanov > WixUI_Advanced in russian localization carries the text on the button > Advanced. *Avanced *translated as "*Дополнительно*." This is a correct > translation. *The problem is the width

[WiX-users] WixUI_Advanced in russian localization carries the text on the button Advanced

2012-07-04 Thread Alexey Ivanov
WixUI_Advanced in russian localization carries the text on the button Advanced. *Avanced *translated as "*Дополнительно*." This is a correct translation. *The problem is the width of a button.* Look at screenshot: https://dl.dropbox.com/u/7983994/ShareX/2012-07/installer.png* * I wrote this simple

Re: [WiX-users] Burn and Msi logging revisited

2012-07-04 Thread Don Walker
FWIW I created a Release config for wixstdba by copying the Debug config and then making obvious changes like removing _DEBUG and DEBUG symbols and turning on optimization. It appears to work fine with the limited testing I did. -- View this message in context: http://windows-installer-xml-wix-to

Re: [WiX-users] msiexec file path

2012-07-04 Thread nejiba
but in my case i am able to install the msi file but i must copy the file in a directory like TARGETDIR and then call the msiexec command and give it a parameter the copied file. What i want to do is to avoid to copy the file in any directory and point directly to the file under the project tree.

Re: [WiX-users] msiexec file path

2012-07-04 Thread Bruce Cran
On 04/07/2012 16:21, nejiba wrote: > I want to execute this custom action > ExeCommand="[SystemFolder]msiexec /i file.msi /qn /L*v ALLUSERS=1 > REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1" /> > And this file.msi is in the project tree. > > How can i specify the path in the customaction? The custo

[WiX-users] msiexec file path

2012-07-04 Thread nejiba
Hello, I want to execute this custom action And this file.msi is in the project tree. How can i specify the path in the customaction? Thanks. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/msiexec-file-path-tp7579288.html Sent from the wix-use

Re: [WiX-users] Burn - BA: Passwords in BA listboxes visible in logfiles

2012-07-04 Thread David Watson
I just happen to be looking at this too today and I verify that the bug is indeed fixed. The only issue is that the wixstdba (or engine) dumps the entire command line to the log as one of its first actions so if you have a hidden variable and override it from the command line it is visible there.

Re: [WiX-users] Burn - BA: Passwords in BA listboxes visible in log files

2012-07-04 Thread Jansson
My Google-fu has failed me once again. Thanks a lot for helping out! (I only found the 'Hidden' attribute in the Burn XML (not in the BA), but initializing the property there with the attribute 'Hidden' set to 'yes' solved the issue.) -- View this message in context: http://windows-installer-xml-

[WiX-users] XML Configuration

2012-07-04 Thread Manitha Singhvi
I have got a scenario : There is a config file which the installer installs and configures the values in the files based on property variables. Now after installation the User might configure some settings in the config file. And it gets encrypted with few new values in the complete section.

Re: [WiX-users] Burn - BA: Passwords in BA listboxes visible in log files

2012-07-04 Thread Bruce Cran
On 04/07/2012 08:29, Jansson wrote: > I have searched in vain for any actions taken on the issue mentioned in this > (pretty dated) link: > > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-secure-Bundle-Variables-td6348018.html > Burn: secure Bundle Variables > > Was a bug ever

[WiX-users] Burn - BA: Passwords in BA listboxes visible in log files

2012-07-04 Thread Jansson
I have searched in vain for any actions taken on the issue mentioned in this (pretty dated) link: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-secure-Bundle-Variables-td6348018.html Burn: secure Bundle Variables Was a bug ever posted? I did not find any. Nor did I find a wa