Hey David,
Any reason in particular you are trying to extract an Interop file? You
should point to the actual assembly file.
Thanks,
Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com
On Mon, Mar 16, 2009 at 10:08 AM, Weber Stefan (IT) wrote:
> Heat file thedl
Hi SMR,
Make sure your is nested under the of your "Next"
button.
1
1
This works for me... or just put your codes outside
by assigning directly the Dialog and Control ID:
1
1
And make your your CA is w
Hi Richard,
Thanks for your suggestion. How do I use it? I can't modify EXE. Where
I have to write MsiProcessMessage?
Regards,
-SMR
Richard wrote:
> In article <5a8c7ab90903170713j46a90ffeiae458e6fa1b1a...@mail.gmail.com>,
> Don Benson writes:
>
>
>> The Windows Installer documentatio
Hey, Im grasping at staws too, so its all I can ask...
Should this really be a problem if the CA is running in 'check' mode
(synchronous)?
Also, wouldn't this consistently fail to remove the folder if it were a
sequencing problem?
I'm not sure if I can put the CA invocation earlier in the
Instal
In article
<4141413b6d8f4a45816b84ece8faf1a94086f37...@na-exmsg-c121.redmond.corp.microsoft.com>,
"Sudripta Nandy (Sarangsoft Corporation)" writes:
> Is there any way by which I can make a text control on a dialog respond
> to mouse-clicks
No
> i.e. can I get any event during mouse-click
Is there any way by which I can make a text control on a dialog respond to
mouse-clicks i.e. can I get any event during mouse-click of a text control?
Also, is it possible to make a push-button appear flat and without a border?
Thanks.
Sudripta.
-
I'm just grasping at straws here, but could it be that in the instances where
the folder doesn't get removed, that the folder was still considered "in use"
from the process that did the file deletions for the CA, and the folder removal
is attempted before the CA process was completely ended and rel
Using WiX 3.0.5106.0, I'm not seeing this behavior; Inside a fragment, I am
specifying file entries under a directory ref like so:
etc...
When the product is installed, the assemblies appear in both MyFolder, and
the GAC. This is contrary to what Eitan is saying (Ass
Hi,
We are using WiX in solutions with 15-20 projects, including 4 WiX projects. On
2 of our machines, one is XP and one is Vista32, Visual Studio hogs 50% of the
CPU for about 4 minutes after startup, then on the Vista machine the text
editor pauses for about a second on every operation (in _a
Its Synchronous, as it checks the return result...
Adam Langley
Senior Developer
Tel: +64 9 486 9010
alang...@winscribe.com
www.winscribe.com
-Original Message-
From: Jim Williams [mailto:jimwilliam...@comcast.net]
Sent: Tuesday, 17 March 2009 4:41 p.m.
To: 'General discussion for W
I need to show a hyperlink control on one of my setup dialog. The setup program
should be compatible to Win XP and higher. Seems Win XP and Win VISTA (SP1)
don't have MSI version 5.0 where the hyperlink control is supported. So, what
is my best way to be able to show a hyperlink control. It need
HI there,
I would like to know something about the Visual Studio Wix projects. If I
specifically state in the product wix file that I am building for a 64 bit
platform by adding Platform="x64" to the Package element, does it matter then
whether the project is set to x86 or x64 in the visual s
Alastair Smith wrote:
> However, Mondo appears to define ARPNOREPAIR true,
It doesn't. It refers to it but doesn't define a value.
--
sig://boB
http://joyofsetup.com/
--
Apps built with the Adobe(R) Flex(R) framework
Romeo Salayo Jr. wrote:
> I having the same problem, I need to create a 32 and 64bit installers
> automatically with a single source file. The problem is that one fragment of
> our source was generated by heat.exe every time we build. The question is,
> is it possible to generate 64bit component us
Yan Sklyarenko wrote:
> But there are still some cases when I don't know how to ask user to free
> the file before actually performing the file remove attempt and thus
> reboot schedule. For instance, if aspnet_wp locks the *.db files,
> according to Windows Installer reboot behavior
> (http://blog
In article <5a8c7ab90903170713j46a90ffeiae458e6fa1b1a...@mail.gmail.com>,
Don Benson writes:
> The Windows Installer documentation seems to indicate that the progress bar
> does not work after InstallFinalize. Check out the following, link,
> especially step 9.
>
> http://msdn.microsoft.co
Bob Arnson-6 wrote:
>
> Jason Person (TEKsystems) wrote:
>> Hi, I am having a problem using util:XmlConfig from an include file, it
>> seems like the namespace declaration isn't seen by the stuff in the
>> include file even though I declare it in the tag for the main file.
>
> You also need
Bob Arnson-6 wrote:
>
> Jason Person (TEKsystems) wrote:
>> Hi, I am having a problem using util:XmlConfig from an include file, it
>> seems like the namespace declaration isn't seen by the stuff in the
>> include file even though I declare it in the tag for the main file.
>
> You also need
The dotnetinstaller's checks are designed to check for the item you are
installing but you can have multiple checks, but that still wouldn't
solve your problem. You can of course download the source code for it
and tweak it.
Dave
-Original Message-
From: Holmgren Mathias [mailto:mathias.h
I recently submitted a feature request on the bug tracker for this kind of
variable.
On Tue, Mar 17, 2009 at 9:40 AM, Alastair Smith
wrote:
> Hi there
>
> I'm building an installer for multiple cultures. Currently, the EULA is
> specified using the WixVariables element in the wixproj file as fol
On Tue, Mar 17, 2009 at 8:51 AM, Michael wrote:
> I have a custom action after 'InstallFinalize' which runs an EXE. EXE
> will execute for long time. During that period, progress bar is not
> moving. Progress is being empty. Give me some suggestions about how to
> show progress bar during custo
On Tue, Mar 17, 2009 at 8:29 AM, Holmgren Mathias
wrote:
> 1A) If App1 is installed, install X1 (matching addon MSI package to
> App1)
> 1B) If App1 is not installed, don't install X1
> 1C) If App1 and X1 are both installed already, do nothing (done already)
> 2) Start our own application MSI ins
> I want to check Ram size before i start actual installation same as
free
> disk space checking.
Check out launch conditions. Like this
PhysicalMemory >= 512
--
Apps built with the Adobe(R) Flex(R) framework and
If you're using Votive, you can just omit this attribute entirely and just
use the x86/x64 configurations to build...
On Tue, Mar 17, 2009 at 9:29 AM, troy hostetter wrote:
> Getting a type mismatch on this:
>
> Win64="$(loc.Win64)"
>
> Here's the error:
>
> Error407The Component/@Win64 a
Hi there
My installer references some items from the WiX Mondo UI, but doesn't actually
use any of the Mondo UI dialogs, etc. This is to get standard localised
strings for things like error messages, button captions, etc.
However, Mondo appears to define ARPNOREPAIR true, hiding the Repair but
Hi there
I'm building an installer for multiple cultures. Currently, the EULA is
specified using the WixVariables element in the wixproj file as follows:
WixUILicenseRtf=path\to\en\EULA.rtf
What I'd like to do is replace the "en" bit of the path with some variable that
indicates the culture c
Hi All,
I want to check Ram size before i start actual installation same as free
disk space checking.
I am new to wix.
Does anyone knows, how to do this?
Please help it's urgent.
Thanks & regards,
Hukum
--
Apps built wit
Getting a type mismatch on this:
Win64="$(loc.Win64)"
Here's the error:
Error407The Component/@Win64 attribute's value, '$(loc.Win64)', is
not a legal yes/no value. The only legal values are 'no' and 'yes'.
- Troy
On Mon, Mar 16, 2009 at 8:53 PM, Bob Arnson wrote:
> troy hostetter w
Hi Romeo,
Thanks for your suggestion.
But, Still I'm in same case. Any more suggestions welcome.
-SMR
Romeo Salayo Jr. wrote:
> Hi SMR,
>
> Try putting a Order attribute in you Publish like this:
> 1
> 1
>
>
>
> Hope this helps...
>
> Regards,
> Romeo
>
>
> Michael-12 wrote:
>
>> Hi,
>>
>>
Hi,
I have a custom action after 'InstallFinalize' which runs an EXE. EXE
will execute for long time. During that period, progress bar is not
moving. Progress is being empty. Give me some suggestions about how to
show progress bar during custom action.
Thanks,
-SMR
Our application install scenario contains conditional pre-requisites.
What bootstrappers can do this today?
Basically, we want a bootstrapper that can support this scenario:
1A) If App1 is installed, install X1 (matching addon MSI package to
App1)
1B) If App1 is not installed, don't install X1
1
Hi,
I am currently trying to convert some of my merge modules to wixlibs.
The problem I found today is:
I have few mergemodules that have common custom table defined. It
works perfectly, all tables are merged together build time and
resulting msi has single table containing rows from all merged
mo
Thanks for suggestion, Bob.
But there are still some cases when I don't know how to ask user to free
the file before actually performing the file remove attempt and thus
reboot schedule. For instance, if aspnet_wp locks the *.db files,
according to Windows Installer reboot behavior
(http://blogs.m
Hi Sandun,
OK, thats fine.
Its seems to be error in execution of command. First, try to execute
same command in command prompt.
If it fine, consider operating system, application (32bit/64bit).
-SMR
sandun css wrote:
> Hi Michael,
> I tested with your code. But the installer failed. found foll
Hi SMR,
Try putting a Order attribute in you Publish like this:
1
1
Hope this helps...
Regards,
Romeo
Michael-12 wrote:
>
> Hi,
>
> I found the how to run custom action within control. my code is below,
> (Within "Next" Control)
> Value="CheckUser.Property">1
> 1
Hi Sudripta,
In you situation, just publish the custom action for your next button like
this:
1
ValidationSuccess = "0"
Hope it helps...
Regards,
Romeo
Sudripta Nandy (Sarangsoft Corporation) wrote:
>
> In my setup program, I have a dialog with some edit boxes. The user needs
> to enter so
Hi,
I having the same problem, I need to create a 32 and 64bit installers
automatically with a single source file. The problem is that one fragment of
our source was generated by heat.exe every time we build. The question is,
is it possible to generate 64bit component using heat so that we can
au
37 matches
Mail list logo