Re: [WiX-users] Shortcut not being deleted

2013-09-04 Thread Alexey Ivanov
Separate shortcut from the component. like this: https://github.com/krab/vacuum-im-wix-installer/blob/master/Product.wxs#L20 https://github.com/krab/vacuum-im-wix-installer/blob/master/Files.wxs#L54 2013/9/4 Natalie Carr natalie.c...@measuresoft.com Hi I have this code for a shortcut. This

Re: [WiX-users] Shortcut not being deleted

2013-09-04 Thread Alexey Ivanov
msiexec /i yourfile.msi /L*v c:\temp\yourinstall.log or enable in windows by default http://support.microsoft.com/kb/223300/ru 2013/9/4 Natalie Carr natalie.c...@measuresoft.com Hi, Thank you, done exactly the same and it still is not deleting :( -Original Message- From: Alexey

Re: [WiX-users] Shortcut not being deleted

2013-09-04 Thread Alexey Ivanov
oops http://support.microsoft.com/kb/223300 2013/9/4 Alexey Ivanov alexey.iva...@gmail.com msiexec /i yourfile.msi /L*v c:\temp\yourinstall.log or enable in windows by default http://support.microsoft.com/kb/223300/ru 2013/9/4 Natalie Carr natalie.c...@measuresoft.com Hi, Thank you

Re: [WiX-users] Upgrade doesn't overwrite all files

2013-05-12 Thread Alexey Ivanov
Property Id=”REINSTALLMODE” Value=amus/ Then your files will be re-installed by force. But you will agree that this is a crutch. 2013/5/12 Phil Wilson phil.wil...@mvps.org It's best to create a verbose log of the upgrade and then search for the file name to see what it says about overwiting

Re: [WiX-users] unsubscribe

2012-12-12 Thread Alexey Ivanov
Why? :( 2012/12/13 robert.pri...@bentley.com -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and

Re: [WiX-users] Can Find WIX Project Type in VS 2012 PRO

2012-11-04 Thread Alexey Ivanov
some problem with perUser installaon (wixui-advanced), perMachine uninstall without this error 03.11.2012 22:55 пользователь Todd Williford edwardwt...@yahoo.com написал: Hello, I recently installed Microsoft Visual Studio Professional 2012 Version 11.0.50727.1 RTMREL onto an 64 bit Windows 7

Re: [WiX-users] Can Find WIX Project Type in VS 2012 PRO

2012-11-04 Thread Alexey Ivanov
fail. not this thread, sorry. 04.11.2012 20:20 пользователь Alexey Ivanov alexey.iva...@gmail.com написал: some problem with perUser installaon (wixui-advanced), perMachine uninstall without this error 03.11.2012 22:55 пользователь Todd Williford edwardwt...@yahoo.com написал: Hello

Re: [WiX-users] Can't delete Desktop shortcut due to Warning 1910

2012-11-04 Thread Alexey Ivanov
some problem with perUser installaon (wixui-advanced), perMachine uninstall without this error 04.11.2012 10:50 пользователь Dave Lowndes d...@swordfishsoftware.co.nz написал: When uninstalling my app I'm getting this warning dialog coming up with: Warning 1910.Could not remove Shortcut My

[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] 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 alexey.iva...@gmail.com WixUI_Advanced in russian localization carries the text on the button Advanced. *Avanced *translated as *Дополнительно*. This is a correct translation

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 alexey.iva...@gmail.com Fixed look was https://dl.dropbox.com/u/7983994/ShareX/2012-07/2012-07-05_01-19-51.png 2012/7/5 Alexey Ivanov alexey.iva...@gmail.com WixUI_Advanced in russian localization

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=105970atid=642714 2012/7/5 Alexey Ivanov alexey.iva...@gmail.com It is possible to include these corrections in the WIX source code? 2012/7/5 Alexey Ivanov alexey.iva...@gmail.com Fixed look was https://dl.dropbox.com/u

[WiX-users] Only perUser installation get too much errors ICE38; ICE91; ICE64

2012-07-03 Thread Alexey Ivanov
Part of XML: ?xml version=1.0 encoding=UTF-8? Wix xmlns=http://schemas.microsoft.com/wix/2006/wi; ?include Variables.wxi? Product Id=* Name=$(var.ProductName) Manufacturer=$(var.Manufacturer) Codepage=$(var.ProductCodepage) Language=1033 Version=$(var.ProductVersion)

Re: [WiX-users] Only perUser installation get too much errors ICE38; ICE91; ICE64

2012-07-03 Thread Alexey Ivanov
/library/windows/desktop/dd765197(v=vs.85).aspx ) Perhaps your ICEs are gone then. -Original Message- From: Alexey Ivanov [mailto:alexey.iva...@gmail.com] Sent: Dienstag, 3. Juli 2012 17:25 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Only perUser

[WiX-users] WixUI_Advanced just perUser installation but with a showing feature tree

2012-07-01 Thread Alexey Ivanov
WixUI_Advanced just perUser installation but with a showing feature tree. Its simple posible? If we user WixVariable Id=WixUISupportPerMachine Value=0 / its disabled installashion scope shoising, but feature tree page disabled too.

[WiX-users] Harvest files id and components id like directoryname_filename.

2012-06-23 Thread Alexey Ivanov
After harvesting 1253 files, i have wxs fragment at 5163 lines. In the project a lot of files with the same name in different directories. Heat.exe generates is not comfortable ID, such as scheme.def.xml_22, image.png_9 translation.qm_4. Perhaps an option to specify a scheme of generation ID =

[WiX-users] Item in Feature Tree don't hidden, just disable for edit

2012-06-22 Thread Alexey Ivanov
I disable and hidden option will be installed if required via AllowAdvertise=no Need to dissable and hidden option Entire feature will be unavailable, or disable edit FeatureTree item without hidden him. How to simple do it?

Re: [WiX-users] Item in Feature Tree don't hidden, just disable for edit

2012-06-22 Thread Alexey Ivanov
Do not know 2012/6/23 Rob Mensching r...@robmensching.com: Is that even possible? On Fri, Jun 22, 2012 at 3:05 PM, Alexey Ivanov alexey.iva...@gmail.comwrote: I disable and hidden option will be installed if required via AllowAdvertise=no Need to dissable and hidden option Entire feature

Re: [WiX-users] heat.exe generate component for files in each folder, not to generate component for each file.

2012-06-21 Thread Alexey Ivanov
so if the first file in a component exists and is of the correct version (assuming no other file is marked as the keypath) then Windows Installer would consider the component state to be present. What problems can occur with this? 2012/6/21 Alexey Ivanov alexey.iva...@gmail.com

Re: [WiX-users] heat.exe generate component for files in each folder, not to generate component for each file.

2012-06-21 Thread Alexey Ivanov
Installer can handle 1200 components easily. ComponentGroups and ComponentGroupRefs can simplify managing large numbers of components in the source code. -Original Message- From: Alexey Ivanov [mailto:alexey.iva...@gmail.com] Sent: 21 June 2012 08:57 To: General discussion for Windows

[WiX-users] heat.exe generate component for files in each folder, not to generate component for each file.

2012-06-20 Thread Alexey Ivanov
like this https://github.com/krab/vacuum-im-wix-installer/blob/master/Files.wxs is possible with wix? if i run: heat dir install_files -gg -suid -sfrag -srd -out 1.wxs DirectoryRef Id=TARGETDIR Component Id=libeay32.dll Guid={846E7E4B-51A3-4023-AF17-EBC5E0E4AEB6} File

Re: [WiX-users] heat.exe generate component for files in each folder, not to generate component for each file.

2012-06-20 Thread Alexey Ivanov
don't want to utilize a component per file? -Original Message- From: Alexey Ivanov [mailto:alexey.iva...@gmail.com] Sent: Thursday, June 21, 2012 12:17 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] heat.exe generate component for files in each folder, not to generate