Re: [WiX-users] does wix have a dependency on mfc80loc.dll?

2007-05-07 Thread Ricardo Lopes
You probably create a custom action and the custom action has that requirement, you could change the project settings to "Use MFC in a Static Library" that way the dll is a bit bigger but the dependecy disappears. Hope it helps, Ricardo Lopes. On 07/05/07, Rennie Petersen <[EM

Re: [WiX-users] Are there any size restrictions?

2007-04-27 Thread Ricardo Lopes
e.net/lists/listinfo/wix-users -- Ricardo Lopes - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get

[WiX-users] MSI uninstall OR update previous application version if exists

2007-04-23 Thread Ricardo Lopes
, the new files overwrite the old ones? Thanks, Ricardo Lopes. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to

Re: [WiX-users] Conditional registry key using CheckBox control : Why CDATA?

2007-04-20 Thread Ricardo Lopes
No special reason, was just trying ;-) Is the same to use: or StartAppWithWindows = 1 Ricardo Lopes. On 20/04/07, Anthony Wieser <[EMAIL PROTECTED]> wrote: Why in so many examples is this written: I thought CDATA was only required for when XML reserved item

Re: [WiX-users] Conditional registry key using CheckBox control

2007-04-20 Thread Ricardo Lopes
hanks. Ricardo Lopes. On 20/04/07, Brett Kapilik <[EMAIL PROTECTED]> wrote: Try making the property public (ALLCAPS): Then reference it in the component condition as the all-uppercase property name. - Brett -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PRO

[WiX-users] Conditional registry key using CheckBox control

2007-04-20 Thread Ricardo Lopes
ow on a mailing post that shows how to create a conditional shortcut but doesn't work well in all situations. Help is really appreciated. Thanks. Ricardo Lopes - This SF.net email is sponsored by DB2 Express Download DB2 Expre

Re: [WiX-users] Per-Machine Installs that work on XP and Vista

2007-04-05 Thread Ricardo Lopes
GenerateBootStrapper task of msbuild. When the user install the application he has to call the setup.exe instead of the msi and if he is using a limited account it ask for the password and everything works. Hope it helps, Ricardo Lopes. On 04/04/07, Scott Palmer <[EMAIL PROTECTED]> wrote:

Re: [WiX-users] SPAM: Re: Remove slash from the end of directory property

2007-03-21 Thread Ricardo Lopes
; > Value='"[SystemFolder]attrib.exe" +S +H "[DocumentsFolder]"' /> > >Execute="immediate" R

Re: [WiX-users] Bootstrapping to install .net 2.0-sample and best practices?

2007-03-20 Thread Ricardo Lopes
.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 -- Ricardo Lopes ---

[WiX-users] Remove slash from the end of directory property

2007-03-20 Thread Ricardo Lopes
e slash at the end of the directory property. Here is a sample of my code: ... ... The [DocumentsFolder] is replaced by "c:\some\path\", with a "\" in t

[WiX-users] Variable inside property value not resolved

2007-03-12 Thread Ricardo Lopes
i guess it should. Here is the relevant part of my wix file: --- Ricardo Lopes - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you&#x

[WiX-users] Use Wix variable inside inline custom action in vbscript

2007-03-06 Thread Ricardo Lopes
on is: [INSTALLLOCATION]" NOT Installed Thanks, Ricardo Lopes. - 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

Re: [WiX-users] Setting attributes to folder

2007-03-01 Thread Ricardo Lopes
*From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Ricardo Lopes *Sent:* Thursday, March 01, 2007 4:57 AM *To:* wix-users@lists.sourceforge.net *Subject:* [WiX-users] Setting attributes to folder Hi, Is it possible to set attributes (read-only, hidden, system) to a folder the same wa

[WiX-users] Setting attributes to folder

2007-03-01 Thread Ricardo Lopes
Hi, Is it possible to set attributes (read-only, hidden, system) to a folder the same way they are applied to a file on Wix2. I look at the Wix Schema and didn't find anything on the Directory Element. Thanks. Ricardo

Re: [WiX-users] Getting install folder after install was done

2007-03-01 Thread Ricardo Lopes
Thanks, For some strange reason this value is empty, but the other values like "DisplayName", "Publisher", etc. are ok. This also happends on some other applications i have installed. Any ideas? Ricardo Lopes. On 01/03/07, Julien R. <[EMAIL PROTECTED]> wrote: H

[WiX-users] Getting install folder after install was done

2007-03-01 Thread Ricardo Lopes
the registry manually on the installer on a registry key of my choice, but what is the point if this is already done, right? Thanks. Ricardo Lopes - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net&#

Re: [WiX-users] Wix2.0 change dialog bitmaps and license (override default location)

2007-02-28 Thread Ricardo Lopes
Thanks, have to wait then. On 28/02/07, Bob Arnson <[EMAIL PROTECTED]> wrote: Ricardo Lopes wrote: > I want to include custom bitmaps and license file but i don't want to > put the bitmaps inside the Bitmap folder, i want to put then in a > location of my choice and s

[WiX-users] Wix2.0 change dialog bitmaps and license (override default location)

2007-02-28 Thread Ricardo Lopes
? Thanks, Ricardo Lopes. - 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 su

Re: [WiX-users] Prevent MSI to be invoked directly

2007-02-21 Thread Ricardo Lopes
n *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *John Vottero *Sent:* Wednesday, February 21, 2007 9:03 AM *To:* Ricardo Lopes; wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Prevent MSI to be invoked directly We use Wix and the MSBuild GenerateBootstrapper too. We

Re: [WiX-users] Prevent MSI to be invoked directly

2007-02-21 Thread Ricardo Lopes
RAPPER <> 1. Rob Ricardo Lopes wrote: > Hi, > > I made a MSI installer using Wix and a bootstrapper using the msbuild > GenerateBootstrapper task, it creates a setup.exe and a msi file, but > the msi can be invoke directly overcoming the checks made by the > boots

[WiX-users] Prevent MSI to be invoked directly

2007-02-21 Thread Ricardo Lopes
suggestion ? I tried to change the extension of the msi to .dat and start that file from the setup.exe but it doesn't work as i expected. Thanks, Ricardo Lopes. - Take Surveys. Earn Cash. Influence the Future of IT

Re: [WiX-users] Nested folders

2007-02-19 Thread Ricardo Lopes
ks. On 19/02/07, André Pönitz <[EMAIL PROTECTED]> wrote: Ricardo Lopes wrote: > I don't know why it install one component and not the other > (at least i can't find it) if they belong to the same feature > (and only one). You could have a look at the installation log

Re: [WiX-users] Need to know NETFramework version ?

2007-02-19 Thread Ricardo Lopes
nd 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/list

Re: [WiX-users] Nested folders

2007-02-19 Thread Ricardo Lopes
STALLLOCATION folder. (I mean do not use the DirectoryRef element). If it does not help than I don't know. Maybe someone else will konw more about this problem... regards Stefan Ricardo Lopes wrote: > Hi Stefan, > > I suppose that was the case with the "App\Documents" folde

Re: [WiX-users] Nested folders

2007-02-19 Thread Ricardo Lopes
ee: http://msdn2.microsoft.com/en-us/library/Aa368053 Regards Stefan Ricardo Lopes wrote: > Hi, > > I have problems creating folders on the instalation folder. The > application folder is created but none of the folder inside it are created. > Im using Wix 2 and my file looks like this:

[WiX-users] Nested folders

2007-02-19 Thread Ricardo Lopes
m i missing something? Thanks, Ricardo Lopes. - 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 top