Depends on which lawyers you ask but I'd still leave you with my last comment:
"Your stuff is yours but don't steal from the community.
If you improve our stuff, give back."
-Original Message-
From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com]
Sent: Wednesday, Nove
Hey John,
Thanks for all the help you provided to me on my issues. I do not
currently have this book but would get it ASAP(ebook)
Thanks once again and look forward to your guidance.
Regards,
SuvraJyoti
On 19-11-2013 16:29, John Ludlow wrote:
> That looks like expected behaviour to me.
> What's
But if I change something in the WiX toolset and don't distribute the
modified WiX binaries (I only distribute msi packages generated with
the modified WiX), I don't have to distribute the source code to my
modifications, do I?
--
Nicolás
2013/11/20 Rob Mensching :
> If one does not claim the Wi
If one does not claim the WiX code as part their own stuff (i.e. all the
copyrights are left in place) and one does not change any code (i.e. WiX code
is same as code published on WiX toolset site) then from my understanding
(you'll need to get your own lawyer) they are still complying with MS-R
The problem is the way they say "normally" not included. Got to love lawyers.
FWIW, I get into grey areas with my tool IsWiX. Include very small pieces of
WiX in my solution ( mainly the use of Microsoft.Deployment.WindowsInstaller,
the inclusion of schema (XSD) files for validation a
http://wixtoolset.org/about/license/
-Original Message-
From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com]
Sent: Wednesday, November 20, 2013 6:48 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Microsoft Reciprocal License explaination
2013/11/19 Joe Dima
2013/11/19 Joe Dimagio :
> Hey everyone,
>
> I'm doing some research to see if WiX is right for my corporation to use.
>
> Reading the MS RL, it looks like if I distribute my product using WiX, I
> need to include my source files including the wxs, wxl, wxi, wixproj, as
> well as my own product's s
Feature request is open for engine to do this. Something like "Restart
Boundary". BA can always force restart on completion of a package during
execution.
-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: Tuesday, November 19, 2013 6:41 PM
To: wix-users (wix-us
That looks like expected behaviour to me.
What's happening here is that the installer's created that directory
structure and deployed a bunch of resources. During uninstall, it
determines that those are the files it deployed and removes them. you can
specify Component/@Permanent=yes if you want to
Ok, I have made the following changes to the TortEngineDemo.wxs(also
they are attached):
FileSource='D:\'>
Guid="9D5FEECE-74FE-45A2-BD34-41562EC8ED16">
When i execute Candle and Light, the msi gets crea
In theory, just removing this line should do it:
I haven't tried that though, so I'm not 100% sure. If not, you can also try
a custom action which sets the directory.
Generally, you should think twice before dropping files directly under c:\
- most people like to keep that as clean as poss
I have found a way to elevate my msi. The solution is to use
InstallPrivileges="elevated" in and do not use setting
MSIUSEREALADMINDETECTION property.
Thanks
--
Shape the Mobile Experience: Free Subscription
Softwar
Hi John,
Thanks for the help...Just followed the steps...worked like a charm. The
folder got installed into the program files folder and there were no
errors thrown by Light.
But I want the db directory to be created into a folder in say
c:\[FolderName](c:\[FolderName]\Tort Demo). I have tried
Thanks for clarification, but I do not understand anyway how to elevate the
uninstall. Should I always use my setup.exe to uninstall the app instead of
add/remove programs?
Понедельник, 18 ноября 2013, 17:05 -08:00 от Phil Wilson
:
>On UAC systems a check like the one you have will not always
In the log file below, you canceled before it would have shown the command-line
that would have been launched. It seems like things should be working.
-Original Message-
From: Michael Kolowicz [mailto:michael.kolow...@km-f.eu]
Sent: Tuesday, November 19, 2013 2:43 PM
To: 'General discuss
Hey!
I have windows program installation bootstrapper project. There is .NET
framework, Visual Studio C++ redistributable, device driver installer and my
application installer in chain:
I want system to restart after .NET installation and then continue installati
That should have read:
If you make this change, you can also remove the following line:
On 19 November 2013 08:34, John Ludlow wrote:
> That's because of this:
>
>
>
> This will put files on the users desktop - are you sure that's what you
> want? (Hint: it's probably not) Change this
That's because of this:
This will put files on the users desktop - are you sure that's what you
want? (Hint: it's probably not) Change this to ProgramFilesFolder (or
ProgramFiles64Folder). Remember how you were getting a similar error
previously?
If you make this change, you can also remo
Hi John/All,
I have used the below commands:
heat dir "D:\Project\ESI\Code\trunk\db" -cg trunkdb -gg -sfrag -dr
TORTDEMO -out trunkdb.wxs
candle TortEngineDemo.wxs trunkdb.wxs
light -b "D:\Project\ESI\Code\trunk\db" -out TrunkDBDemo.msi
TortEngineDemo.wixobj trunkdb.wixobj
This does create
19 matches
Mail list logo