Hi,
My installer launches the app upon installer completion (well, the last
wizard page.) By this point, a required environment variable does not
seem to have been set as the new process gets the old version.
This makes sense as the msiexec process will have started with the old
environment. I
The WiX toolset is now using Burn in WiX v3.6. It should serve as a pretty
good example.
On Sun, Jun 27, 2010 at 7:24 AM, Dov Kleinman wrote:
> Hi,
>
> I have download the latest build of WiX 3.6 and tried to create a simple
> chainer with no luck.
> I have looked into the sources and got even m
http://sourceforge.net/tracker/?group_id=105970&atid=642714 - click "Add
new"
On Tue, Sep 7, 2010 at 11:51 AM, Sai Kodi wrote:
> Thanks Rob. How do I file a bug? Please advise.
>
> Regards,
> Sai Kodi
>
> -Original Message-
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: Mon
Thanks Rob. How do I file a bug? Please advise.
Regards,
Sai Kodi
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: Monday, September 06, 2010 8:42 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] ConfigureIIS CA not getting
> -Original Message-
> From: Nick Ball [mailto:nick.b...@grantadesign.com]
>
> The problem I had is that management were very reluctant for me to spend
> the time getting up to speed with WiX. Setup is just copying a few files
> right?
> How hard can it be?!? In reality we have many diffe
I have six options for the UI
1. In the bootstrapper exe - retrieve the token using the UI and pass it on
as a command line arg to the msi as a serialized string.
2. Msi External UI - I don't quite understand the difference between this
and the first option. Any code samples for external UI would
Another option is to stage your files as they should exist at install time and
harvest the resulting directory structure. So, instead of harvesting MyFolderA
and MyFolderB you would copy the files from those folders into MyFolderC and
harvest only MyFolderC. That will move the decision between c
http://lmgtfy.com/?q=WiX+how+to+use+heat.exe
Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456
Thank you.
But how to execute heat.exe command line in my Wix project?
And with parameters register my dll file like regasm?
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/What-is-the-best-way-to-take-care-of-regasm-tp5506621p5506878.html
Sent f
Use heat.exe to harvest the Assembly.
http://wix.sourceforge.net/manual-wix3/heat.htm
Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Li
Welcome,
I use Regasm from CustomAction but now I want to change it to better way.
I find this but it's not working for me. Why?
Try below code. It should work This will take care of REGASM.
You can use Assembly=".net", if you want it to be GACed also
Also I try registering COM+
If your application depends on another manufacturers package & they
don't provide merge modules for your package to consume, the best option
is either using LaunchConditions to block installation & leave the user
to install the packages or bootstrap the pre-requisites before your
package (or do bot
You can also follow the procedure listed at
http://support.microsoft.com/kb/223300 to enable logging for all Windows
Installer transactions.
Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
**Design, Simulate + Innov
Try
As per the example at
http://wix.sourceforge.net/manual-wix3/create_start_menu_shortcut.htm
Also you shouldn't need the Win64 attribute on your Components except
for those which are 32-bit components in a 64-bit package. See
http://www.joyofsetup.com/2010/05/14/working-har
I am creating "non advertised shortcut", because advertised shortcuts don't
get the option "Rund as administrator" when we right click on the shortcut.
But for the Non Advertised shortcut , the keypath should be registry entry
in HKCU.(ICE 48 validation fails if not.)
I am creating the shortcut
15 matches
Mail list logo