[WiX-users] prepocessor variables in fragments

2009-04-06 Thread Frederico Rico Apostolo
Hello every1, hope it's all good.

I would like to avoid using  in every 
fragment I put a $(var.var), how can I make then global pls

Best Regards, a noob.


__

Esta mensagem e ficheiros anexos incluem materia privada, confidencial e 
legalmente protegida, 
exclusivamente destinada a quem nela conste como destinatario. Se recebeu esta 
mensagem por 
engano, agradecemos que informe de imediato o remetente e que elimine a 
mensagem e os 
ficheiros sem os utilizar, divulgar ou reproduzir.

This message and attached files contain private, confidential and legally 
privileged information, 
exclusively intended for the named addressees. If you have received this 
message in error, 
please contact the sender immediately and delete the message and files without 
utilization, 
circulation or reproduction.
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Ram size checking

2009-03-18 Thread Frederico Rico Apostolo
Ye


>  PhysicalMemory >= (desiredMemoryValue*0.9)
> 

live isn't usually perfect... and this doesn't look bad, I guess unless in 5 
years u needed 16Gb and u put 14.6Gb and windows tells PhysicalMemory == 
14.5Gb. ok maybe I coded a little to much today lol. By the way

using Microsoft.Deployment.WindowsInstaller;
[CustomAction]
Rulled my day I didn't found in wix manual 3.0 but put it there because I could 
had a day work saved ehehe, guess in the updates I did to wix toolset I never 
realized I had a new template, great work to the wix development team.


-Original Message-
From: Wilson, Phil [mailto:phil.wil...@wonderware.com]
Sent: quarta-feira, 18 de Março de 2009 17:15
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Ram size checking

That value comes from Windows - the MSI property - so there's nothing you can 
do about except raise an issue with Microsoft. Why can't you just change the 
condition?
Phil Wilson


-Original Message-
From: Hukumchand Shah [mailto:hukum.s...@gmail.com]
Sent: Wednesday, March 18, 2009 9:47 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Ram size checking

Hi,

Thank you for the reply.
I tested this on windows 2008,2003 and XP, on all of these machine actual
ram size is 2048MB
But in wix it shows PhysicalMemory = 2005.
So it's causing problem for me.
I can't put  PhysicalMemory >= 2048 condition.

so what's the solution?

Please help. Thank you in advance.

Regards,
Hukum

On Tue, Mar 17, 2009 at 7:24 PM, Holmgren Mathias
wrote:

> > 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 Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


__

Esta mensagem e ficheiros anexos incluem matéria privada, confidencial e 
legalmente protegida, 
exclusivamente destinada a quem nela conste como destinatário. Se recebeu esta 
mensagem por 
engano, agradecemos que informe de imediato o remetente e que elimine a 
mensagem e os 
ficheiros sem os utilizar, divulgar ou reproduzir.

This message and attached files contain private, confidential and legally 
privileged information, 
exclusively intended for the named addressees. If you have received this 
message in error, 
please contact the sender immediately and delete the message and files without 
utilization, 
circulation or reproduction.


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] sqlscript without hardcoded binary key

2009-03-09 Thread Frederico Rico Apostolo
Hello Every1, my client asked me to make the installer use a script to install 
database, the problem his he wants to give the script during the installation 
UI sequence so I can't use sqlscript because it demands a hardcoded file, I 
cannot use xp_cmdconsole because its considered a security hazard, even if I 
guarantee to open and close it during installation, for what I have read imp 
left with a custom action to osql which I will do now, I was trying to avoid do 
my own custom actions so if any1 knows another way to execute without a custom 
action a sql file script given during UI I'll be glad to hear about it, I will 
eventually look at wix source code of SQL extension, if I code a way to do it 
how can I submit it to the main project, since it will be a way to see it 
supported for future versions J

Stay Well.


__

Esta mensagem e ficheiros anexos incluem materia privada, confidencial e 
legalmente protegida, 
exclusivamente destinada a quem nela conste como destinatario. Se recebeu esta 
mensagem por 
engano, agradecemos que informe de imediato o remetente e que elimine a 
mensagem e os 
ficheiros sem os utilizar, divulgar ou reproduzir.

This message and attached files contain private, confidential and legally 
privileged information, 
exclusively intended for the named addressees. If you have received this 
message in error, 
please contact the sender immediately and delete the message and files without 
utilization, 
circulation or reproduction.
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] don't put searchable stuff on your signature pls.

2009-02-20 Thread Frederico Rico Apostolo
I'd like to complain... I tried to find what condition should I use to find if 
AJAX Extensions is installed, it's impossible because some1 u must say is very 
active and that's good, great, have this signature full of products and 
architectures, which makes hard to find information about that stuff lol, look 
at mine pls.


Frederico Apóstolo.
--
I can do anything.
--

-Original Message-
From: MacDiarmid, James D [mailto:james.macdiar...@eds.com]
Sent: sexta-feira, 20 de Fevereiro de 2009 17:09
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] IUSR_ and IWAM_


I'm basically automating a currently "manual" process, and it's on our
list of things to do.

-Original Message-
From: Rob Mensching [mailto:r...@wixtoolset.org]
Sent: Thursday, February 19, 2009 8:42 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] IUSR_ and IWAM_

Unfortunately, have to write a CustomAction for that.  Not sure I'd put
that *inside* my install if it doesn't happen often...

MacDiarmid, James D wrote:
> Is there a way to check the IUSR_ and IWAM_ users and make
> sure they are not in the guest group?
>
> Thanks,
> Jim
>
>
>
> --
>  Open Source Business Conference (OSBC), March 24-25, 2009,
> San Francisco, CA -OSBC tackles the biggest issue in open source: Open

> Sourcing the Enterprise -Strategies to boost innovation and cut costs
> with open source participation -Receive a $600 discount off the
> registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>


--
Open Source Business Conference (OSBC), March 24-25, 2009, San
Francisco, CA -OSBC tackles the biggest issue in open source: Open
Sourcing the Enterprise -Strategies to boost innovation and cut costs
with open source participation -Receive a $600 discount off the
registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


__

Esta mensagem e ficheiros anexos incluem matéria privada, confidencial e 
legalmente protegida, 
exclusivamente destinada a quem nela conste como destinatário. Se recebeu esta 
mensagem por 
engano, agradecemos que informe de imediato o remetente e que elimine a 
mensagem e os 
ficheiros sem os utilizar, divulgar ou reproduzir.

This message and attached files contain private, confidential and legally 
privileged information, 
exclusively intended for the named addressees. If you have received this 
message in error, 
please contact the sender immediately and delete the message and files without 
utilization, 
circulation or reproduction.


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Conditions in fragments

2009-02-20 Thread Frederico Rico Apostolo
I'm using v3 votive in vs2005 and I lost sometime trying to have a fragment 
with only launch conditions, I've realized that even with compile propriety in 
the solution that fragment was ignored, unless I had a propriety or a custom 
action in that fragment linked or sub linked to the , just a warning 
for those that try to be as modular as I , if I'm wrong correct me pls.

__

Esta mensagem e ficheiros anexos incluem materia privada, confidencial e 
legalmente protegida, 
exclusivamente destinada a quem nela conste como destinatario. Se recebeu esta 
mensagem por 
engano, agradecemos que informe de imediato o remetente e que elimine a 
mensagem e os 
ficheiros sem os utilizar, divulgar ou reproduzir.

This message and attached files contain private, confidential and legally 
privileged information, 
exclusively intended for the named addressees. If you have received this 
message in error, 
please contact the sender immediately and delete the message and files without 
utilization, 
circulation or reproduction.


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix for IIS 7

2009-02-12 Thread Frederico Rico Apostolo
Just 1 thing can any1 give a link or email to direct the complain.

Frederico Apóstolo

-Original Message-
From: Arun Perregatturv [mailto:aperregatt...@napcosecurity.com]
Sent: segunda-feira, 9 de Fevereiro de 2009 17:46
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Wix for IIS 7

Yes I do agree with you. If Microsoft is releasing a product then they have 
provide a way for developers to Deploy for that product. I filed a bug or 
feedback complaint for Visual Studio Packages (SQLExpress and NET35SP1) to be 
included in VS 2010 and they approved saying they will be including in the 
Visual Studio 2010.


Is there a Feedback Address that we can file a complaint. I am  sure Windows 7 
is going to have IIS 7 right?
If IIS Team wants us to use full features of IIS 7 in Win 7 they have to 
provide us with the way to deploy.


Arun Perregattur


-Original Message-
From: Rob Mensching [mailto:rob.mensch...@microsoft.com]
Sent: Monday, February 09, 2009 12:26 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Wix for IIS 7

I would greatly appreciate it if more people notified the IIS team that their 
IIS7 deployment story is unsatisfactory (assuming you agree).  They've 
continued to punt MSI Interop because they do not believe there is enough 
customer need. Or at least that is one reason I've been given.

-Original Message-
From: Arun Perregatturv [mailto:aperregatt...@napcosecurity.com]
Sent: Monday, February 09, 2009 08:01
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Wix for IIS 7

Phillip,

Thanks for the info. So I can assume that IIS Team works on the other side the 
world where they don't know the meaning of 'Deployment option for developers or 
compatibility testing' and know only that it's a part of Windows.

Anyways, I will stick with existing setup and use compatibility mode.


Thanks

Arun Perregattur


-Original Message-
From: phillip_sid...@dellteam.com [mailto:phillip_sid...@dellteam.com]
Sent: Monday, February 09, 2009 10:41 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix for IIS 7

So the short answer is no direct support. You can use IIS 6
compatibility mode and everything works fine. Here is a post from Rob
and Neil responding to the very same questions I had over a month ago:




Oh, no, there are no people pointing out how dumb it was for them to
create "another installation technology that only covered part of the
domain".  Feel free to join in the conversation.  Every time you see
someone talking about MS Deploy for IIS point out how it doesn't
integrate into the solution.

My hope is eventually the IIS team will take deployment seriously.  At
this point, I'm personally more interested in creating Extensions to
configure Apache than I am IIS.  

-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: Tuesday, December 30, 2008 10:19
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] wix and IIS7

>> I'm still trying to get the IIS team to recognize they have no
reasonable deployment story for MSI.

And I would guess you won't be able to now that they seem to be focusing
on "MS Deploy".

Neil

-Original Message-
From: Arun Perregatturv [mailto:aperregatt...@napcosecurity.com]
Sent: Monday, February 09, 2009 9:10 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Wix for IIS 7

Does Wix setup support IIS 7?

We are planning to port existing ASP.NET project written in VS setup to
Wix in order to get support for Vista and Win 2008, is it worth porting
the project to get the support or use IIS6 compatibility mode?

Currently, our ASP.NET projects works fine on IIS 6 but it won't install
on IIS 7.

Please advise.

Thanks,


Arun Perregattur


--
Create and Deploy Rich Internet Apps outside the browser with
Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and
code to
build responsive, highly engaging applications that combine the power of
local
resources and data with the reach of the web. Download the Adobe AIR SDK
and
Ajax docs to start building applications
today-http://p.sf.net/sfu/adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start b