oops http://support.microsoft.com/kb/223300
2013/9/4 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
>
>> Hi,
>>
>> Thank you
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
> Hi,
>
> Thank you, done exactly the same and it still is not deleting :(
>
> -Original Message-
> F
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
> Hi I have this code for a shortcut. This setup is an add on for my mai
https://www.virustotal.com/en/file/a9367a5d4b19e99397063a1d333c6106d5b7f1ed585fb9b090c0404f2c1f27c5/analysis/1369000824/
All Ok. Check your PC.
2013/5/20 eyal goltzman
> Is that possible??
> Can I trust this?
> Help!
>
> URL:http://wixtoolset.org/releases/3.8.514.0...
> Process:C:\Users\eyal\D
Then your files will be re-installed by force. But you will agree that this
is a crutch.
2013/5/12 Phil Wilson
> 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 the file and why it didn't.
>
> Phil
>
> -Original Mes
Why? :(
2012/12/13
>
>
> --
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering m
some problem with perUser installaon (wixui-advanced), perMachine uninstall
without this error
04.11.2012 10:50 пользователь "Dave Lowndes"
написал:
>
> When uninstalling my app I'm getting this warning dialog coming up with:
>
> Warning 1910.Could not remove Shortcut My App.lnk. Verify that the
>
fail. not this thread, sorry.
04.11.2012 20:20 пользователь "Alexey Ivanov"
написал:
>
> some problem with perUser installaon (wixui-advanced), perMachine
uninstall without this error
>
> 03.11.2012 22:55 пользователь "Todd Williford"
написал:
>
> >
some problem with perUser installaon (wixui-advanced), perMachine uninstall
without this error
03.11.2012 22:55 пользователь "Todd Williford"
написал:
>
> Hello,
>
> I recently installed Microsoft Visual Studio Professional 2012 Version
11.0.50727.1 RTMREL onto an 64 bit Windows 7 operating syste
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/Sha
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 carrie
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 p
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
s/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]
Part of XML:
http://schemas.microsoft.com/wix/2006/wi";>
There Orca Validation http://pastebin.ru/tW9D8Aae
I found fix,
http://stackoverflow.com/ques
WixUI_Advanced just perUser installation but with a showing feature tree.
Its simple posible?
If we user its
disabled installashion scope shoising, but feature tree page disabled too.
--
Live Security Virtual Conference
E
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 = D
Yea, thak you!
2012/6/23 Frank Jenner :
> Try setting Feature/@Absent="disallow". I think that will do what you're
> looking for.
> ___
> Frank Jenner
>
>
> On Fri, Jun 22, 2012 at 6:49 PM, Alexey Ivanov wrote:
>
>> Do not know
>>
>
Do not know
2012/6/23 Rob Mensching :
> Is that even possible?
>
> On Fri, Jun 22, 2012 at 3:05 PM, Alexey Ivanov wrote:
>
>> I disable and hidden option "will be installed if required" via
>> AllowAdvertise="no"
>>
>> Need to dissable and h
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?
-
on of many people here.
>
> Windows 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
>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 :
> In the project vacu
e a reason you 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 fil
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
Components for
24 matches
Mail list logo