andywhitt wrote:
> Theyre files that I can't leave behind.
>
> I've found a way of stopping the repair.
>
> Puttting the files I delete into their own feature away from the shortcuts
> doesn't trigger a repair. :)
>
An explicit repair will restore the files and you can't prevent that.
--
sig
Theyre files that I can't leave behind.
I've found a way of stopping the repair.
Puttting the files I delete into their own feature away from the shortcuts
doesn't trigger a repair. :)
Bob Arnson-6 wrote:
>
> andywhitt wrote:
>> I can now see what the problem is. After install finialise I de
andywhitt wrote:
> I can now see what the problem is. After install finialise I delete two of
> the files that are in my installer from the local drive when I run a
> CustomAction. This is whats causing the repair, the two files are missing
> (they are not needed anymore after the CustomAction has
Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of andywhitt
> Sent: Friday, July 11, 2008 9:44 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Shortcut problem
>
>
> I'm having a problem with Wix 3 and my shortcuts. After
Sent: Friday, July 11, 2008 9:44 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Shortcut problem
I'm having a problem with Wix 3 and my shortcuts. After the install has
finished when I click my shortcut it starts the MSI First and then my App.
This never used to happen, what h
I'm having a problem with Wix 3 and my shortcuts. After the install has
finished when I click my shortcut it starts the MSI First and then my App.
This never used to happen, what have I done?
If I change advertise to no I get ICE Errors #43 & #57
Thanks for any hel
I think you may have to define Advertised="no" (I think 'yes' is the default
if undefined) else the shortcut creation will attempt to make a shortcut to
the component's keypath, which isn't a file and so may choose not to make
one (as you've seen).
Cheers,
Gareth
--
View this message in context:
Wix Gurus Out there,
I am trying to create a shortcut for an existing file"net.exe" in the
Windows/system32 directory. I am not packaging this file with the install
shield. I want just use this file to run Tomcat. I am using the following code.
This looks like simple, however when I run the inst
D] On Behalf Of Simon
DahlbackaSent: 19 September 2006 17:59To: Mike
DimmickCc: Eric Epstein;
wix-users@lists.sourceforge.netSubject: Re: [WiX-users] Shortcut
problem, and a few other notes
Thanks!
I'm not really sure that I'm clear of the implications of
advertised or n
cuts, which invoke repair (potentially) when invoked. You could set @Advertise to 'yes', which would make these shortcuts advertised.
-- Mike Dimmick
From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED]] On Behalf Of Simon DahlbackaSent:
19 September 2006 17:17To: Eric EpsteinCc: wix-users@lis
d shortcuts, which invoke repair
(potentially) when invoked. You could set @Advertise to 'yes', which would make
these shortcuts advertised.
-- Mike
Dimmick
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Simon
DahlbackaSent: 19 September 2006 17:17To: Eric
EpsteinCc:
Thanks, I tried your suggestion, but unfortunately it did not work out, and I end up with the same error about KeyPath and HKCU registry
C:\Users\Simon\Documents\Visual Studio 2005\Projects\ComicBook\ComicBook\installer\installer.wxs(35): error LGHT0204: ICE43: Component ComicBookExecutable has n
Simon,
I am new to using WiX too, but I just got some help from the list, so
I think I will try to give back.
I think your first attempt is really close.
I think that all you need to add is the following line
after your
and before your
"ProgramMenuFolder" is a special (reserved/magic) name
Let's begin with the facts:
I'm a relative wix n00b and I'm running Wix 3.0.2015.0 (under Vista RC1 x64 if that matters)
Due to the lack of samples I'm having trouble with creating a shortcut in my wxs file.
My first attempt:
14 matches
Mail list logo