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

2015-02-04 Thread Valdimar
dileep s wrote > I was not able to see this in my local system. File name appears like > ニ探ニ停€愴致ニ停€ケ_窶凖ィナ耽06.SFC. > How did you convert this filename before adding it to the script? > Do we need to specify any character code to read this? I changed the encoding settings of the browser to be able t

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 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] util:CloseApplication and EndSessionMessage

2014-03-07 Thread Valdimar
I never got this to work myself and ended up using a custom action to send a command line argument to the application that could be running to shut itself down. and then put this into the InstallExecuteSequence: FileKey "App1EXE" refers to the variable you used to specify the install location

Re: [WiX-users] Problem with WIX BootStrapper.

2014-01-21 Thread Valdimar
praveeds wrote > I tried with Windows 7 box and it has the same behavior. Any idea what are > those registry entries? Yes, they are Run and RunOnce keys to tell Windows to run the installer on next startup, in case the installer needs the computer to reboot. I'm not sure whether this is related wi

Re: [WiX-users] Problem with WIX BootStrapper.

2014-01-21 Thread Valdimar
praveeds wrote > I am using an WIX BootStrapper inorder to bundle one MSI (for instance > take Notepad++.msi). > When i run the BootStrapper it starts installing the Notepad++.msi but > once the installation is completed it would restart the installation for > the second time. What would be cause o