Re: [WiX-users] [WIX]: Japanese MSI package creation

2015-02-03 Thread Dileep S
Yes, I also set the /codepage/ in the product as well as /summaryCodepage/ in the package element. I was not able to see this in my local system. File name appears like ƒTƒ“ƒvƒ‹_’èŒ^06.SFC. How did you convert this filename before adding it to the script? Do we need to specify any character code t

[WiX-users] Custom action "System.IO.DirectoryNotFoundException" on second Installation

2015-02-03 Thread Sarvagya Pant
I have been making a Wix Installer that is supposed to install the contents and fetches the parameters passed in terminal and create files. ie. msiexec /i installer.msi /l*v out.log IPADDRESS="1.1.1.1" will create a file lpa.config. I have following wix file and custom action file. WIX: http://s

Re: [WiX-users] [WIX]: Japanese MSI package creation

2015-02-03 Thread Valdimar
dileep s wrote > Can you just check with your Wix Source by specifying Japanese characters? > > In folder it self i was able to see file name as like this > ('ニ探ニ停€愴致ニ停€ケ_窶凖ィナ耽06.SFC'). Ok, I renamed one of my installer files to the above and was eventually able to build successfully. Usually I b

Re: [WiX-users] [WIX]: Japanese MSI package creation

2015-02-03 Thread Dileep S
Hi Valdimar, I also used same on top of wxs file. If file name is in English there is no problem to create Japanese MSI package. If file name contains Japanese characters this problem occurs. Can you just check with your Wix Source by specifying Japanese characters? In folder it self i was abl

Re: [WiX-users] [WIX]: Japanese MSI package creation

2015-02-03 Thread Valdimar
dileep s wrote > Guid="5eb3283d-5a24-405c-9309-f9a13a05077b" > DiskId="1" Feature="Complete"> > > Source="F:\Sample\Japanese\ƒTƒ“ƒvƒ‹_’èŒ^06.SFC" KeyPath="yes" /> > > > I got following error: > error LGHT0311: A string was provided with characters that are not

Re: [WiX-users] File sometimes not installed

2015-02-03 Thread kurt.jen...@us.ophiropt.com
Thanks John, Some of our components got grouped together using a common AssemblyInfo.cs which had the version number set to 1.0.0.0. Increasing that number to match the new version fixed the problem. Thanks again! Kurt -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.c

[WiX-users] Can a bundle run another bundle that it didn't directly install ?

2015-02-03 Thread Tall Tyke
Hi, I appreciate that the subject heading might sound weird; but I'll try to explain what I'm trying to do ! I'm using WiX 3.9 and burn etc and I have a Bootstrapper (MainSetup.exe) that accepts an install folder (eg C:\MyApp\Installers) and then runs a msi (passing in the folder) and then the ms

Re: [WiX-users] File sometimes not installed

2015-02-03 Thread John Cooper
What are the file versions of the previous version and the upgrade version for the files that are missing? Also, look in a verbose log--you will see entries where the WIS has decided not to replace because the upgrade would result in a "downgrade" by version. If you use an aggressive upgrade sc

[WiX-users] File sometimes not installed

2015-02-03 Thread kurt.jen...@us.ophiropt.com
Working on release of an upgrade. If I install no prior version installed then everything works fine. If I upgrade from a previous version then about 25 files are not copied to the installation directory. In the log the missing files seem to be listed normally except for the FileCopy operation

[WiX-users] Changing the Product Name at install

2015-02-03 Thread Brian Enderle
We have a generic solution that is customized via a settings file to make a unique product. We license all of our products and part of the license check is to make sure the product name embedded in the license key matches the unique product's product name like so: // Check license against pro

[WiX-users] Show user interface during Patch removal

2015-02-03 Thread Fyodor Koryazhkin
Hi, I would like to show user interface during Patch removal. I presume that it is possible if removing parch is launched from the command line but is it possible if removing of the patch is launched from Add\Remove program applet? Thank you. -- Regards, Fyodor Koryazhkin.. -