Hi,
I have an installer in WIX. I have tried to deploy it to a group of target
computers in the network and encountered the following issue. The deployment
was successful but there is an issue when the installer launches the
application after the installation finishes using the following code:
Hi,
In most open source software, the name of the licence and the name of the
software must be written in the licence agreement file of the product where the
open source software is used. Could anyone of you tell me if it is also the
case for Wix Toolkit? I know that it is MS-RL licence type but
p://stackoverflow.com/questions/14334012/how-can-perform-a-silent-uninstall-with-installjammer
> > >
> > >
> > > Again, I'm not familiar with InstallerJammer and I'm assuming it doesn't
> > > use WindowsInstaller???
> > >
> &g
/uninstall at one time on a windows
> > machine this might not work if you try to uninstall during your new install.
> >
> >
> > On Fri, Jun 20, 2014 at 10:45 AM, Dolevo Jay wrote:
> >
> > > Previous installer was InstallJammer. So, what would be the best sol
> use WindowsInstaller???
>
> Since you can have only have one install/uninstall at one time on a windows
> machine this might not work if you try to uninstall during your new install.
>
>
> On Fri, Jun 20, 2014 at 10:45 AM, Dolevo Jay wrote:
>
> > Previous ins
Previous installer was InstallJammer. So, what would be the best solution for
this? Should I call uninstaller of the previous installation in
InstallExecuteSequence ? Any example for this?
> Date: Fri, 20 Jun 2014 10:30:11 -0500
> From: jeremi...@gmail.com
> To: wix-users@lists.sourceforge.net
>
Hi,
I used different installer (InstallJammer) to install my application. I have
now msi installer for the same application. Could you please tell me how I can
uninstall previous installation since I find no upgrade code in installjammer?
Or, is it only possible to update if the previous install
ning of the
> > tutorial. Just because it doesn't apply to your situation doesn't
> > mean it's not needed. Try building the tutorial from start to finish,
> > build it, make sure it works, then modify the working tutorial to fit
> > your needs.
> &
make sure it works, then modify the working tutorial to fit
> your needs.
>
> Carter
>
> Quoting Dolevo Jay :
>
> > But I am not using MVC4 project. Is there any tutorial for only wxs
> > file? Otherwise could you please be more specific on what I should
>
r-for-mvc-project/
>
> Carter
>
> Quoting Dolevo Jay :
>
> > Hi,
> > I followed the instructions in:
> > http://damienbod.wordpress.com/2013/09/09/wix-installer-with-parameter-configurations/
> > There, they didn't mention about defining SimpleWe
Hi,
I followed the instructions in:
http://damienbod.wordpress.com/2013/09/09/wix-installer-with-parameter-configurations/
There, they didn't mention about defining SimpleWebAppGroup.
I have put my Component inside of ComponentGroup as follows:
Now I have another error like:
light.exe : error
Hi,
I followed the instructions in:
http://damienbod.wordpress.com/2013/09/09/wix-installer-with-parameter-configurations/
There, they didn't mention about defining SimpleWebAppGroup.
I have put my Component inside of ComponentGroup as follows:
Could anyone please tell me where I am doing wrong?
I have added,
NO
LAUNCH_APP="YES"
I got the following error: product.wxs(63) : error LGHT0094
After my setup finishes, I launch the installed application automatically
without asking to the user in the interactive mode.Now I have the silent
installer and I want to launch the application only if user sets a specific
parameter to YES. For example,
msiexec.exe /i setup.msi LAUNCH_APP=YES /
Hi all,
I have my interactive installer, which works like a charm. There is a step in
the interactive installer for user to accept. Now, I am trying to implement the
same accept condition in the silent installer. I have followed the instructions
from
http://damienbod.wordpress.com/2013/09/09/wi
Hi all,
In the interactive mode, user needs to accept end-user license agreement by
clicking on the checkbox, which is fine. I have now the silent installer where
I want to have a command line parameter which indicated that the user accepts
the end-user license agreement when the parameter is us
Hi,
I have the following code snipped to launch my application when the
installation is complete.
At the end of the installation (before seeing the page with Finish button),
myapplication.exe is triggered nicely. However, the page with Finish button
17 matches
Mail list logo