Re: [WiX-users] Setup.exe cygwin question

2014-01-29 Thread BGINFO4X
e end user (in fact, >> > the most logical would be to have each package be an MSI). In fact, >> > you might even be able to reuse your current UI in a custom bundle >> > and save much of the redevelopment effort. >> > >> > Not sure on the project leader

[WiX-users] Setup.exe cygwin question

2014-01-24 Thread BGINFO4X
Dear Sirs. Attending your experience, do you think that is possible to build an installer like the traditional setup.exe installer from cygwin.com? In the following url you can see the main screens. http://x.cygwin.com/docs/ug/setup-cygwin-x-installing.html I ask basically for the screens number

Re: [WiX-users] Bug or wxs problem?

2013-10-24 Thread BGINFO4X
nstalling? Do you have uninstall logs? > > -Original Message- > From: BGINFO4X [mailto:bginf...@kztsoftware.com] > Sent: Thursday, October 24, 2013 10:23 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Bug or wxs problem? > > Hell

[WiX-users] Bug or wxs problem?

2013-10-24 Thread BGINFO4X
crosoft.com/wix/NetFxExtension";> SELFFOUND NEWERFOUND http://sourceforge.net/p/BGINFO4X/wiki/Documentation/&

[WiX-users] Fwd: RemoveFolder question

2013-10-18 Thread BGINFO4X
SELFFOUND NEWERFOUND http://sourceforge.net/p/BGINFO4X/wiki/Documentation/"/>

Re: [WiX-users] RemoveFolder question

2013-10-17 Thread BGINFO4X
lder question > > > > > > > > Hello, > > > > > > > > I have a question regarding RemoveFolder. > > > > > > > > In the following snippet, the the sentence: > > > On="uninstall"/> is below component at the samelevel of Shor

Re: [WiX-users] RemoveFolder question

2013-10-17 Thread BGINFO4X
level of what has more > > sense in my opinion? > > > > Thanks a lot. > > > > > > > > > Guid="BCD09B03-9EA8-4FAA-B920- > > C04C95310E4C"> > > > Name="BGINFO4X - Html Report"

[WiX-users] RemoveFolder question

2013-10-17 Thread BGINFO4X
Hello, I have a question regarding RemoveFolder. In the following snippet, the the sentence: is below component at the samelevel of Shortcut? Why is not at the same level of what has more sense in my opinion? Thanks a lot.

[WiX-users] Fwd: Removing components Help

2013-10-11 Thread BGINFO4X
schemas.microsoft.com/wix/NetFxExtension";> SELFFOUND NEWERFOUND http://sourceforge.net/p/BGINFO4X/wiki/Documentation/"

Re: [WiX-users] Shortcut in the root of start folder - why?

2013-09-09 Thread BGINFO4X
it's just what Windows does. This article is fairly old > but the general principle still applies: > > http://blogs.msdn.com/b/oldnewthing/archive/2005/11/24/496690.aspx > > Phil Wilson > > > On Mon, Sep 9, 2013 at 9:17 AM, BGINFO4X wrote: > > > Hello, you are

Re: [WiX-users] Shortcut in the root of start folder - why?

2013-09-09 Thread BGINFO4X
ersion='$(var.ProductVersion)' Manufacturer='KZTSoftware'> > > > > > > > InstallerVersion='100' Languages='1033' Compressed='yes' > > SummaryCodepage='1252' InstallScope="perMachine"

[WiX-users] Shortcut in the root of start folder - why?

2013-09-04 Thread BGINFO4X
ft.com/wix/NetFxExtension";> SELFFOUND NEWERFOUND http://sourceforge.net/p/BGINFO4X/wiki/Documentation/"

Re: [WiX-users] Heat - Include question

2013-06-21 Thread BGINFO4X
Hello, Sorry for the delay. Finally, after all your coments, I redesigned the application: /home is pointed to $USERPROFILE /OUT is pointed to $TEMP /EXPORT is pointed to $USERPROFILE/BGINFO4X/REPORT /BASE/CONF/OUT is pointed to $USERPROFILE/BGINFO4X/BASE/CONF/OUT Now, there is no necessary to

[WiX-users] Uninstall file question

2013-06-05 Thread BGINFO4X
Hello, Is there any way to tell WIX that when uninstalling the program, uninstall a file ONLY if it has not been modified after the installation? That could be very useful for backing up config files, Thanks a lot. ---

Re: [WiX-users] Heat -ke error (empty directories)

2013-06-03 Thread BGINFO4X
erstand it. I think that I understand what you mean. Thanks. So, to conclude -ke works well with -gg and doesn't work well with -ag. If this is not a bug, why the -ag option fails with error LGHT0230? Thanks a lot for your time. 2013/5/28 BGINFO4X : > Hello again, I need your he

Re: [WiX-users] Heat - Include question

2013-06-01 Thread BGINFO4X
n other languages than English as explained here: http://blogs.msdn.com/b/cjacks/archive/2008/12/04/how-to-set-directory-permissions-at-install-time-using-an-msi-created-using-windows-installer-xml-wix.aspx) Thanks a lot for your time. Regards. 2013/5/27 BGINFO4X : > Hello everyone, > &g

Re: [WiX-users] Heat -ke error (empty directories)

2013-05-28 Thread BGINFO4X
*) for empty directories with heat -ag? If I use -gg, light works, but here in the forum this option is not recommended. Can you confirm that this is a bug? I use the latest wix 3.8.520 version If it is, I will open a bug in bug file site. Thanks a lot. 2013/5/27 BGINFO4X : > Hello, > > I

[WiX-users] Heat -ke error (empty directories)

2013-05-27 Thread BGINFO4X
Hello, I'm using HEAT with the option -ke (keep empty directories) with the following commands: @echo off echo "##" echo "HEAT!" "C:\Program Files\WiX Toolset v3.7\bin\heat" dir "BGINFO4XW" -cg SampleGroup -out SampleGroup

Re: [WiX-users] Heat - Include question

2013-05-27 Thread BGINFO4X
installed in other languages? Do you have some recommendations? Thanks a lot for your time. 2013/5/22 BGINFO4X : > Ok, thanks a lot. > > Regards. > > 2013/5/21 Mike Carlson : >> Ah, then you do want to support upgrades. Get your upgrade scenario right, >> and you won

Re: [WiX-users] Heat - Include question

2013-05-22 Thread BGINFO4X
rary/windows/desktop/aa370037(v=vs.85).aspx > . > > > > On Tue, May 21, 2013 at 9:34 AM, BGINFO4X wrote: > >> 2013/5/21 Mike Carlson : >> > You should be able to. Create the shortcut in your own authoring file. To >> > point to the file in the generated a

Re: [WiX-users] Heat - Include question

2013-05-21 Thread BGINFO4X
2013/5/21 Mike Carlson : > You should be able to. Create the shortcut in your own authoring file. To > point to the file in the generated authoring, see the "Target" attribute of > the shortcut element in wix.chm. > Thanks a lot , I will try it. I have a conceptual question regarding shortcuts:

Re: [WiX-users] Heat - Include question

2013-05-21 Thread BGINFO4X
> You should change it to this: > > > > > Thanks, it works! > Also, you should pass in "-srd" on the heat commandline (suggestion #3 > above), or else you're going to get a "BGINFO4XW" directory inside the > directory you intend to install to. Done. > > Fina

Re: [WiX-users] Heat - Include question

2013-05-17 Thread BGINFO4X
is not used, so the resulting installation is located in "%Program Files%\BGInfo4X for Windows $(var.ProductVersion)"? What I'm doing wrong? > 4) If you're going to re-harvest your output with every build or release, > DON'T use "-gg" switch! Doing so wi

Re: [WiX-users] Heat - Include question

2013-05-17 Thread BGINFO4X
2013/5/17 Jeremiahf : > Ah, so your building your MSI via command line. Good to hear you figured it > out. Yes, I'm doing only a .msi package, not a visual project with c# or similar ... Thanks. -- AlienVault Unified Sec

Re: [WiX-users] Heat - Include question

2013-05-17 Thread BGINFO4X
is not installed in INSTALLDIR? Thanks a lot. My SampleFirst.wxs is: SELFFOUND NEWERFOUND

[WiX-users] Heat - Include question

2013-05-17 Thread BGINFO4X
Hello everyone, I'm a new to WIX and I'm a little lost. I want to create a .msi file from my project (with lots of files and folders), so I use HEAT. Heat works as exepcted and a new file is created (SampleGroup.wxs). Then I try to "compile all" : "C:\Program Files\WiX Toolset v3.7\bin\candle" S