[WiX-users] RE : acl a directory

2007-03-28 Thread Jacquet Fabian
The tag Permission let you put ACL on a directory.
You only can put this as child as CreateFolder tag.

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Lindsay 
Harris
Envoyé : jeudi 29 mars 2007 8:01
À : DevDiv WiX; wix-users@lists.sourceforge.net
Cc : David Voskuil
Objet : [WiX-users] acl a directory



Does anyone know if there is a simple way to acl a directory in WIX?  
Or would this be a custom action call?

 

Thanks!

Lindsay Harris

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RE : Registry are duplicated

2007-03-27 Thread Jacquet Fabian
There is a lot of mail about this in mailing list.

But I don't understand what to do to resolve.

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Jacquet 
Fabian
Envoyé : mercredi 28 mars 2007 8:46
À : wix-users@lists.sourceforge.net
Objet : [WiX-users] Registry are duplicated


Hi,
 
I have registered a lot of dll in my wix file.
When I compile, It say me:
primary key 'regBE0F48905C64AC279B15D9E4AD01FD72' in column 'Registry' 
are duplicated in table 'Registry'
 
I don't understand.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Registry are duplicated

2007-03-27 Thread Jacquet Fabian
Hi,
 
I have registered a lot of dll in my wix file.
When I compile, It say me:
primary key 'regBE0F48905C64AC279B15D9E4AD01FD72' in column 'Registry'
are duplicated in table 'Registry'
 
I don't understand.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RE : RE : RE : Reboot to replace files

2007-03-26 Thread Jacquet Fabian
Ok thank you for your help.
 

-Message d'origine-
De : Mike Dimmick [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 27 mars 2007 8:01
    À : Jacquet Fabian; wix-users@lists.sourceforge.net
Objet : RE: [WiX-users] RE : RE : Reboot to replace files



Ensure you've got the mfc42.msm from Visual Studio 6.0 Service Pack 6. 
Also check that there aren't any bugs outstanding - the VS merge modules have 
been notorious for errors causing Windows File Protection to be invoked. Check 
http://www.installsite.org/pages/en/bugs_msi.htm#wimsm for the latest 
information (scroll down past the MSDE 2000 Merge Modules' myriad issues). I 
see here that mfc42.msm does indeed have a known problem - use Orca to add the 
required condition to the components.

 

All operating systems with Windows File Protection post-date Visual 
Studio 6.0, and in all of them, MFC 6.0's mfc42.dll has been a protected system 
file. There's no need to overwrite it and the only way it can be updated is 
with an OS hotfix or service pack. If you still need to ship for Windows 9X or 
Windows NT 4.0, then include the MSM.

 

-- 

Mike Dimmick

 





From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacquet 
Fabian
Sent: 22 March 2007 09:25
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] RE : RE : Reboot to replace files

 

I'm sorry, the exact error message is:

"The Windows Installer service cannot update the system file 
c:\WINDOWS\System32\mfc42.dll because the file is protected by Windows. You may 
need to update your operating system for this program to work correctly"

 

When the installation was done with a vb6 program, we called a method 
which copy the file during next boot.

 

Is there similar solution with wix?

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de 
Jacquet Fabian
Envoyé : jeudi 22 mars 2007 9:00
À : Rob Mensching; wix-users@lists.sourceforge.net
Objet : [WiX-users] RE : Reboot to replace files

 

Currently, I'm installing the merge module of mfc42.msm

During the installation, it says mfc42.dll is used and it can't 
replace it.

I can say cancel, ignore or retry so I don't think windows 
installer replace it during next reboot.

Is there a way to ask windows installer to do this?

-Message d'origine-
De : Rob Mensching [mailto:[EMAIL PROTECTED] 
    Envoyé : mercredi 21 mars 2007 18:01
À : Jacquet Fabian; wix-users@lists.sourceforge.net
Objet : RE: Reboot to replace files

The Windows Installer will take care of that for you.

 

    From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
Behalf Of Jacquet Fabian
Sent: Wednesday, March 21, 2007 2:49 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Reboot to replace files

 

Hi,

 

I need to replace some files used by the system.

To do this, I try to replace these files on reboot.

But I don't know how to do this with wix.

Can somebody help me?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RE : Simple question-not equals condition?

2007-03-26 Thread Jacquet Fabian
I think it's <> like in VB
so:
PROPERTY <> "" 

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Chris 
Bardon
Envoyé : lundi 26 mars 2007 16:01
À : wix-users@lists.sourceforge.net
Objet : [WiX-users] Simple question-not equals condition?


I'm trying to change the dialog sequence conditionally on properties 
being passed in on the command line, and I can't find a reference for what a 
"not equals" operator is.  I can use PROPERTY="" as a condition, but I tried 
PROPERTY!="" and PROPERTY NOT "", but those don't seem to work.  I'm sure 
there's a way to put in a simple "property not set" condition, I just don't 
know what the particular syntax is.  

Thanks,

Chris

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Cab cache

2007-03-23 Thread Jacquet Fabian
Hi,

 

I generate a not embedded cab and I would like light don't generate cab
when it's not necessary because it's long.

Is there an option to say that?

And with votive?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RE : RE : RE : Conditional shortcut

2007-03-23 Thread Jacquet Fabian
Ok, really sorry.

My property name is not in up case!
I suppose it's not global.
If I put my property name in up ca  se it works.


-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Jacquet Fabian
Envoyé : vendredi 23 mars 2007 8:46
À : Stuart A. Malone; wix-users@lists.sourceforge.net
Objet : [WiX-users] RE : RE : Conditional shortcut


Here is an exemple


 
 
DesktopIcon = "1"
   

The only problem I have is DesktopIcon property is used in a dialog (with a 
checkbox control) and it doesn't change anything. Checked or not, the shortcut 
is installed only if I initialize DesktopIcon property to 1. I'm searching why. 

-Message d'origine-
De : Stuart A. Malone [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 22 mars 2007 17:16
À : Jacquet Fabian; wix-users@lists.sourceforge.net
Objet : Re: [WiX-users] RE : Conditional shortcut



Hello Jacquet,

Could you post a working example of that?

As you can see in my thread "Shortcut targeting file in a different  
component?", I've been trying to do exactly what you're describing,  
but have been unable to get it to work. I would certainly love to see  
an example of the correct syntax to do this.


Best wishes,

--Stuart A. Malone
   Llamagraphics, Inc.
   Makers of Life Balance personal coaching software
   http://www.llamagraphics.com/



On Mar 22, 2007, at 7:05 AM, Jacquet Fabian wrote:

> I found by myself.
>
> A short cut can contain a target attribute.
> So you can put the shortcut in a different component (And not only as 
> child of file tag) and set a condition on this component.
>
> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:wix-users- 
> [EMAIL PROTECTED] De la part de Jacquet Fabian Envoyé : 
> lundi 19 mars 2007 16:46 À : wix-users@lists.sourceforge.net
> Objet : [WiX-users] Conditional shortcut
>
> Hi,
>
> I have to create a short cut to an exe file only if a text box is 
> checked. I don't see a shortcut can have a condition child tag.
>
> How can I do this?
> --
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users







-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your 
opinions on IT & business topics through brief surveys-and earn cash 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RE : How to create an optional shortcut

2007-03-22 Thread Jacquet Fabian
Thank you for this explanation.

I don't really understand why you add a registry key...
Maybe I don't know what is a keypath

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Stuart A. Malone
Envoyé : vendredi 23 mars 2007 8:00
À : wix-users@lists.sourceforge.net
Objet : [WiX-users] How to create an optional shortcut



It looks like several people, including me, have asked recently how  
to create an optional shortcut -- that is, how to create a shortcut  
that is only installed if a checkbox is checked in the UI.  Thanks to  
some private help from another member of the list (who can identify  
himself if he'd like to), I now have a solution that seems to be  
working.  I thought I would share it with the list.

Please understand that I am fairly new to both WiX and Windows  
Installer, so some of this information may be inaccurate.  I welcome  
corrections to my understanding of what's going on and improvements  
to the technique.

The basic idea is to place the shortcut in a separate component, and  
then conditionalize the component.  There are a couple of tricks,  
however.

First, choose a unique property name that will control installation  
of the shortcut.  You probably want to name this property in all  
capital letters so that it is a public property, and can be set on  
the command line.  I chose INSTALLDESKTOPSHORTCUT.  If you want the  
shortcut to be installed by default, then include the line:



If you don't want the shortcut to be installed by default, then leave  
this property out.  Note that setting the property to "0" is NOT  
equivalent to leaving it unset.

Next, add a user interface for setting the property.  If you are  
using the standard WiX UI library, you may need to create a local  
copy of your chosen dialog in order to modify it.  In my case, I  
modified the InstallDirDlg and added:



If you are generating installers in multiple languages, you may want  
to use a localization variable rather than hard-wiring the text of  
the control.

Next, if you don't already have a Directory element for the folder  
where the shortcut will be placed, create one.  In my case, I want  
the shortcut on the desktop so I created the element:



directly under the toplevel Directory element of my installer.

Next, add a new conditional component for your shortcut.  This is one  
of the tricky parts to get right, both because the shortcut needs to  
point to a file in a different component, and because you need to  
create an artificial object to act as the KeyPath of the component.   
In this case, we create an otherwise unnecessary registry key to act  
as the KeyPath of the component, but an empty file would probably  
also work.  The exact path to the registry key is not important, but  
it should be unique and be in the conventional HKCU/Software/Company/ 
Product area of the registry.  This component should be an XML  
sibling to the component that it will be targeting.  In my case, it  
looks like this:


  INSTALLDESKTOPSHORTCUT
  
  

  
  


Note that "Life_Balance.exe" is the Id of the File element that I  
want the shortcut to point to.  Of course, you should substitute your  
own company, product, and file ids for the ones I have used here.

Lastly, you need to add the new component to the same feature that  
installs the target of the shortcut:



When you run Light to link the installer, you will get an ICE69  
warning that your shortcut targets a file in a different component.   
You can safely ignore this warning, since both components are in the  
same feature and will always be installed together.

I hope this information will save somebody out there some time and  
trouble.


Best wishes,

--Stuart A. Malone
   Llamagraphics, Inc.
   Makers of Life Balance personal coaching software
   http://www.llamagraphics.com/



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your 
opinions on IT & business topics through brief surveys-and earn cash 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RE : RE : Conditional shortcut

2007-03-22 Thread Jacquet Fabian
Here is an exemple





DesktopIcon = "1"
  


The only problem I have is DesktopIcon property is used in a dialog (with a 
checkbox control) and it doesn't change anything. Checked or not, the shortcut 
is installed only if I initialize DesktopIcon property to 1. I'm searching why. 

-Message d'origine-
De : Stuart A. Malone [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 22 mars 2007 17:16
À : Jacquet Fabian; wix-users@lists.sourceforge.net
Objet : Re: [WiX-users] RE : Conditional shortcut



Hello Jacquet,

Could you post a working example of that?

As you can see in my thread "Shortcut targeting file in a different  
component?", I've been trying to do exactly what you're describing,  
but have been unable to get it to work. I would certainly love to see  
an example of the correct syntax to do this.


Best wishes,

--Stuart A. Malone
   Llamagraphics, Inc.
   Makers of Life Balance personal coaching software
   http://www.llamagraphics.com/



On Mar 22, 2007, at 7:05 AM, Jacquet Fabian wrote:

> I found by myself.
>
> A short cut can contain a target attribute.
> So you can put the shortcut in a different component (And not only
> as child of file tag) and set a condition on this component.
>
> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:wix-users-
> [EMAIL PROTECTED] De la part de Jacquet Fabian
> Envoyé : lundi 19 mars 2007 16:46
> À : wix-users@lists.sourceforge.net
> Objet : [WiX-users] Conditional shortcut
>
> Hi,
>
> I have to create a short cut to an exe file only if a text box is
> checked.
> I don't see a shortcut can have a condition child tag.
>
> How can I do this?
> --
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to  
> share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users







-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Compnonant Condition

2007-03-22 Thread Jacquet Fabian
Do you know when is evaluated a condition in a Component?

 

I have a condition on a property which is changed in the UI and the
result of this condition doesn't change with the UI choice.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RE : Conditional shortcut

2007-03-22 Thread Jacquet Fabian
I found by myself.

 

A short cut can contain a target attribute.

So you can put the shortcut in a different component (And not only as child of 
file tag) and set a condition on this component.

 

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Jacquet 
Fabian
Envoyé : lundi 19 mars 2007 16:46
À : wix-users@lists.sourceforge.net
Objet : [WiX-users] Conditional shortcut


Hi,

 

I have to create a short cut to an exe file only if a text box is 
checked.

I don't see a shortcut can have a condition child tag.

 

How can I do this?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Heat and wix 2.0

2007-03-22 Thread Jacquet Fabian
Hi, 
 
Is it dangerous to use Heat with wix 2.0 if I only use it for dll
registration?
I don't find a doc of heat. Is there a way to generate wix file only for
selfregister dll with heat (all my files are ine the same folder)
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RE : RE : Reboot to replace files

2007-03-22 Thread Jacquet Fabian
I'm sorry, the exact error message is:
"The Windows Installer service cannot update the system file 
c:\WINDOWS\System32\mfc42.dll because the file is protected by Windows. You may 
need to update your operating system for this program to work correctly"
 
When the installation was done with a vb6 program, we called a method which 
copy the file during next boot.
 
Is there similar solution with wix?

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Jacquet 
Fabian
Envoyé : jeudi 22 mars 2007 9:00
À : Rob Mensching; wix-users@lists.sourceforge.net
Objet : [WiX-users] RE : Reboot to replace files


 

Currently, I'm installing the merge module of mfc42.msm

During the installation, it says mfc42.dll is used and it can't replace 
it.

I can say cancel, ignore or retry so I don't think windows installer 
replace it during next reboot.

Is there a way to ask windows installer to do this?

-Message d'origine-
De : Rob Mensching [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 21 mars 2007 18:01
À : Jacquet Fabian; wix-users@lists.sourceforge.net
Objet : RE: Reboot to replace files



The Windows Installer will take care of that for you.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
Jacquet Fabian
Sent: Wednesday, March 21, 2007 2:49 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Reboot to replace files

 

Hi,

 

I need to replace some files used by the system.

To do this, I try to replace these files on reboot.

But I don't know how to do this with wix.

Can somebody help me?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RE : Reboot to replace files

2007-03-21 Thread Jacquet Fabian
 

Currently, I'm installing the merge module of mfc42.msm

During the installation, it says mfc42.dll is used and it can't replace it.

I can say cancel, ignore or retry so I don't think windows installer replace it 
during next reboot.

Is there a way to ask windows installer to do this?

-Message d'origine-
De : Rob Mensching [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 21 mars 2007 18:01
    À : Jacquet Fabian; wix-users@lists.sourceforge.net
Objet : RE: Reboot to replace files



The Windows Installer will take care of that for you.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacquet 
Fabian
Sent: Wednesday, March 21, 2007 2:49 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Reboot to replace files

 

Hi,

 

I need to replace some files used by the system.

To do this, I try to replace these files on reboot.

But I don't know how to do this with wix.

Can somebody help me?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] typelib

2007-03-21 Thread Jacquet Fabian
Hi,
 
what is the utility of the typelib tag?
Actually, I don't know what is a type library
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] COM Registration

2007-03-21 Thread Jacquet Fabian
Hi,

 

Is there a way to register self-register com dll (made with VB6) without
use registry keys?

 

My problem is: if I modify my com dll I must generate registry keys
again...

I would like to copy dll and compile my wix files without change
anything else.

 

Is it possible?

 

 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Reboot to replace files

2007-03-21 Thread Jacquet Fabian
Hi,

 

I need to replace some files used by the system.

To do this, I try to replace these files on reboot.

But I don't know how to do this with wix.

Can somebody help me?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Crystal Reports MSM

2007-03-20 Thread Jacquet Fabian
Hi,
 
I'm searching about an MSM for Crystal Report 8
Microsoft give MSM for version 9 and above...
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] BrowseDlg error

2007-03-20 Thread Jacquet Fabian
Hi,
 
I'm using a dialog to change install directory.
But during installation, when it try to show the dialog, it crash with this log 
error:
DEBUG: Error 2343: Specified path is empty.
 
Here is the dialg source:

  
  


  
  


  
  
  

  
  

  
  

  
  
  
  
  
  
  
Sélectionnez le répertoir de destination
  
  
[DlgTitleFont]Destination
  

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Conditional shortcut

2007-03-19 Thread Jacquet Fabian
Hi,

 

I have to create a short cut to an exe file only if a text box is
checked.

I don't see a shortcut can have a condition child tag.

 

How can I do this?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] VB6 msm

2007-03-15 Thread Jacquet Fabian
Hi,
 
I use the MSVBVM60.msm to deploy an application made in VB6
 
In the log file of the installation, I can see this
C:\WINDOWS\system32\MSVBVM60.DLL
 
But when I run my program, it say it need vb6fr.dll
If I copy this dll in the system32 directory it's ok, but it's not
really clean.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom UI

2007-03-15 Thread Jacquet Fabian
Hi,

 

I'm trying to make my own custom UI with wix.

 

I reed this tuto: http://www.tramontana.co.hu/wix/

But I really don't understand how make the sequence.

In particular the After attribute of the Show tag (in InstallUISequence)

And the Event attribute of the Publish tag in controls.

The only event I understand is NewDialog which is really simple.

 

Could someone help me or give me url of another tuto or doc?

 Thank you

 

 
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RE : COM registration[Scanned]

2007-03-14 Thread Jacquet Fabian
It's exact. I have to install the VB6fr.dll which is the vb runtime.

I discover I have another problem too. I have to register an activeX which is a 
.exe
Could I do this with tallow?

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Thomas Leigh
Envoyé : mercredi 14 mars 2007 11:01
À : wix-users@lists.sourceforge.net
Objet : Re: [WiX-users] COM registration[Scanned]


I'm guessing that Jacquet's app is written in VB6 and probably uses some DLLs 
that Microsoft provide. In which case, the files probably should go in 
system32, as they may already be installed...

I'm in a similar situation - preparing to write my first WiX install, for a VB6 
app. I'm guessing there's an msm out there somewhere to install the VB runtime 
files?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob Hamflett
Sent: 14 March 2007 09:40
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] COM registration[Scanned]

Is the DLL shared just between your products or with other parts of the system? 
 You're not really 
meant to put things in the system32 folder.

Rob

Jacquet Fabian wrote:
> Hi,
> 
>  
> 
> I'm a new user of wix. I'm trying to convert a setup made with
"Package 
> and Deployment Wizard" of visual studio 6.
> 
>  
> 
> This setup use some self register dll and some shared dll wich are in
> the system32 directory.
> 
>  
> 
> Currently, I'm using tallow to generate registry keys of self register
dll.
> 
> And I just copy shared dll in the system32 directory.
> 
>  
> 
> But I'm not sure if it's the best way to install those components.
Could 
> you help me?
> 
>  
> 
> Thank you.
> 
>  
> 
> 
>

> 
>

-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
share your
> opinions on IT & business topics through brief surveys-and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
> 
> 
>

> 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/wix-users



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your 
opinions on IT & business topics through brief surveys-and earn cash 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your 
opinions on IT & business topics through brief surveys-and earn cash 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] COM registration

2007-03-14 Thread Jacquet Fabian
Hi,

 

I'm a new user of wix. I'm trying to convert a setup made with "Package
and Deployment Wizard" of visual studio 6.

 

This setup use some self register dll and some shared dll wich are in
the system32 directory.

 

Currently, I'm using tallow to generate registry keys of self register
dll.

And I just copy shared dll in the system32 directory.

 

But I'm not sure if it's the best way to install those components. Could
you help me?

 

Thank you.

 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users