[WiX-users] Run DB Scripts

2010-12-08 Thread Anu Dev
Hi

How can I run DBScripts during the installation process. I have seen an article 
which looks for SQLCMD.exe and calls the respective .SQL files . Is this the 
right way? Can anyone please point me to some pointers on the best practice to 
run DB Scripts.

Regards
Anweshi


  
--
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Deploying Sharepoint WSP file

2010-12-08 Thread Anu Dev
Thank you just saw your reply :).. Sure would love to contribute :).. Will 
check 
with you offline in case of anyhelp 





From: Rob Mensching r...@robmensching.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Mon, November 1, 2010 8:34:10 PM
Subject: Re: [WiX-users] Deploying Sharepoint WSP file

I personally would have written a data driven C++ CA to do the work, make it
reusable via a WiX Extension and contribute it to the WiX project so that
other people in the future wouldn't have to do any work. smile/

On Fri, Oct 29, 2010 at 9:39 AM, Anu Dev queryl...@yahoo.com wrote:

 Hi

 I have a WSP which has to be deployed using the WIX installer. I am right
 now deploying this by running a batch file which deploys this WSP and
 activates
 the feature. And during uninstall will run another batch file which will
 deactive the WSP and uninstalls it. Would like to know if this is the right
 way
 or can you guys suggest me a better method to do.

 Regards
 Anweshi




 --
 Nokia and ATT present the 2010 Calling All Innovators-North America
 contest
 Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
 $10 million total in prizes - $4M cash, 500 devices, nearly $6M in
 marketing
 Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
 http://p.sf.net/sfu/nokia-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



  
--
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX installer for Sharepoint deployment

2010-10-29 Thread Anu Dev
 Hi

Can anyone please let me know what is the best practice for deploying 
Sharepoint 
components. We are planning to have WIX installer for all our sharepoint 
projects. Please share your experiences in case you have worked on it earlier.

Regards
Anweshi


  
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Deploying File in GAC

2010-10-29 Thread Anu Dev
HI
 
How to deploy a file in GAC using WIX? This is what I am using but no luck L
 
Directory Id=WindowsFolder
    Directory Id=AssemblyFolder
 /Directory
 
DirectoryRef Id=AssemblyFolder
  Component Id=GACDeployment Guid=E7173CAB-E43F-4A07-99F7-774EF9B761E9
    File Assembly=.net KeyPath=yes 
AssemblyApplication=Microsoft.Practices.ServiceLocation.dll  
Id=Microsoft.Practices.ServiceLocation.dll 
Name=Microsoft.Practices.ServiceLocation.dll 
Source=UtilityFiles\Microsoft.Practices.ServiceLocation.dll/
  /Component
    /DirectoryRef
 
Regards
Anweshi


  
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Deploying Sharepoint WSP file

2010-10-29 Thread Anu Dev
Hi

I have a WSP which has to be deployed using the WIX installer. I am right 
now deploying this by running a batch file which deploys this WSP and activates 
the feature. And during uninstall will run another batch file which will 
deactive the WSP and uninstalls it. Would like to know if this is the right way 
or can you guys suggest me a better method to do.

Regards
Anweshi


  
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Deploying File in GAC

2010-10-29 Thread Anu Dev
Thank you so much removing that worked.





From: Nick Ramirez nickra...@hotmail.com
To: wix-users@lists.sourceforge.net
Sent: Fri, October 29, 2010 6:22:31 PM
Subject: Re: [WiX-users] Deploying File in GAC


Do you need the AssemblyApplication attribute? I've not used that before when
installing to the GAC. 

-
Learn WiX with the book: 
https://www.packtpub.com/wix-a-developers-guide-to-windows-installer-xml/book
WiX: A Developer's Guide to Windows Installer XML 
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Deploying-File-in-GAC-tp5686272p5686332.html

Sent from the wix-users mailing list archive at Nabble.com.

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



  
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Fw: WIX installer for Sharepoint Components deployment

2010-10-21 Thread Anu Dev
Hi

Thank you for the response. 

Can you suggest any best method for Sharepoint Components deployment. 

Regards
Anweshi





From: Blair os...@live.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Thu, October 21, 2010 12:11:11 PM
Subject: Re: [WiX-users] Fw: WIX installer for Sharepoint Components deployment

Is the batch file you use officially documented/supplied/generated by the
platform/build tool vendor? If so, could you please provide us with the URL
to the documentation for it?

Batch files are generally NOT regarded as best practice. Deployment
authoring is declarative, not procedural, and it becomes too easy for things
like uninstallation/repair/upgrades/etc. to become brittle/break when
deploying any type of custom action who's data is embedded in the code
itself.

-Original Message-
From: Anu Dev [mailto:queryl...@yahoo.com] 
Sent: Wednesday, October 20, 2010 7:06 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Fw: WIX installer for Sharepoint Components deployment





- Forwarded Message 
From: Anu Dev queryl...@yahoo.com
To: WIX wix-users@lists.sourceforge.net
Sent: Wed, October 20, 2010 9:58:53 PM
Subject: WIX installer for Sharepoint Components deployment


Hi

Did anyone implement WIX Installer for deploying Sharepoint Components like
WSP 
deployment etc. If you yes, please share the best practice.

Currently i am calling the batch file which deploys WSP and activates the 
features from WIX.

Regards
Anweshi



      

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



  
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX installer for Sharepoint Components deployment

2010-10-20 Thread Anu Dev
Hi

Did anyone implement WIX Installer for deploying Sharepoint Components like WSP 
deployment etc. If you yes, please share the best practice.

Currently i am calling the batch file which deploys WSP and activates the 
features from WIX.

Regards
Anweshi


  
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Fw: WIX installer for Sharepoint Components deployment

2010-10-20 Thread Anu Dev




- Forwarded Message 
From: Anu Dev queryl...@yahoo.com
To: WIX wix-users@lists.sourceforge.net
Sent: Wed, October 20, 2010 9:58:53 PM
Subject: WIX installer for Sharepoint Components deployment


Hi

Did anyone implement WIX Installer for deploying Sharepoint Components like WSP 
deployment etc. If you yes, please share the best practice.

Currently i am calling the batch file which deploys WSP and activates the 
features from WIX.

Regards
Anweshi



  
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX Error during transformation

2010-03-11 Thread Anu Dev
Hi
 
One of my friend (in cc) is having an issue while transforming the XSLT to a 
WXS file. 
 
XSLT transformation
 
?xml version=1.0 encoding=utf-8?
xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
    xmlns:msxsl=urn:schemas-microsoft-com:xslt
    xmlns=http://schemas.microsoft.com/wix/2006/wi;
    xmlns:wix=http://schemas.microsoft.com/wix/2006/wi;
    
xmlns:util=http://schemas.microsoft.com/wix/2006/wi/WixUtilExtension;
    exclude-result-prefixes=msxsl
. . .. . . . 
  xsl:template match=wix:fi...@source='$(var.Source)\Myfile.exe.config']
    xsl:copy
  xsl:apply-templates select=@* | node()/
  util:XmlFile Id=AppSettingsAddNode  Action=setValue 
ElementPath=/configuration/appSettings Name=add Sequence=1 /
  util:XmlFile Id=AppSettingsKeyAttribute Action=setValue 
ElementPath=/configuration/appSettings/add Name=Enabled Value=true 
Sequence=2 / 
/xsl:copy
  /xsl:template
 
Commands used to generate MSI
 
heat dir ..\Client\  -gg -cg Desktop -sreg -template:fragment -var 
var.ClientSource -t:Transform.xslt -out Files.wxs 
candle -dCurrentProductVersion=%1 -dClientSource=%CD% -out Product.wixobj 
..\..\Tools\Product.wxs -ext WixUtilExtension
candle -dCurrentProductVersion=%1 -dClientSource=%CD% -out Files.wixobj 
..\..\Tools\Files.wxs -ext WixUtilExtension
light -dCurrentProductVersion=%1 -dClientSource=%CD% -out Setup.msi 
Files.wixobj Product.wixobj -ext WixUtilExtension
 
Contents of File.WXS generated after transformation
 
ComponentId=cmpA94A66A14AF4A2E9D38E763724E06483Directory=dir51F549FBB7FB3BCAD05BDE48299F46F8Guid={1AA6E822-FBDC-421F-A48C-B36DD387379A}
FileId=fil1DC33CD5C7EE47A2F7CFBA9F8832A414KeyPath=yesSource=$(var.ClientSource)\myfile.exe.config
util:XmlFileId=AppSettingsAddNodeAction=setValueElementPath=/configuration/appSettingsName=addSequence=1xmlns:util=_http://schemas.microsoft.com/wix/2006/wi/WixUtilExtensionxmlns:wix=_http://schemas.microsoft.com/wix/2006/wi/
util:XmlFileId=AppSettingsKeyAttributeAction=setValueElementPath=/configuration/appSettings/addName=
 
EnabledValue=trueSequence=2xmlns:util=_http://schemas.microsoft.com/wix/2006/wi/WixUtilExtensionxmlns:wix=_http://schemas.microsoft.com/wix/2006/wi//File
/Component
 
 
Exception details

error CNDL0200: T
he File element contains an unhandled extension element 'util:XmlFile'.  Please
ensure that the extension for elements in the 'http://schemas.microsoft.com/wi
x/2006/wi/WixUtilExtension' namespace has been provided.
 
 
We have already added a reference of WIXUtilExtension as highlighted above but 
still getting a reference error. Are we missing anything here. 
 
Thank you in advance
Anweshi


  
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Extending the exitsting Dialog set

2010-01-28 Thread Anu Dev
Hi

I would like to add a new dialog to the WIXUI_INSTALLDIR. I saw a method 
defined in this article 
http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-dlgs-in-wix-3/ 
 Is this the only way to solve. Is there any method with which i can extend the 
behaviour of the default dialog set,

Regards
Anu


  
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Displaying Alerts!!!

2009-11-13 Thread Anu Dev
Hi

How to display a messagebox when the user navigates to dialog. I would like to 
have an alert when the user navigates to InstalDirDialog. I tried with custom 
script but not sure how I can use it.

Regards
Anu


  
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to change the installation to point to C:\

2009-11-03 Thread Anu Dev
Sorry for not being clear..
 
I would like to have the installation in my custom folder XYZ rather than in 
ProgramFiles folder ie., something like C:\XYZ.
 
I have tried using this
 
 Directory Id='TARGETDIR' Name='SourceDir'
Directory Id='WinVol' Name='WinVol' LongName='WindowsVolume'

but the installer aborts in between :(.
 
 
Any help would be very appreciated.. Its very urgent :(

Regards
Anweshi


From: Wilson, Phil phil.wil...@wonderware.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Mon, November 2, 2009 10:56:18 PM
Subject: Re: [WiX-users] How to change the installation to point to C:\

What's special about the C: drive? Maybe you need the ROOTDRIVE or 
WindowsVolume property. 

Phil Wilson 

-Original Message-
From: Anu Dev [mailto:queryl...@yahoo.com] 
Sent: Monday, November 02, 2009 6:49 AM
To: WIX
Subject: [WiX-users] How to change the installation to point to C:\

Hi
 
How to change the installation to point to C drive, rather than to programfiles 
or any other directory
 
Directory Id=TARGETDIR Name=SourceDir
Directory Id=ProgramFilesFolder
 
Is there any easy way to do it.
 
Regards
Anweshi


      
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at Portland House, Bressenden Place, London, 
SW1E 5BF (Registered number 166023). For a list of European legal entities 
within the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77nav_id=80prev_id=77. 
You may contact Invensys plc on +44 (0)20 7821 3848 or e-mail
 inet.hqhelpd...@invensys.com. This e-mail and any attachments thereto may be 
subject to the terms of any agreements between Invensys (and/or its 
subsidiaries and affiliates) and the recipient (and/or its subsidiaries and 
affiliates).



--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



  
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to change the installation to point to C:\

2009-11-02 Thread Anu Dev
Hi
 
How to change the installation to point to C drive, rather than to programfiles 
or any other directory
 
Directory Id=TARGETDIR Name=SourceDir
Directory Id=ProgramFilesFolder
 
Is there any easy way to do it.
 
Regards
Anweshi


  
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX Upgrade

2009-09-09 Thread Anu Dev
Thank you..
 
I have Implemented Major upgrade code in my WIX application and it works fine 
but iam encountering a strange issue.
 
The current version in which this is implemented is V1.11.0. If the machine 
already has V1.11.0 and I try to install V1.9.0 version (in which the Upgrade 
implementation does not exist) this is what I observe
 
1.    Add/Remove Programs shows up 2 icons one for V1.11.0 and the other for 
V1.9.0.
2.    The dlls installed though do not change and when I run the application 
its V1.11.0, ie, V1.9.0 in real is not installed.
 
IMO, downgrading from V1.11.0 to V1.9.0 in which the upgrade functionality is 
not implemented is expected. Any workarounds or thoughts would be appreciated.
Regards
Anweshi




From: Blair os...@live.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Thursday, September 3, 2009 10:47:01 PM
Subject: Re: [WiX-users] WIX Upgrade

For most of us, if we are not intending to support patching at this time,
always-major upgrades are the easiest route, and the easiest way to do
that is to set produ...@id=*. You also have to code the Upgrade element
and determine where to sequence RemoveExistingProducts (Hint: if you follow
the component rules, you hit fewer platform bugs by sequencing late rather
than early).

Start here: http://www.joyofsetup.com/2008/12/29/neither-more-nor-less/

The starting point in the official docs is here:
http://msdn.microsoft.com/en-us/library/aa370579(VS.85).aspx

A more-or-less clear synopsis with details is here:
http://documentation.installshield.com/robo/projects/installshield12helplib/
MajorMinorSmall.htm

-Original Message-
From: Anu Dev [mailto:queryl...@yahoo.com] 
Sent: Thursday, September 03, 2009 9:49 AM
To: WIX
Subject: [WiX-users] WIX Upgrade

Hi
 
Wanted to know if anyone of you have worked on the following scenario.
 
1.    Application is already installed on the client machine and he wants to
upgrade to a new version. 
2.    During this process, user is prompted to uninstall prior version and
install the new version.
 
Rather than prompting the user to uninstall and install a new version, is
there any possibility to upgrade the installation to a new version.
 
I read in the documentation, that there is an upgrade option available to
automatically upgrade the installation to new version. Is it a small change
? 
 
Regards
Anweshi


      

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus
on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



  
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX Upgrade

2009-09-03 Thread Anu Dev
Hi
 
Wanted to know if anyone of you have worked on the following scenario.
 
1.    Application is already installed on the client machine and he wants to 
upgrade to a new version. 
2.    During this process, user is prompted to uninstall prior version and 
install the new version.
 
Rather than prompting the user to uninstall and install a new version, is there 
any possibility to upgrade the installation to a new version.
 
I read in the documentation, that there is an upgrade option available to 
automatically upgrade the installation to new version. Is it a small change ? 
 
Regards
Anweshi


  
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX + Uninstall existing Version and continue installing..

2009-05-20 Thread Anu Dev
HI
 
Is it possible to uninstall the existing application and continue with the 
installation of the new version, when the installer is started. The default 
behavior is : It shows up “Another version of the application is already 
existing. Please uninstall from Add/Remove programs from Control Panel”.  Do I 
need to write any custom C# code for it or WIX has some in built facility to do 
it.
 
Thank you
Anweshi


  
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Current Date

2009-04-20 Thread Anu Dev
HI

I want to store the Current Date in a the app.config file. Is there any 
constant available in WIX?

Thank you
Anweshi


  
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Hyperlink in EULA

2009-04-20 Thread Anu Dev
Hi

How can I insert Hyperlink in RTF file. This hyperlink is part of EULA and i am 
adding it in the WIX License Dialog

Thank you
Anweshi


  
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Current Date

2009-04-20 Thread Anu Dev
Thank you that worked :). Any idea how to put UTC time?





From: Neil Sleightholm n...@x2systems.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Monday, April 20, 2009 5:26:58 PM
Subject: Re: [WiX-users] Current Date

Take a look in the MSI SDK Documentation, I think the properties are [Date] and 
[Time].

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.com mailto:n...@x2systems.com 




From: Anu Dev [mailto:queryl...@yahoo.com]
Sent: Mon 20/04/2009 12:19
To: WIX
Subject: [WiX-users] Current Date



HI

I want to store the Current Date in a the app.config file. Is there any 
constant available in WIX?

Thank you
Anweshi


    
--
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


  
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Current Date

2009-04-20 Thread Anu Dev
Actually its taking the local format set on the machine.. I want to specify, 
particular format . Is there any way to do this...





From: Anu Dev queryl...@yahoo.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Monday, April 20, 2009 5:56:00 PM
Subject: Re: [WiX-users] Current Date

Thank you that worked :). Any idea how to put UTC time?





From: Neil Sleightholm n...@x2systems.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Monday, April 20, 2009 5:26:58 PM
Subject: Re: [WiX-users] Current Date

Take a look in the MSI SDK Documentation, I think the properties are [Date] and 
[Time].

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.com mailto:n...@x2systems.com 




From: Anu Dev [mailto:queryl...@yahoo.com]
Sent: Mon 20/04/2009 12:19
To: WIX
Subject: [WiX-users] Current Date



HI

I want to store the Current Date in a the app.config file. Is there any 
constant available in WIX?

Thank you
Anweshi


    
--
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


      
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



  
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Write to a configuration file based on a condition

2009-04-16 Thread Anu Dev
Hi
 
I am writing to a configuration file during installation. I want to write to 
the configuration based on selection of a radio button. Can anyone please let 
me know how this can be achieved 
 
Thank you
Anweshi 


  
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Uninstall does not work if SQL Server is installed...

2009-03-06 Thread Anu Dev
HI 
 
I am using WIX to generate an MSI. The problem is  with the uninstall option 
through the wizard. If any version of SQL server exists, it does not uninstall 
the application. But if sql server is not present it uninstalls successfully.  
I can though go to add/remove programs and uninstall it successfully.
 
I have a RegistrySearch element which checks for the existence of any 
version/edition of SQL Server. 
 
!-- To Check for any version of Microsoft SQL Server(X86)--
  Property Id=SQL_X86
    RegistrySearch Id=SQLPath2 Root=HKLM Key=SOFTWARE\Microsoft\Microsoft 
SQL Server
    Name=InstalledInstances Type=raw Win64=no
    /RegistrySearch
  /Property
 
  
  !-- To Check for any version of Microsoft SQL Server(X64)--
  Property Id=SQL_X64
    RegistrySearch Id=SQLPath1 Root=HKLM Key=SOFTWARE\Microsoft\Microsoft 
SQL Server
    Name=InstalledInstances Type=raw Win64=yes
    /RegistrySearch
  /Property

 
Here is the line from log file which looks little strangeSQL_X86= 
ACTION=INSTALL  which I do not know why its taking. If sql server is not 
existing this is empty.
 
MSI (s) (6C:78) [21:10:36:545]: Command Line: SQLSERVER_CLRTYPE=C:\ 
SMO_X86=10.0.1600.22 SQL_X86= ACTION=INSTALL
 
The other point to note here , it works perfectly in Vista but not on XP.
 
Any help would be greatly appreciated…
 
Thank you in advance 
Anweshi


  
--
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] Bootstapper in VS 2008

2009-03-04 Thread Anu Dev
Hi Graham

If you have all the Bootstrapper packages ready with you then here is code to 
include them in your WixProject.

Open the WixProj file. Add the following :


!-- include the name of your 
Packages--BootstrapperFileInclude=Microsoft.Net.Framework.2.0ProductNameMicrosoft.Net.Framework.2.0/ProductNameBootstrapperFileBootstrapperFileInclude=Microsoft.SQL.Server.2008.CLR
 TypesCondition=ProductNameMicrosoft SQL Server 2008 CLR 
Types/ProductNameBootstrapperFileBootstrapperFileInclude=Microsoft.SQL.Server.2008.Express
 Management Objects CollectionCondition=ProductNameMicrosoft SQL Server 
2008 Management Objects 
Collection/ProductNameBootstrapperFileItemGroupTargetName=AfterBuildGenerateBootstrapperApplicationFile=MyApp.msiApplicationName=My
 
AppBootstrapperItems=@(BootstrapperFile)ComponentsLocation=HomeSiteCopyComponents=FalseOutputPath=$(OutputPath)Path=C:\Program
 Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\GenerateBootstrapperTarget


/


/


/
/
 


/
/ItemGroup

Let me know if you have any questions

Thank you
Anweshi





From: Graham Allwood graham.allw...@live.co.uk
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Wednesday, March 4, 2009 6:21:15 AM
Subject: Re: [WiX-users] Bootstapper in VS 2008

Thanks Arun,

Its more the process of generating the Setup.exe and having that linked to 
the packages I was looking for.

Graham

--
From: Arun Perregatturv aperregatt...@napcosecurity.com
Sent: Tuesday, March 03, 2009 7:31 PM
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Bootstapper in VS 2008

 This might help you even though it's for VS 2005 but this will work with 
 VS2008. I was able to get Windows Installer 4.5, NET35 SP1, SQL 
 2008,VC++2005 Runtimes and Crystal Reports 10.5.

 http://msdn.microsoft.com/en-us/library/aa730839(VS.80).aspx#custompkg_creatingaproductmanifest


 Arun Perregattur


 -Original Message-
 From: Graham Allwood [mailto:graham.allw...@live.co.uk]
 Sent: Tuesday, March 03, 2009 2:17 PM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Bootstapper in VS 2008

 Hi Anweshi,

 My application current requires things like: .NET 3.5 SP1, SQLNCLI, 
 SQLCMD,
 Windows Installer 3, Crystal Reports 12. There may be others too.

 Is there something in the Wix MSBUILD tasks that can produce a Setup.exe 
 to
 launch these pre-reqs?

 Regards

 Graham

 --
 From: Anu Dev queryl...@yahoo.com
 Sent: Tuesday, March 03, 2009 6:42 PM
 To: General discussion for Windows Installer XML toolset.
 wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Bootstapper in VS 2008

 HI

 What prerequisites are you looking for... .NetFramework?

 Let me know.. I have worked on it and its quite easy to include them in
 WIX.

 Thank you
 Anweshi






 
 From: Wilson, Phil phil.wil...@wonderware.com
 To: General discussion for Windows Installer XML toolset.
 wix-users@lists.sourceforge.net
 Sent: Tuesday, March 3, 2009 11:13:40 PM
 Subject: Re: [WiX-users] Bootstapper in VS 2008

 There's this too that I think is a different one, right?

 http://code.msdn.microsoft.com/bmg

 Phil Wilson


 -Original Message-
 From: Martin MacPherson [mailto:mar...@metapixel..co.uk]
 Sent: Tuesday, March 03, 2009 6:50 AM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Bootstapper in VS 2008

 There is always the MSBuild GenerateBootstrapperTask. (
 http://msdn.microsoft.com/en-us/library/ms164294.aspx)
 http://msdn.microsoft.com/en-us/library/ms164294.aspx
 I've not used it but imagine it isn't the most flexible/powerful 
 solution..
 It looks pretty straightforward however.

 2009/3/3 Jacob, Christian cja...@toptechnologies.de

 I am not sure, since I am primarily working with InstallShield. But 
 maybe
 you are searching for setupbld.exe? Look for it within this Mailing 
 List.
 I used it for example to chain an MSI and an MSP together.

 Regards,
 Chris.

 -Ursprüngliche Nachricht-
 Von: Graham Allwood [mailto:graham.allw...@live.co.uk]
 Gesendet: Dienstag, 3. März 2009 14:49
 An: wix-users@lists.sourceforge.net
 Betreff: [WiX-users] Bootstapper in VS 2008

 Hi,



 I'm looking in to replacing our existing VS2008 setup project with on
 authored in Wix. The one thing I am struggling to find out is how I 
 would
 do
 a bootstrapper for my Wix project. Is there a tool included in Wix 3.0
 that
 can install my applications pre-requisites then launch my msi?



 Thanks for your help.



 Graham


 --
 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

Re: [WiX-users] Bootstapper in VS 2008

2009-03-04 Thread Anu Dev
Hi Graham

When you build your WIX Project it generates Setup.exe and SetUp.MSI. 
SetUp.exe runs all the prerequisites and then automatically runs SetUp.MSI 
which installs your applicaiton. If you just run SetUp.MSI then it just 
installs only your application. 
GenerateBootStrapper Element basically generates the SetUp.Exe. All the 
prerequisites are downloaded from the location which you specify in the 
BootStrapper Packages. 

GenerateBootstrapperApplicationFile=MyApp.msiApplicationName=My 
AppBootstrapperItems=@(BootstrapperFile)ComponentsLocation=HomeSiteCopyComponents=FalseOutputPath=$(OutputPath)Path=C:\Program
 Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\GenerateBootstrapper
/
 
Observe that the Element CopyComponent is set to false and ComponentsLocation 
to Homesite which indicates the SetUp.exe to download the prerequisites from 
the location you specified in the Bootstrapper Packages.
 
Just wanted to check from you: Do you have all the Bootstrapper packages in 
Packages Folder location?
 
Thank you
Anweshi




From: Graham Allwood graham.allw...@live.co.uk
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Wednesday, March 4, 2009 5:36:35 PM
Subject: Re: [WiX-users] Bootstapper in VS 2008

Wow, that looks very useful.

I've never really used Wix (yet), can you tell me, does this product a
Setup.exe as well as the usual product MSI file? Or are the Bootstrapper
files included in my product MSI file?

Thank you.

-Original Message-
From: Anu Dev [mailto:queryl...@yahoo.com] 
Sent: 04 March 2009 11:22
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Bootstapper in VS 2008

Hi Graham

If you have all the Bootstrapper packages ready with you then here is code
to include them in your WixProject.

Open the WixProj file. Add the following :


!-- include the name of your
Packages--BootstrapperFileInclude=Microsoft.Net.Framework.2.0ProductName
Microsoft.Net.Framework.2.0/ProductNameBootstrapperFileBootstrapperFileI
nclude=Microsoft.SQL.Server.2008.CLR
TypesCondition=ProductNameMicrosoft SQL Server 2008 CLR
Types/ProductNameBootstrapperFileBootstrapperFileInclude=Microsoft.SQL.S
erver.2008.Express Management Objects
CollectionCondition=ProductNameMicrosoft SQL Server 2008 Management
Objects
Collection/ProductNameBootstrapperFileItemGroupTargetName=AfterBuildG
enerateBootstrapperApplicationFile=MyApp.msiApplicationName=My
AppBootstrapperItems=@(BootstrapperFile)ComponentsLocation=HomeSiteCopy
Components=FalseOutputPath=$(OutputPath)Path=C:\Program Files\Microsoft
SDKs\Windows\v6.0A\Bootstrapper\GenerateBootstrapperTarget


/


/


/
/
 


/
/ItemGroup

Let me know if you have any questions

Thank you
Anweshi





From: Graham Allwood graham..allw...@live.co.uk
To: General discussion for Windows Installer XML toolset.
wix-users@lists.sourceforge.net
Sent: Wednesday, March 4, 2009 6:21:15 AM
Subject: Re: [WiX-users] Bootstapper in VS 2008

Thanks Arun,

Its more the process of generating the Setup.exe and having that linked to 
the packages I was looking for.

Graham

--
From: Arun Perregatturv aperregatt...@napcosecurity.com
Sent: Tuesday, March 03, 2009 7:31 PM
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Bootstapper in VS 2008

 This might help you even though it's for VS 2005 but this will work with 
 VS2008. I was able to get Windows Installer 4.5, NET35 SP1, SQL 
 2008,VC++2005 Runtimes and Crystal Reports 10.5.


http://msdn.microsoft.com/en-us/library/aa730839(VS.80).aspx#custompkg_creat
ingaproductmanifest


 Arun Perregattur


 -Original Message-
 From: Graham Allwood [mailto:graham.allw...@live.co.uk]
 Sent: Tuesday, March 03, 2009 2:17 PM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Bootstapper in VS 2008

 Hi Anweshi,

 My application current requires things like: .NET 3.5 SP1, SQLNCLI, 
 SQLCMD,
 Windows Installer 3, Crystal Reports 12. There may be others too.

 Is there something in the Wix MSBUILD tasks that can produce a Setup.exe 
 to
 launch these pre-reqs?

 Regards

 Graham

 --
 From: Anu Dev queryl...@yahoo.com
 Sent: Tuesday, March 03, 2009 6:42 PM
 To: General discussion for Windows Installer XML toolset.
 wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Bootstapper in VS 2008

 HI

 What prerequisites are you looking for... .NetFramework?

 Let me know.. I have worked on it and its quite easy to include them in
 WIX.

 Thank you
 Anweshi






 
 From: Wilson, Phil phil.wil...@wonderware.com
 To: General discussion for Windows Installer XML toolset.
 wix-users@lists.sourceforge.net
 Sent: Tuesday, March 3, 2009 11:13:40 PM
 Subject: Re: [WiX-users] Bootstapper in VS 2008

Re: [WiX-users] How to change the installed config file after msi setup

2009-03-03 Thread Anu Dev
Hi 

I had a similar kind of issue. You would get Access Denied exception only if 
you install in Program Files or in any other location where there are 
restricted permissions (this is mostly on Vista). If you try installing your 
applicaiton in C:\ see that it works perfectly. The problem is that, in Vista 
as program files as restricted permissions you cannot write into any file 
present under that restricted folder.  

What i would like to know is, what are you writing into the Config file 
dynamically when the applicaiton is launched. I had a scenario where i was 
updating the TraceListener path in the config file to userprofile when the 
application is launched. For this I was using Enterprise Library 3.0. If your 
scenario is this then there is one solution you can update the path in the 
config file with the environmental variable like %userprofile%/appdata/log.xml 
. These environmental variables are only available with Enterprise Library 4.0. 

Let me know if find anyother solution.. 

Hope this helps...

Thank you
Anweshi


From: Bob Arnson b...@joyofsetup.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Tuesday, March 3, 2009 7:12:35 AM
Subject: Re: [WiX-users] How to change the installed config file after msi setup

Nan Zang wrote:
 generate a new config file. But the problem is: I cannot launch the 
 application with administrator rights, so I always get Access denied error, 
 and there is also no prompting window for admin rights. 
  

MSI runs elevated processes only as deferred, no-impersonate custom 
actions. You can't use UAC to elevate in other conditions.

-- 
sig://boB
http://joyofsetup.com/



--
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


Re: [WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Anu Dev
HI

What prerequisites are you looking for... .NetFramework?

Let me know.. I have worked on it and its quite easy to include them in WIX.

Thank you
Anweshi


 




From: Wilson, Phil phil.wil...@wonderware.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Tuesday, March 3, 2009 11:13:40 PM
Subject: Re: [WiX-users] Bootstapper in VS 2008

There's this too that I think is a different one, right?

http://code.msdn.microsoft.com/bmg 

Phil Wilson 


-Original Message-
From: Martin MacPherson [mailto:mar...@metapixel..co.uk] 
Sent: Tuesday, March 03, 2009 6:50 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Bootstapper in VS 2008

There is always the MSBuild GenerateBootstrapperTask. (
http://msdn.microsoft.com/en-us/library/ms164294.aspx)
http://msdn.microsoft.com/en-us/library/ms164294.aspx
I've not used it but imagine it isn't the most flexible/powerful solution.
It looks pretty straightforward however.

2009/3/3 Jacob, Christian cja...@toptechnologies.de

 I am not sure, since I am primarily working with InstallShield. But maybe
 you are searching for setupbld.exe? Look for it within this Mailing List.
 I used it for example to chain an MSI and an MSP together.

 Regards,
 Chris.

 -Ursprüngliche Nachricht-
 Von: Graham Allwood [mailto:graham.allw...@live.co.uk]
 Gesendet: Dienstag, 3. März 2009 14:49
 An: wix-users@lists.sourceforge.net
 Betreff: [WiX-users] Bootstapper in VS 2008

 Hi,



 I'm looking in to replacing our existing VS2008 setup project with on
 authored in Wix. The one thing I am struggling to find out is how I would
 do
 a bootstrapper for my Wix project. Is there a tool included in Wix 3.0 that
 can install my applications pre-requisites then launch my msi?



 Thanks for your help.



 Graham


 --
 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



--
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


[WiX-users] 64bit MSI with Registry Search

2009-02-28 Thread Anu Dev
Hi

I am developing a 64 bit MSI... I have specified the following line of code in 
Package Element.
 Package Id={ED3C0658-E414-4fdc-ACBC-03FB3A6EE069} Description=Microsoft 
Entity Manager InstallerVersion=200 Compressed=yes Platform=x64 /
 
In all the RegistrySearch when I use Win64=Yes it does not result the correct 
results but when I remove this it searchs perfectly .
 

Key=SOFTWARE\Microsoft\Microsoft SQL 
Server\SharedManagementObjects\CurrentVersion
Name=VersionType=raw Win64=YesRegistrySearchProperty
/
/
 
Would like to know, if we specify Platform=x64 , will all the Registry Search 
evaluate to search in 64 bit Registry and there is no need to use Win64 in 
RegisrySearch Elements..
 
Please let me know if this is the expected behaviour
 
Thank you
AnweshiPropertyId=SMO_X86RegistrySearchId=SMOX86PathRoot=HKLM


  
--
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] Problem with MSI and EXE

2009-02-27 Thread Anu Dev
Hi

Here is the problem I have: 

I using WIX project to generate a 64 bit MSI. I am using Clickonce Bootstrapper 
packages. So the WIX project creates SetUp.Exe and SetUp.MSI. The problem i 
have is When i run the SetUp.MSI alone it says that all the prerequisites are 
present (and yes they are present). Now when i run my SetUp.Exe, as all 
prerequisites are already installed it performs a check and runs the SetUp.MSI 
and here it throws an exception that the Prerequisites are not present... but 
they are already existing

Note: in order to generate 64 Bit MSI in the project file i am changing the 
Configuration Manager is Solution properties to X64. Hope i am doing correct

Any help would be appreciated.

Thank you
Anu


  
--
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] Bootstrap x86 + x64 Framework v2?

2009-02-27 Thread Anu Dev
Hi

I had the similar issue.. In the bootstrapper Package I combined X86 and X64 
together and that worked...

Thank you
Anweshi



From: Ben Cheetham b...@softfooding.com
To: wix-users@lists.sourceforge.net
Sent: Friday, February 27, 2009 3:59:03 PM
Subject: [WiX-users] Bootstrap x86 + x64 Framework v2?

Hi,

I've created an MSI using Votive and have amended the WiX project file to
build a bootstrapper after build following a guide of the WiX site. The
WinForms app the MSI installs requires .NET v2, which is installed by the
bootstrapper as per below:

  ItemGroup
    BootstrapperFile Include=Microsoft.Net.Framework.2.0
      ProductName.NET Framework 2.0 (x86)/ProductName
    /BootstrapperFile
  /ItemGroup
  Target Name=AfterBuild
    GenerateBootstrapper ApplicationFile=$(TargetPath)
ApplicationName=My App Name
ApplicationUrl=https://domain.tld/path/to/file/location/;
BootstrapperItems=@(BootstrapperFile) ComponentsLocation=Relative
Culture=en FallbackCulture=en-GB CopyComponents=True
OutputPath=$(OutputPath) Path=C:\Program Files\Microsoft
SDKs\Windows\v6.0A\Bootstrapper\ /
  /Target

Is it possible to also bundle the x64 version of.NET v2 either in the same
single setup procedure or in a second bootstrapper? The MSI WiX generates
appears to work on both x86 and x64 without issue from the limited x64
testing I have completed so far. It's just the deployment of the x64 version
of the framework I'm stuck with.

Any advice gratefully received!

Thanks,
Ben


--
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


Re: [WiX-users] Help needed

2009-02-27 Thread Anu Dev
Hi

When you install Visual Studio on your machine you will have the Bootstrapper 
packages (like for .Net Franework , SQL Express etc) already created.. You can 
utilize them... they perform all the checks.. and if you need you can customize 
it

Thank you
Anweshi





From: Ben Cheetham b...@softfooding.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: Friday, February 27, 2009 7:21:08 PM
Subject: Re: [WiX-users] Help needed

I found the Bootstrapper Manifest Generator useful for this.

http://code.msdn.microsoft.com/bmg

Ben

-Original Message-
From: Christopher Karper [mailto:christopher.kar...@gmail.com] 
Sent: 27 February 2009 13:43
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Help needed

You can't do this from within the installer, as MSI won't allow multiple
simultaneous installations.  Read up on Bootstrappers, that will get you
what you need.

Chris

On Fri, Feb 27, 2009 at 6:36 AM, Prabhakaran Paulraj 
prabhakaran_paul...@dynamicbi.com wrote:

 Hi Everyone,

 I am a newbie to Wix and i'm using .NET 2.0, Visual Studio 2005, Wix 2.0.
 I need to check to some of the conditions before my application starts the
 installtion. It should check for .NET 2.0 or higher version if not found
it
 should install it.

 I used the help from http://www.tramontana.co.hu/wix/lesson6.php i am able
 to detect if the particular Framework is installed or not. If .NET 2.0 is
 not installed it shows a error message and winds up the installation. I
need
 to have if .Net 2.0 is not installed it shoulf start the installation
 automatically.

 Also it should install Microsoft SQL Server 2005 Express edition is there
 any way to acheive this?

 Thanks in advance
 Prabhakaran



--
 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


Re: [WiX-users] allow user to specify a location

2009-02-25 Thread Anu Dev
Hi

Specify the below property

 Property Id=WIXUI_INSTALLDIR Value=TARGETDIR /

Thank you
Anu





From: Naga Ram .C nagara...@symphony.cc
To: wix-users@lists.sourceforge.net
Sent: Tuesday, February 24, 2009 9:44:19 PM
Subject: [WiX-users] allow user to specify a location

I want the installer to allow user to specify a location where it can
install some set of files. This need not have to be in the same directory
tree where the application  its dependencies are installed.



I already using WIXUI_INSTALLDIR property so as to get the installation
directory to install the exe  its dependencies, like wise I also need to
get some other location as input from the user to install some set of file
that need not have to reside under the same root where the application is
installed.



Can you pl. suggest?



Thanks  Regards,

Nag

608 448 3116



--
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


[WiX-users] Passing Preprocessor Variable during build

2009-02-19 Thread Anu Dev
Hi

I have a preprocessor WIX variable defined in the WIX project. When I use Team 
build to build the solution i get an error that the preprocessor variable is 
not defined. How can i pass the preprocessor variable as a paramter during 
while running the build script.

Thank you
Anu


  
--
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