Has anyone implemented wix setup for both Win7-32,64 bit operating system
with different drivers(using difx) for both OS.
If any one implemented please share the knowledge.
--
*Regards
T.Ravi Gupta*
--
Magic Quadrant for
On 18-Jul-11 11:46, Brad Lemings wrote:
> How do you set WixShellExecTarget if you want to launch two applications in
> the same Wix file?
You'd need two more custom actions, one to set the WixShellExecTarget
property and one to call WixShellExecute.
--
sig://boB
http://joyofsetup.com/
--
On 18-Jul-11 14:44, Brad Lemings wrote:
> Is it possible for an external program or embedded script to subscribe to
> events (e.g. SetProgress)?
No. The closest is an external UI handler, which can handle progress
messages however.
--
sig://boB
http://joyofsetup.com/
-
On 18-Jul-11 19:12, Dan Puza wrote:
> Is there a way to set the title of the bootstrapper without creating an Add
> Remove Programs entry for the bootstrapper?
No, at least right now Bundle/@Name is what shows the bundle in ARP.
--
sig://boB
http://joyofsetup.com/
On 18-Jul-11 14:15, Joe Mik wrote:
> ComPlusInstallExecute: Error 0x80110414: Failed to save changes
0x80110414 is COMADMIN_E_USERPASSWDNOTVALID (The identity or password
set on the application is not valid).
--
sig://boB
http://joyofsetup.com/
Is there a way to set the title of the bootstrapper without creating an Add
Remove Programs entry for the bootstrapper?
--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property t
Has anyone created a preprocessor extension for generating an informational
message (that they can share)? Along the lines of the built-in error and
warning message functionality, but with a type of 'Information'. I am
currently using warning messages, but these are polluting the build logs.
T
I guess I spoke too soon... Early in the Wix 2.0 => 3.5 upgrade, I was seeing
the error:
Error 54 The Directory with Id 'INSTALLDIR' is not a valid root
directory. There may only be a single root directory per product or module and
its Id attribute value must be 'TARGETDIR' and its Name
Thanks for your response, Pally...
I've got things converted over for the most part but am still puzzled by a few
new warnings.
One is this one:
Warning 58 ICE25: Possible dependency failure as we do not find
@1033 v in ModuleSignature table light.exe 0 1
MyPro
Is it possible for an external program or embedded script to subscribe to
events (e.g. SetProgress)?
Thanks.
--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has b
I'm at the tail end of converting a large InstallShield install to WiX (3.5).
Our application sets up several COM+ applications at install time, and I've
used the WixComPlusExtension to do this.
The COM+ apps install fine on our Windows 2003 development machine, but I
get this "Failed to create a
If you always that file installed, invent a feature and put that component in
it. Mark the feature as always to be installed and not shown in the UI feature
tree.
Phil Wilson
-Original Message-
From: Pally Sandher [mailto:pally.sand...@iesve.com]
Sent: Monday, July 18, 2011 8:52 AM
T
All files need to be in Components & all Components need to be in Features ->
http://msdn.microsoft.com/en-us/library/aa368003.aspx
Add it to a Feature & the error will go away.
Palbinder Sandher
Software Deployment Engineer
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
How do you set WixShellExecTarget if you want to launch two applications in the
same Wix file?
-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Monday, July 11, 2011 11:42 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Typical Wix conventions for di
I would like a file unpacked into the directory (temp) with everything else
but i am not using it as a feature.
I tried adding a file as a component but it complains that its not part of a
feature.
Any ideas? I am a little stuck
This is the error that I keep getting
Error
Oh thanks,
it was just an input error.
Damn.
-Ursprüngliche Nachricht-
Von: Tobias S [mailto:tobias.s1...@gmail.com]
Gesendet: Montag, 18. Juli 2011 15:45
An: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Problems with the environment variable
Interestin
Interesting approach even checking against a environment property in a
LaunchCondition. Didn't know Windows Installer can do that by default
with using "%".
Actually the code sample gives me an
ICE03: Bad conditional string; Table: LaunchCondition, Column:
Condition, Key(s): [%testdir] <> ""
This
I tried it your way, but nothing happens.
The installation just runs even if [%testdir] doesn´t exist.
Where does the condition has to stay in the wix code?
-Ursprüngliche Nachricht-
Von: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Gesendet: Montag, 18. Juli 2011 12:18
An: General dis
I don't think there is an upgrade from v2.0 .wixproj to v3.x. Votive was very
much experimental & unsupported in WiX v2.0.
You're probably better off creating new .wixproj files in v3.5 as it's pretty
quick to do.
Palbinder Sandher
Software Deployment Engineer
T: +44 (0) 141 945 8500
F: +44 (
That is what it tests. I'm not entirely sure what you're trying to do
otherwise.
-Original Message-
From: Christoph Goetz [mailto:christoph.go...@giepa.de]
Sent: 18 July 2011 11:08
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problems with the envir
Thanks,
does your Condition not require that testdir exists?
Because it does not. Only after another installation testdir exist.
That means that only then the installation should start.
Christoph
-Ursprüngliche Nachricht-
Von: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Gesendet: Mont
Is the SQL script present only in the patch that is being removed ? If so, it
won't work because the script is not visible to the installer when it is
being uninstalled.
There's more information about it, including workarounds, here
http://msdn.microsoft.com/en-us/library/aa370739%28v=vs.85%29.aspx
Hi,
I am unable to execute sql script while uninstalling the patch. I am using
visual studio development environment to create installer setup and manually
update to make it compatible with wix and create patch. I am importing
custom actions from sqlextension class. but could not be able to run sq
$(...) variables are evaluated at build-time by the preprocessor.
For a run-time check, you want something like:
http://msdn.microsoft.com/en-us/library/aa368012%28v=VS.85%29.aspx
-Original Message-
From: Christoph Goetz [mailto:christoph.go...@giepa.de]
Sent: 18 July 2011 08:45
To: '
Sorry
-Ursprüngliche Nachricht-
Von: Christoph Goetz [mailto:christoph.go...@giepa.de]
Gesendet: Montag, 18. Juli 2011 09:42
An: 'General discussion for Windows Installer XML toolset.'
Betreff: Re: [WiX-users] DTE OutputFileName vs OutputName - possible wix
bug?
Hi,
my installation s
Hi,
my installation should only start if an environment variable is set.
But my installation start every time?
I just want to check if the environment is set and not if it is set to an
specific value.
For example:
...
26 matches
Mail list logo