Re: [WiX-users] heat fragments go one directory too low

2015-03-16 Thread Eric Teutsch
Thanks for this hint.  Turns out that -srd is command-line position
dependent.  I had appended it to the end of the command line, where it
didn't seem to do anything, but moving it in front of the -out made it work.

Eric

-Original Message-
From: Nir Bar [mailto:nir@panel-sw.com] 
Sent: March-15-15 16:46
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] heat fragments go one directory too low

Add -srd to the command line.
-srd  Suppress harvesting the root directory as an element.

See the full doc for heat here:
http://wixtoolset.org/documentation/manual/v3/overview/heat.html





-
Nir Bar
Freelance Developer
Mail: nir@panel-sw.com
Web: www.panel-sw.com 
   - C++ On Windows, Linux and Embedded Platforms 
   - WiX & InstallShield
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/heat-fragments
-go-one-directory-too-low-tp7599560p7599563.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Dive into the World of Parallel Programming The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] heat fragments go one directory too low

2015-03-13 Thread Eric Teutsch
Hi, I'm harvesting (WiX3.8) a whole lot of dynamically generated
documentation files, which are in a subdirectory NEWDOCS. I'm using the
following command-line:

 

   heat dir "./newdoCs" -gg -template fragment -out ./docs.wxs -sfrag -suid
-cg HelpFiles -var wix.MySource -dr DOCFOLDER -directoryid

 

This generates 

   

  

 

. Component .

 

  

   

   

  

 . ComponentRef .

  

   

 

During execution of WiX, I specify MySource = ./NewDocs.  My main WXS file
contains

   

  

  

   

 

My problem is that when installing, a folder newdoCs is created in the
stuff/Doc, and all the components are installed in the newdoCs subfolder.  I
don't want the files to get installed in newdoCs, but in stuff/Doc.  How can
I make it so that newdoCs is not used in the output, but only for
harvesting?

 

Thanks!

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to allow autogenerated ComponentGroup to autogenerate Guids

2014-07-10 Thread eric
Thanks, neslekkim!  I am using commandline, and the "DirectoryRefId" was what
I was missing.  Once I fed that into heat (with -dr MyInstallDir), it
started working.


neslekkim wrote
> commandline or msbuild?
> 
> On commandline you can add -gg to generate guid's when heat is run, or -ag
> to use "*" instead.
> With the msbuild task I use this: GenerateGuidsNow="true" to generate
> them.
> 
> I use msbuild, and have heat setup like this:
>Directory="..\target\deployable\LocationLookupService"
>   SuppressRegistry="true"
>   SuppressCom="true"
>   SuppressFragments="true"
>   SuppressRootDirectory="true"
>   DirectoryRefId="APPLICATIONROOTDIRECTORY"
>   GenerateGuidsNow="true"
>   OutputFile="..\target\setup-tmp\FileList.wxs"
>   ComponentGroupName="cgFilesToInstall"
>   PreprocessorVariable="var.SourceRootFolder"
>   ToolPath="$(WixToolPath)" />
> 
> which gives me a file like this:
> 
> http://schemas.microsoft.com/wix/2006/wi";>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>  Guid="{4D1D06E8-B643-41BC-8FEB-D25EDE6EEFC1}">
> 
>  Source="$(var.SourceRootFolder)\Global.asax" />
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> In the handcreated wxs file I reference APPLICATIONROOTDIRECTORY on an
> Directory element, and i reference cgFilesToInstall in an Feature Element.
> 
> Probably other ways to do this also, but this works for me.





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-allow-autogenerated-ComponentGroup-to-autogenerate-Guids-tp7595750p7595766.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to allow autogenerated ComponentGroup to autogenerate Guids

2014-07-10 Thread eric
I used heat.exe to generate a .wxs file that lists all the files that I want
to install.  I told heat to put them in a ComponentGroup so I could
reference them from another (hand-generated) .wxs file.

However, the autogenerated file specifications look like this:





Since the source starts with "SourceDir", I get the following errors in
light.exe:

: error LGHT0231 : The component 'cmp10D34854E51FC71E0A65900015642460' has a
key file with path 'TARGETDIR\vwf-windows-build\CHANGELOG.md'.  Since this
path is not rooted in one of the standard directories (like
ProgramFilesFolder), this component does not fit the criteria for having an
automatically generated guid.  (This error may also occur if a path contains
a likely standard directory such as nesting a directory with name "Common
Files" under ProgramFilesFolder.)

Any idea what I need to do to get this working?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-allow-autogenerated-ComponentGroup-to-autogenerate-Guids-tp7595750.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to mix hand-generated and auto-generated .wxs content

2014-07-09 Thread eric
Thanks, scubasteve2!  That got me through my current error and led me on to
my next.  I'll go ahead and post that as a separate question, though.

Thank you so much!


scubasteve2 wrote
> Sounds like you need to give a component group name in your heat call
> 
> -cg MyComponentGroup
> 
> Add the wxs file generated from heat to your project.
> 
> Add the a ComponentGroupRef to your feature or another componentgroup
> depending on your preferences to the "hand rolled" wxs file.
> 
> Done





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-mix-hand-generated-and-auto-generated-wxs-content-tp7595738p7595746.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to mix hand-generated and auto-generated .wxs content

2014-07-09 Thread eric
I have a project that has a large number of files.  Between versions of our
software, new files get added and some get removed.  Therefore, in
automating our build process, I would like to have heat auto-generate a .wxs
file (let's call it files.wxs).

But then there are certain hand-generated items, like the  element
with its associated version and  tags for environment variables
that we need to set.  These never change (except for the version number
which increments).  Right now, I have put all of that in a file named 
product.wxs.

How can I best combine them into one .msi?  Do I need to create a
 element inside the  element for each of the fragments
that were auto-generated in the "files.wxs" file?  If so, that kind of
defeats the purpose of auto-generating that file.  I'm hoping there is
another way.

Help!Thanks, in advance.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-mix-hand-generated-and-auto-generated-wxs-content-tp7595738.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] heat throws error on Windows 7

2014-06-30 Thread eric
Thanks for the help, scubasteve!  In my hunt, I realized that it was choking
on some ruby files that I hadn't intended to include anyway.  Once I removed
them, the harvesting process went fine.  I didn't investigate further to see
if it was indeed permissions issues, but one way or the other, you led me to
the solution.

Thanks!


scubasteve2 wrote
> That sounds like a permissions problem to me.  Check your windows-based
> ACLs for all files and folders involved in your process.  Did you install
> WIX from a Cygwin command line?





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/heat-throws-error-on-Windows-7-tp7595399p7595591.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] heat throws error on Windows 7

2014-06-23 Thread eric
It does, indeed.

I realized that it runs fine in Cygwin, but not from the Windows
commandline.  Any idea why that might be?  I would prefer not to have to set
up Cygwin on our build server.


scubasteve2 wrote
> Does "./MyFolder" exist?





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/heat-throws-error-on-Windows-7-tp7595399p7595408.html
Sent from the wix-users mailing list archive at Nabble.com.

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] heat throws error on Windows 7

2014-06-21 Thread eric
I ran heat from the commandline with a command in the following form:

heat dir ".\MyFolder" -gg -template product -out out.wsx

But when I did, I got the following error:

Windows Installer XML Toolset Toolset Harvester version 3.8.1128.0
Copyright (c) Outercurve Foundation. All rights reserved.

Unhandled Exception: System.IO.IOException: The handle is invalid.

   at System.IO.__Error.WinIOError(Int32 errorCode, String
maybeFullPath)
   at System.IO.__ConsoleStream.Write(Byte[] buffer, Int32 offset, Int32
count)
   at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean
flushEncoder)
   at System.IO.StreamWriter.Write(Char[] buffer, Int32 index, Int32
count)
   at System.IO.TextWriter.WriteLine(String value)
   at System.IO.TextWriter.SyncTextWriter.WriteLine(String value)
   at
Microsoft.Tools.WindowsInstallerXml.ConsoleMessageHandler.Display(Object
sender, MessageEventArgs mea)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Heat.Run(String[] args)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Heat.Main(String[] args)

The Windows version reported on my commandline is Version 6.1.7601.

Anybody have any idea why this might be happening?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/heat-throws-error-on-Windows-7-tp7595399.html
Sent from the wix-users mailing list archive at Nabble.com.

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Drive selection

2014-04-30 Thread Eric Chaland
Hello,

I'm using a Property to force the install on the C:\ drive. However, I'd
like to display the option to select another drive location but not a
folder. Is this possible?

 



 

Thanks in advance for your help.

 

Eric

 

--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Application pool creation

2014-04-28 Thread eric foka
All the assemblies and config files are present after upgrade

Le Vendredi 25 avril 2014 17h57, John Cooper  a écrit :
 
Something is definitely wrong with the code.  Are all the assemblies and config 
files present after upgrade?  I never see this unless something is missing.

--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com



-Original Message-
From: eric foka [mailto:nanafo...@yahoo.fr] 
Sent: Friday, April 25, 2014 3:27 PM
To: 'General discussion about the WiX toolset.'
Subject: [WiX-users] Application pool creation

Hi
I am using Wix to create an application pool with an identity of a custom 
account. When I do a major upgrade the application pool is stopped.
 and I get a service unavailable message when I try to access the website that 
uses this application pool.
the application pool is stopped and I get Service Unavailable message.

Can somebody help me for this problem.

Thx
--
Start Your Social Network Today - Download eXo Platform Build your Enterprise 
Intranet with eXo Platform Software Java Based Open Source Intranet - Social, 
Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A 
Collaboration Platform http://p.sf.net/sfu/ExoPlatform 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.



--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Application pool creation

2014-04-25 Thread eric foka
Hi
I am using Wix to create an application pool with an identity of a 
custom account. When I do a major upgrade the application pool is stopped.
 and I get a service unavailable message when I try to access the website that 
uses this application pool.
the application pool is stopped and I get Service Unavailable message.

Can somebody help me for this problem.

Thx
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

2014-04-24 Thread Eric Chaland
Thanks for the reply, however nothing gets run - I checked in the log file
generated by the msi but I don't see any error or entry for the cmd.exe.
I tried the following but still to no avail - I'm sure I'm not the only one
trying to install Tomcat service part as a background task - 
Thanks to share any sample code or idea on what I might still be doing
wrong





   
 
  
  


  

-Original Message-
From: Pavan Konduru [mailto:pavan.kond...@accelrys.com] 
Sent: April-24-14 6:21 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample


CAQuietExec action should be immediate which is correct but the action using
it must be deferred.
Like this:







  




-Original Message-
From: Eric Chaland [mailto:echal...@yahoo.com]
Sent: Thursday, April 24, 2014 2:58 PM
To: 'General discussion about the WiX toolset.'
Subject: Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

I'm not really sure how to install it - Maybe I can't use ServiceInstall as
the "Arguments" based on the doc is supposed to be used to start a service
and not install a service as I'm trying to do.
Next, I tried using "service.bat install Tomcat7" to install Tomcat. It
works fine in a command line but when I use the following CustomAction
nothing happens. Am I using  it correctly?





  


Thank you

-Original Message-
From: Phil Wilson [mailto:phildgwil...@gmail.com]
Sent: April-24-14 12:45 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

Do you know how you are supposed to install Tomcat as a service?  If that
-install option is what actually installs Tomcat as an NT service, then you
shouldn't be using ServiceInstall because that installs it as a service too.
---
Phil Wilson


On Thu, Apr 24, 2014 at 9:06 AM, Pavan Konduru 
wrote:
> Put the arguments under ", something like this:
>
>
> Arguments=""//IS//Tomcat7 -DisplayName 'Apache Tomcat7' 
> -Install 'c:\tomcat\bin\tomcat7.exe' --Jvm=auto --StartMode=jvm 
> --StopMode=jvm --StartClass=org.apache.catalina.startup.Bootstrap
> --StartParams=start --StopClass=org.apache.catalina.startup.Bootstrap
> --StopParams=stop""/>
>
> Also paste the log from where the service is being created, it will help!
>
> --Pavan
>
> -Original Message-
> From: Eric Chaland [mailto:echal...@yahoo.com]
> Sent: Thursday, April 24, 2014 8:25 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl 
> sample
>
> Hello,
>
> I'm starting to use Wix to create an installer for our application. I need
to install Tomcat 7 and deploy some wars in the background. I'm having
difficulties starting the Tomcat service. I couldn't find any sample online.
>
> I hope someone can help me out as I am currently stuck.
>
> This is that I use to create and start the Tomcat 7 service. When I run
the service gets installed but it get stuck on "Starting Services". Is there
anything wrong in the code below. I used the start command from the Apache
site.
>
> Thank you for your help.
>
>
>
> 
>
>  Directory="TOMCAT_BIN_DIR">
>
> Source="$(var.tomcatDirectory)\bin\tomcat7.exe" />
>
>DisplayName="Apache Tomcat7" Start="auto" ErrorControl="normal"
> Type="ownProcess" Vital="yes"
>
>  Arguments="//IS//Tomcat7 -DisplayName 'Apache Tomcat7' 
> -Install 'c:\tomcat\bin\tomcat7.exe' --Jvm=auto --StartMode=jvm 
> --StopMode=jvm --StartClass=org.apache.catalina.startup.Bootstrap
> --StartParams=start --StopClass=org.apache.catalina.startup.Bootstrap
> --StopParams=stop"/>
>
>Stop="both" Remove="uninstall" Wait="yes"  />
>
> 
>
>   
>
>
>
> Zac
>
> --
>  Start Your Social Network Today - Download eXo Platform Build 
> your Enterprise Intranet with eXo Platform Software Java Based Open 
> Source Intranet - Social, Extensible, Cloud Ready Get Started Now And 
> Turn Your Intranet Into A Collaboration Platform 
> http://p.sf.net/sfu/ExoPlatform 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> 

Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

2014-04-24 Thread Eric Chaland
I'm not really sure how to install it - Maybe I can't use ServiceInstall as the 
"Arguments" based on the doc is supposed to be used to start a service and not 
install a service as I'm trying to do.
Next, I tried using "service.bat install Tomcat7" to install Tomcat. It works 
fine in a command line but when I use the following CustomAction nothing 
happens. Am I using  it correctly?





  


Thank you

-Original Message-
From: Phil Wilson [mailto:phildgwil...@gmail.com] 
Sent: April-24-14 12:45 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

Do you know how you are supposed to install Tomcat as a service?  If that 
-install option is what actually installs Tomcat as an NT service, then you 
shouldn't be using ServiceInstall because that installs it as a service too.
---
Phil Wilson


On Thu, Apr 24, 2014 at 9:06 AM, Pavan Konduru  
wrote:
> Put the arguments under ", something like this:
>
>
> Arguments=""//IS//Tomcat7 -DisplayName 'Apache Tomcat7' 
> -Install 'c:\tomcat\bin\tomcat7.exe' --Jvm=auto --StartMode=jvm 
> --StopMode=jvm --StartClass=org.apache.catalina.startup.Bootstrap 
> --StartParams=start --StopClass=org.apache.catalina.startup.Bootstrap 
> --StopParams=stop""/>
>
> Also paste the log from where the service is being created, it will help!
>
> --Pavan
>
> -Original Message-
> From: Eric Chaland [mailto:echal...@yahoo.com]
> Sent: Thursday, April 24, 2014 8:25 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl 
> sample
>
> Hello,
>
> I'm starting to use Wix to create an installer for our application. I need to 
> install Tomcat 7 and deploy some wars in the background. I'm having 
> difficulties starting the Tomcat service. I couldn't find any sample online.
>
> I hope someone can help me out as I am currently stuck.
>
> This is that I use to create and start the Tomcat 7 service. When I run the 
> service gets installed but it get stuck on "Starting Services". Is there 
> anything wrong in the code below. I used the start command from the Apache 
> site.
>
> Thank you for your help.
>
>
>
> 
>
>  Directory="TOMCAT_BIN_DIR">
>
> Source="$(var.tomcatDirectory)\bin\tomcat7.exe" />
>
>DisplayName="Apache Tomcat7" Start="auto" ErrorControl="normal"
> Type="ownProcess" Vital="yes"
>
>  Arguments="//IS//Tomcat7 -DisplayName 'Apache Tomcat7' 
> -Install 'c:\tomcat\bin\tomcat7.exe' --Jvm=auto --StartMode=jvm 
> --StopMode=jvm --StartClass=org.apache.catalina.startup.Bootstrap 
> --StartParams=start --StopClass=org.apache.catalina.startup.Bootstrap 
> --StopParams=stop"/>
>
>Stop="both" Remove="uninstall" Wait="yes"  />
>
> 
>
>   
>
>
>
> Zac
>
> --
>  Start Your Social Network Today - Download eXo Platform Build 
> your Enterprise Intranet with eXo Platform Software Java Based Open 
> Source Intranet - Social, Extensible, Cloud Ready Get Started Now And 
> Turn Your Intranet Into A Collaboration Platform 
> http://p.sf.net/sfu/ExoPlatform 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> --
>  Start Your Social Network Today - Download eXo Platform Build 
> your Enterprise Intranet with eXo Platform Software Java Based Open 
> Source Intranet - Social, Extensible, Cloud Ready Get Started Now And 
> Turn Your Intranet Into A Collaboration Platform 
> http://p.sf.net/sfu/ExoPlatform 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users




--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix 3.7 - ServiceInstall and ServiceControl sample

2014-04-24 Thread Eric Chaland
Hello,

I'm starting to use Wix to create an installer for our application. I need
to install Tomcat 7 and deploy some wars in the background. I'm having
difficulties starting the Tomcat service. I couldn't find any sample online.

I hope someone can help me out as I am currently stuck. 

This is that I use to create and start the Tomcat 7 service. When I run the
service gets installed but it get stuck on "Starting Services". Is there
anything wrong in the code below. I used the start command from the Apache
site.

Thank you for your help.

 





   

  

   



  

 

Zac

--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom action to run .bat file to install service

2014-04-23 Thread Eric Chaland
Hello,

I need to install and customize a service (Tomcat). I've created a custom
action but the service doesn't get created.

What am I doing wrong?

Could anyone please share a sample - I need to run something like
"service.bat install Tomcat"

Thanks in advance for your help.

 





 



  



 

Eric

--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Installing Tomcat silently

2014-04-20 Thread Eric Chaland
Hello,

I'm trying to install Tomcat silently in a bundle but I cannot hide the UI.
Does anyone know how to install Tomcat using the default values without
showing the UI?

Thanks in advance for your help.

This is what I have:

 





 

Eric

 

--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Noob creating a Custom Action in Wix 3.8

2014-03-08 Thread Eric Stott
Following up, the tutorial, when running, should show the dialog, however
it doesn't:
this.Core.CreateWixSimpleReferenceRow(sourceLineNumber, "CustomAction",
"ShowMessageImmediate");

What am I missing?

Eric Stott
(623) 261-7208
http://stottcreations.com
http://biztalk.stottcreations.com
http://hl7.stottcreations.com
http://esb.stottcreations.com


On Fri, Mar 7, 2014 at 1:46 PM, Eric Stott  wrote:

> Thanks for the explanation.
>
> Eric Stott
> (623) 261-7208
> http://stottcreations.com
> http://biztalk.stottcreations.com
> http://hl7.stottcreations.com
> http://esb.stottcreations.com
>
>
> On Fri, Mar 7, 2014 at 1:15 PM, Nick Ramirez wrote:
>
>> It's a WiX thing, but a good thing. By adding a reference to the build
>> DLL,
>> you get the following added in the setup project's wixproj file:
>>
>>   
>> 
>>   AwesomeExtension.dll
>>   AwesomeExtension
>> 
>>   
>>
>> Adding the project itself does not add this. Adding a project has uses for
>> /other/ things. Such as if you want to include the output files of some
>> project in your installer, you can add the project as a reference and then
>> use the $(var.MyProjectName.TargetDir) variable to point to that project's
>> output directory, allowing:
>>
>> $(var.MyProjectName.TargetDir)MyLibrary.dll
>>
>> for easy reference to files for use in Components. But for custom
>> extensions, reference the built assembly.
>>
>>
>>
>> --
>> View this message in context:
>> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Noob-creating-a-Custom-Action-in-Wix-3-8-tp7593140p7593195.html
>> Sent from the wix-users mailing list archive at Nabble.com.
>>
>>
>> --
>> Subversion Kills Productivity. Get off Subversion & Make the Move to
>> Perforce.
>> With Perforce, you get hassle-free workflows. Merge that actually works.
>> Faster operations. Version large binaries.  Built-in WAN optimization and
>> the
>> freedom to use Git, Perforce or both. Make the move to Perforce.
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>
>
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Noob creating a Custom Action in Wix 3.8

2014-03-07 Thread Eric Stott
Thanks for the explanation.

Eric Stott
(623) 261-7208
http://stottcreations.com
http://biztalk.stottcreations.com
http://hl7.stottcreations.com
http://esb.stottcreations.com


On Fri, Mar 7, 2014 at 1:15 PM, Nick Ramirez  wrote:

> It's a WiX thing, but a good thing. By adding a reference to the build DLL,
> you get the following added in the setup project's wixproj file:
>
>   
> 
>   AwesomeExtension.dll
>   AwesomeExtension
> 
>   
>
> Adding the project itself does not add this. Adding a project has uses for
> /other/ things. Such as if you want to include the output files of some
> project in your installer, you can add the project as a reference and then
> use the $(var.MyProjectName.TargetDir) variable to point to that project's
> output directory, allowing:
>
> $(var.MyProjectName.TargetDir)MyLibrary.dll
>
> for easy reference to files for use in Components. But for custom
> extensions, reference the built assembly.
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Noob-creating-a-Custom-Action-in-Wix-3-8-tp7593140p7593195.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> Subversion Kills Productivity. Get off Subversion & Make the Move to
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and
> the
> freedom to use Git, Perforce or both. Make the move to Perforce.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Noob creating a Custom Action in Wix 3.8

2014-03-07 Thread Eric Stott
But it doesn't work if you simply reference the project.
Is that a Wix issue, or is it my total lack of understanding of a
fundamental Visual Studio behavior?

Eric Stott
(623) 261-7208
http://stottcreations.com
http://biztalk.stottcreations.com
http://hl7.stottcreations.com
http://esb.stottcreations.com


On Fri, Mar 7, 2014 at 12:28 PM, Nick Ramirez  wrote:

> Eh, you don't have to copy it there. For me, I just don't like Browse-ing
> very far. So I put it somewhere I want. You can browse to wherever you
> would
> like to store your assembly.
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Noob-creating-a-Custom-Action-in-Wix-3-8-tp7593140p7593189.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> Subversion Kills Productivity. Get off Subversion & Make the Move to
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and
> the
> freedom to use Git, Perforce or both. Make the move to Perforce.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Noob creating a Custom Action in Wix 3.8

2014-03-07 Thread Eric Stott
Okay,
I just followed your steps, and it works!

What I don't understand:
Instead of just referencing the project, I have copy the assembly from the
source to the wix project directory to then be referenced.

Why?

Eric Stott
(623) 261-7208
http://stottcreations.com
http://biztalk.stottcreations.com
http://hl7.stottcreations.com
http://esb.stottcreations.com


On Fri, Mar 7, 2014 at 11:56 AM, Nick Ramirez  wrote:

> If I'm understanding correctly, you're referring to that you see Visual
> Studio calling candle and light when it compiles your WiX setup project?
>
>
> At that time, it's calling those tools on your setup project, but your
> custom extension project has already been compiled. By adding a reference
> to
> it in your project, WiX will add an -ext MyCustomExtension.dll to the call
> to candle. It's the same as if you'd added a reference to WiXUtilExtension,
> for example. The -ext pulls in the extension, but it doesn't compile it --
> since it's already compiled code.
>
> I think you've already done this, but first, get the source code from the
> book at http://www.packtpub.com/support/10788.
>
> I just did and tried it myself. The steps I followed were:
>
> 1. Download source for that chapter
> 2. Open the solution in Visual Studio (I just download WiX 3.8, so I had to
> update the reference to wix.dll that's in the extension project to point at
> the new location for that DLL)
> 3. Compile the WIXLIB project
> 4. Compile the custom action project
> 5. Compile the extension project (since it relies on the first two)
> 6. Copy the ouput DLL from the extension project to a WiX setup project's
> project directory (for easy access)
> 7. In the WiX setup, add that DLL as a project reference
> 8. Add the XMLNS to the Wix element:
> xmlns:awesome="http://www.mydomain.com/AwesomeSchema";
> 9. Add the new element inside the Product:  Id="MyCustomElement" Type="Super" />
> 10. Compile the setup project. That worked for me. Does it for you? I'm
> using Visual Studio 2013 and WiX 3.8.
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Noob-creating-a-Custom-Action-in-Wix-3-8-tp7593140p7593180.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> Subversion Kills Productivity. Get off Subversion & Make the Move to
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and
> the
> freedom to use Git, Perforce or both. Make the move to Perforce.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Noob creating a Custom Action in Wix 3.8

2014-03-07 Thread Eric Stott
Visual Studio.

Like my original question, I see that there is both candle and light, but
the command provided doesn't make sense: where do you run it, in the Wix
project or the c# class project?

Eric Stott
(623) 261-7208
http://stottcreations.com
http://biztalk.stottcreations.com
http://hl7.stottcreations.com
http://esb.stottcreations.com


On Fri, Mar 7, 2014 at 11:19 AM, Nick Ramirez  wrote:

> Are you compiling it on the command line and not in Visual Studio? If so,
> what's the command line you're using?
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Noob-creating-a-Custom-Action-in-Wix-3-8-tp7593140p7593172.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> Subversion Kills Productivity. Get off Subversion & Make the Move to
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and
> the
> freedom to use Git, Perforce or both. Make the move to Perforce.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Noob creating a Custom Action in Wix 3.8

2014-03-07 Thread Eric Stott
Yes, the xsd is contained in the assembly
The header has xmlns:awesome="http://mydomain.com/AwesomeSchema";
The node in product look like this (which resolves in Visual Studio)


Eric Stott
(623) 261-7208
http://stottcreations.com
http://biztalk.stottcreations.com
http://hl7.stottcreations.com
http://esb.stottcreations.com


On Fri, Mar 7, 2014 at 8:00 AM, Nick Ramirez  wrote:

> Did you add an xmlns attribute on the Wix element to reference your
> extension's namespace?
>
> Is the XSD embedded inside the extension assembly? You can use ILDASM or
> ILSPY to check.
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Noob-creating-a-Custom-Action-in-Wix-3-8-tp7593140p7593168.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> Subversion Kills Productivity. Get off Subversion & Make the Move to
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and
> the
> freedom to use Git, Perforce or both. Make the move to Perforce.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Noob creating a Custom Action in Wix 3.8

2014-03-06 Thread Eric Stott
I have created a custom action assembly. It compiles.
However when I reference it in the Wix project and when compiling it throws
the error:
The Product element contains an unhandled extension element
'awesome:SuperElement'.  Please ensure that the extension for elements in
the 'http://www.mydomain.com/AwesomeSchema' namespace has been
provided. C:\code\WiX
3.6- A Developer's Guide to Windows Installer XML\Chapter
14\CompilerExtension example\AwesomeInstaller\Product.wxs

I have seen reference to candle and light, but I don't understand:
The assembly is in the Extension project
The reference to candle and light are in the wix project.

when I execute the candle.exe I reference the Product.wsx and then -ext

Do I run candle from the Wix project folder, or from the extension project.

Am I missing something blatantly obvious?

Eric Stott
(623) 261-7208
http://stottcreations.com
http://biztalk.stottcreations.com
http://hl7.stottcreations.com
http://esb.stottcreations.com
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How To Check the SIZE of a File During Installation

2014-03-03 Thread eric foka
Phill Hogland has right, the path was not not good.
It's work fine with a good path.
Thanks guys!



Le Lundi 3 mars 2014 15h40, Phill Hogland  a écrit :
 
There is a FileSearch in the Wix schema:
http://wixtoolset.org/documentation/manual/v3/xsd/wix/filesearch.html

In this thread it was suggested that the problem is probably that the path
does not evaluate to a valid file path, but that is a guess.
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-check-the-size-of-a-file-td7593026.html




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-To-Check-the-SIZE-of-a-File-During-Installation-tp7593055p7593070.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How To Check the SIZE of a File During Installation

2014-03-03 Thread eric foka
I got it before but It didn't help me because the doesn't have a version and I 
want to use the file size to 
check this.
Thx.



Le Lundi 3 mars 2014 13h52, Carter Young  a écrit :
 
Here is what you need right here:

http://wixtoolset.org/documentation/manual/v3/howtos/files_and_registry/check_the_version_number.html

Carter

Quoting eric foka :

> I didn't rich my purpose with the answers you gave me last week.
> I want to check the size of a file to continue or not the  
> installation like It done the check of the version to continue the  
> installation.
> Thx.
>
>
>
> Le Lundi 3 mars 2014 13h07, Carter Young  a écrit :
>
> Did you not like the answers we all gave you last week??  What purpose 
> are you looking to achieve by determining the file size??
>
> Carter
>
>
> Quoting eric foka :
>
>> How to check the SIZE of a file during installation?
>>
>> Can somebody help?
>> --
>> Subversion Kills Productivity. Get off Subversion & Make the Move to 
>> Perforce.
>> With Perforce, you get hassle-free workflows. Merge that actually works.
>> Faster operations. Version large binaries.  Built-in WAN  
>> optimization and the
>> freedom to use Git, Perforce or both. Make the move to Perforce.
>> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>
>
>
>
> --
> Subversion Kills Productivity. Get off Subversion & Make the Move to  
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and the
> freedom to use Git, Perforce or both. Make the move to Perforce.
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

> --
> Subversion Kills Productivity. Get off Subversion & Make the Move to  
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and the
> freedom to use Git, Perforce or both. Make the move to Perforce.
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>




--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How To Check the SIZE of a File During Installation

2014-03-03 Thread eric foka
I got it before but It didn't help me because the file doesn't have a version 
and I want to use the file size to 
check this.
Thx.



Le , eric foka  a écrit :
 
I got it before but It didn't help me because the doesn't have a version and I 
want to use the file size to 
check this.
Thx.



Le Lundi 3 mars 2014 13h52, Carter Young  a écrit :
 
Here is what you need right here:

http://wixtoolset.org/documentation/manual/v3/howtos/files_and_registry/check_the_version_number.html

Carter

Quoting eric foka :

> I didn't rich my purpose with the answers you gave me last week.
> I want to check the size of a file to continue or not
 the  
> installation like It done the check of the version to continue the  
> installation.
> Thx.
>
>
>
> Le Lundi 3 mars 2014 13h07, Carter Young  a écrit :
>
> Did you not like the answers we all gave you last week??  What purpose 
> are you looking to achieve by determining the file size??
>
> Carter
>
>
> Quoting eric foka :
>
>> How to check the SIZE of a file during
 installation?
>>
>> Can somebody help?
>> --
>> Subversion Kills Productivity. Get off Subversion & Make the Move to 
>> Perforce.
>> With Perforce, you get hassle-free workflows. Merge that actually works.
>> Faster operations. Version large binaries.  Built-in WAN  
>> optimization and the
>> freedom to use Git, Perforce or both. Make the move to Perforce.
>> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>
>
>
>
> --
> Subversion Kills Productivity. Get off Subversion & Make the Move to  
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and the
> freedom to use Git, Perforce or both. Make the move to Perforce.
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

> --
> Subversion Kills Productivity. Get off
 Subversion & Make the Move to  
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and the
> freedom to use Git, Perforce or both. Make the move to Perforce.
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>




--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing
 list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How To Check the SIZE of a File During Installation

2014-03-03 Thread eric foka
I didn't rich my purpose with the answers you gave me last week.
I want to check the size of a file to continue or not the installation like It 
done the check of the version to continue the installation.
Thx.



Le Lundi 3 mars 2014 13h07, Carter Young  a écrit :
 
Did you not like the answers we all gave you last week??  What purpose  
are you looking to achieve by determining the file size??

Carter


Quoting eric foka :

> How to check the SIZE of a file during installation?
>
> Can somebody help?
> --
> Subversion Kills Productivity. Get off Subversion & Make the Move to  
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and the
> freedom to use Git, Perforce or both. Make the move to Perforce.
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>




--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How To Check the SIZE of a File During Installation

2014-03-03 Thread eric foka
How to check the SIZE of a file during installation?

Can somebody help?
--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to get file size

2014-02-28 Thread eric foka
Thx



Le Vendredi 28 février 2014 13h16, Carter Young  a écrit 
:
 
VB.Net

http://www.dotnetperls.com/file-size-vbnet

Reading and Writing(Registry):
http://social.msdn.microsoft.com/Forums/en-US/255841ae-7a18-47dd-913f-69222b068fe4/how-do-i-readwrite-to-the-registry-in-vbnet?forum=Vsexpressvb


As for WiX determining FileSize it Cant, but:
Reading:  
http://wixtoolset.org/documentation/manual/v3/howtos/files_and_registry/read_a_registry_entry.html
Writing:  
http://wixtoolset.org/documentation/manual/v3/howtos/files_and_registry/write_a_registry_entry.html

Carter

Quoting eric foka :

> How can I get a file size and store it in a registry?
> Thx.
> --
> Flow-based real-time traffic analytics software. Cisco certified tool.
> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
> Customize your own dashboards, set traffic alerts and generate reports.
> Network behavioral analysis & security monitoring. All-in-one tool.
> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

>
>




--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to check the size of a file

2014-02-28 Thread eric foka
I tried something like this to to check the file size but it'not working.


      
        
      
    


    


Can somebody help?
--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to get file size

2014-02-28 Thread eric foka
How can I get a file size and store it in a registry?
Thx.
--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MajorUpgrade, detecting feature state in vbscript custom action

2013-02-27 Thread Eric Prévost-Dansereau
I did more tests, I found out that the problem occur only when I do a 
major upgrade using the parameter /qb on the msiexec command line. If 
the installer is launched without the /qb option, my vbscript can get 
features' state without any problem.

I understand that /qb skips InstallUISequence table, but I don't define 
any InstallUISequence in my .wxs.

In a verbose log, I can see that the MigrateFeatureStates action is 
executed, and the features are set to the right state.

What could be wrong?

Thank you.

Eric Prévost

Le 2013-02-20 16:55, Eric Prévost-Dansereau a écrit :
> Hi,
>
> I have a installer package containing a custom action writing a text 
> file based on which Features are installed.
>
> Il use the following condition in my vb script to check if a feature 
> is installed:
>
> Session.FeatureRequestState("Feature")<>2 AND 
> (Session.FeatureRequestState("Feature")=or 
> Session.FeatureCurrentState("Feature")=
>
> This works fine for new install, repair, and modify.
>
> However, on a major upgrade, FeatureRequestState returns -1 and 
> FeatureCurrentState return 2.  Il know that the features are actually 
> migrated, because the files related to each features are installed.
>
> My MajorUpgrade element is defined like this:
>
>  DowngradeErrorMessage=nstalled version is newer." />
>
> How can I check if a feature has been migrated on a major upgrade in 
> vb script? Currently, my custom action is scheduled to run after 
> InstallFinalize.
>
>
> Thank you.
>
> Eric Prévost
>
>

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] MajorUpgrade, detecting feature state in vbscript custom action

2013-02-20 Thread Eric Prévost-Dansereau
Hi,

I have a installer package containing a custom action writing a text 
file based on which Features are installed.

Il use the following condition in my vb script to check if a feature is 
installed:

Session.FeatureRequestState("Feature")<>2 AND 
(Session.FeatureRequestState("Feature")=3 or 
Session.FeatureCurrentState("Feature")=3)

This works fine for new install, repair, and modify.

However, on a major upgrade, FeatureRequestState returns -1 and 
FeatureCurrentState return 2.  Il know that the features are actually 
migrated, because the files related to each features are installed.

My MajorUpgrade element is defined like this:



How can I check if a feature has been migrated on a major upgrade in vb 
script? Currently, my custom action is scheduled to run after 
InstallFinalize.


Thank you.

Eric Prévost

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn: Prerequisites on Windows 2012 Server and the Server Manager requirement

2013-02-05 Thread Eric Schultz
For me, running dism.exe only worked if I put in the full path. Not sure
why that is.

Eric

On Tue, Feb 5, 2013 at 2:22 PM, Neil Sleightholm  wrote:

> DCIM should be on the path so adding C:\Windows\system32 shouldn't be
> necessary.
>
> -Original Message-
> From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
> Sent: 04 February 2013 22:09
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Burn: Prerequisites on Windows 2012 Server and
> the Server Manager requirement
>
> Depending on C:\Windows\system32 would break on non-default installs...
>
> -Original Message-
> From: Neil Sleightholm [mailto:n...@x2systems.com]
> Sent: Monday, February 04, 2013 3:59 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Burn: Prerequisites on Windows 2012 Server and
> the Server Manager requirement
>
> Because burn will only run exes packaged in a release. It won't run
> arbitrary exes.
>
> -Original Message-
> From: Marc Fauser [mailto:marc.fau...@gmail.com]
> Sent: 04 February 2013 21:37
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Burn: Prerequisites on Windows 2012 Server and
> the Server Manager requirement
>
> On 2013-02-04 22:29, Eric Schultz wrote:
> > All,
> >
> > I've created a simple ExeRunner application that can be embedded into
> > your bundle and then be called to run a command on the destination
> > computer. To install .NET Framework 3.5 and less on Win 8, the entire
> > command line would
> > be:
> >
> > ExeRunner.exe C:\Windows\system32\dism.exe /online /norestart
> > /enable-feature /featurename:netfx3
> >
> > If the inner command fails, it's error code is returned.
>
> If you can call ExeRunner.exe, why can't you call dism.exe directly?
>
> Marc
>
>
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics Download AppDynamics Lite for
> free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013 and get the
> hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013 and get the
> hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 

Eric Schultz, Developer Advocate, Outercurve Foundation
http://www.outercurve.org
eschu...@outercurve.org
cell: 920-539-0404
skype: ericschultzwi
@EricOutercurve
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn: Prerequisites on Windows 2012 Server and the Server Manager requirement

2013-02-04 Thread Eric Schultz
All,

I've created a simple ExeRunner application that can be embedded into your
bundle and then be called to run a command on the destination computer. To
install .NET Framework 3.5 and less on Win 8, the entire command line would
be:

ExeRunner.exe C:\Windows\system32\dism.exe /online /norestart
/enable-feature /featurename:netfx3

If the inner command fails, it's error code is returned.

ExeRunner can be downloaded at
https://exerunner.codeplex.com/releases/view/101384. I hope this fulfills
everyone's needs.

Eric

On Fri, Feb 1, 2013 at 2:28 AM, Hans ter Horst  wrote:

> Cheers Neil, Rob! I'll look into that later today and get back.
>
> Hans
>
>
> On Fri, Feb 1, 2013 at 8:37 AM, Neil Sleightholm 
> wrote:
>
> > Take a look at ocsetup.exe; on Win2k8 you can run "ocsetup.exe Netfx3
> > /norestart /quiet" and it will install the feature. Win2012 might be the
> > same but if it is like Windows 8 you are stuck as the features are not
> > built-in (I haven't actually installed 2012 yet so don't know).
> >
> > If it is not ocsetup it could be dcim or pkgmgr.
> >
> > You can't call any of these directly from burn so I wrote shell app that
> I
> > could embed in burn to call them with the correct command line (I never
> > completely finished it as we decided it was easier to drop .NET 3.5 and
> go
> > for .NET 4.0). This is the code I had but it was written in .NET so might
> > not any good if 2012 doesn't have any .NET installed:
> >
> > namespace OcsRunner
> > {
> > using System;
> > using System.Diagnostics;
> >
> > public class Program
> > {
> > public static int Main(string[] args)
> > {
> > var startInfo = new ProcessStartInfo();
> >
> > startInfo.FileName = "ocsetup.exe";
> > startInfo.Arguments = String.Join(" ", args) + " /norestart
> > /quiet";
> > startInfo.WindowStyle = ProcessWindowStyle.Hidden;
> > startInfo.UseShellExecute = false;
> >
> > var p = new Process();
> > p.StartInfo = startInfo;
> > p.Start();
> > p.WaitForExit();
> >
> > return p.ExitCode;
> > }
> > }
> > }
> >
> > Hope this helps.
> >
> > Neil
> >
> > -Original Message-
> > From: Hans ter Horst [mailto:hoshis...@gmail.com]
> > Sent: 01 February 2013 07:17
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] Burn: Prerequisites on Windows 2012 Server and
> > the Server Manager requirement
> >
> > I didn't see an answer regarding this question and I'm sort of stuck on
> > this. Does anybody have an idea how to handle the different way Windows
> > 2012 Server behaves if a prerequisite is defined as a server feature?
> >
> > Thanks,
> >
> > Hans
> >
> >
> > On Wed, Jan 30, 2013 at 1:04 PM, Hans ter Horst 
> > wrote:
> >
> > > Hello,
> > > My program has a .NET 3.5 prerequisite and I have used Burn and the
> > > standard code successfully on Windows Server 2008 SP2.
> > > On Windows Server 2012 however, .NET 3.5 and many other prerequisites
> > > need to be installed via the Server Manager as features instead and
> > > cannot be installed via an MSI delivered with or pulled down via the
> > > Burn executable, see attached screenshot.
> > >
> > > My question is: How can I use continue to use Burn to handle my
> > > prerequisites and make it work on Windows Server 2012?
> > >
> > > Thanks,
> > >
> > > Hans
> > >
> > > --
> > > http://monochrome.me.uk/blog/
> > >
> >
> >
> >
> > --
> > http://monochrome.me.uk/blog/
> >
> >
> --
> > Everyone hates slow websites. So do we.
> > Make your web apps faster with AppDynamics Download AppDynamics Lite for
> > free today:
> > http://p.sf.net/sfu/appdyn_d2d_jan
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> --
> > Everyone hates slow websites. So do we.
> > Make your web apps faster with AppDynamics
> > Download AppDynamics Lite 

Re: [WiX-users] ExePackage that requires .NET installed earlier in Bundle

2013-01-31 Thread Eric Schultz
I want to make sure I understand this. Does Wix currently have anyway for a
restart to happen halfway through an install and then continue the install
when the computer restarts? Or is the problem that the .NET install is
doing something in particular that's causing that functionality to fail?

Eric

On Thu, Jan 31, 2013 at 8:52 AM, Rob Mensching  wrote:

> There is not a way to say "Force restart here if necessary" but I think
> there is a feature request open to add such a feature. Sounds like there
> is real world need.
>
>
> On Wed, Jan 30, 2013 at 9:42 AM, Eric Schultz  >wrote:
>
> > Bob,
> >
> > That IS what's happening. Is there a way to have it request to reboot as
> > needed after the .Net 4 install?
> >
> > Eric
> >
> > On Tue, Jan 29, 2013 at 10:08 PM, Bob Arnson  wrote:
> >
> > > On 29-Jan-13 17:39, Eric Schultz wrote:
> > > > If .Net Framework 4 is already installed, SQL Server installs fine.
> If
> > > .Net
> > > > Framework 4 is not installed, the SQL Server Express install fails
> > > because
> > > > it says the .Net Framework is not installed. In fact, it says it
> needs
> > > the
> > > > exact same version as was just installed in the previous step.
> > > Check the Burn log to see if a reboot was required (and suppressed). If
> > > so, it won't be "real" until after the reboot.
> > >
> > > --
> > > sig://boB
> > > http://joyofsetup.com/
> > >
> > >
> > >
> > >
> >
> --
> > > Everyone hates slow websites. So do we.
> > > Make your web apps faster with AppDynamics
> > > Download AppDynamics Lite for free today:
> > > http://p.sf.net/sfu/appdyn_d2d_jan
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> >
> >
> >
> > --
> > 
> > Eric Schultz, Developer Advocate, Outercurve Foundation
> > http://www.outercurve.org
> > eschu...@outercurve.org
> > cell: 920-539-0404
> > skype: ericschultzwi
> > @EricOutercurve
> >
> >
> --
> > Everyone hates slow websites. So do we.
> > Make your web apps faster with AppDynamics
> > Download AppDynamics Lite for free today:
> > http://p.sf.net/sfu/appdyn_d2d_jan
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 

Eric Schultz, Developer Advocate, Outercurve Foundation
http://www.outercurve.org
eschu...@outercurve.org
cell: 920-539-0404
skype: ericschultzwi
@EricOutercurve
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] VersionMsi and Bundle Conditions

2013-01-30 Thread Eric Potter
 

I used the bal:Condition and it worked. Thank you. But I had to chance the
version number from 405 to v4.5. 

 

 VersionMsi >=
v4.5

 

In the future, how do I know which version number syntax to use in various
places?

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] VersionMsi and Bundle Conditions

2013-01-30 Thread Eric Potter
I have seen it on Windows 7 and on Windows XP with Windows Installer 4.5
installed.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] VersionMsi and Bundle Conditions

2013-01-30 Thread Eric Potter
I have a Wix 3.6 Burn project. The bundle has a condition that should
require Windows Installer 4.5 to be installed. 

 

 



 

But when I try to run my installer on the target machine I get an error that
says "The specified program requires a newer version of Windows"

 

If I take the condition out, it works fine.

 

What am I missing?

 

Thanks

 

Eric

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ExePackage that requires .NET installed earlier in Bundle

2013-01-30 Thread Eric Schultz
Bob,

That IS what's happening. Is there a way to have it request to reboot as
needed after the .Net 4 install?

Eric

On Tue, Jan 29, 2013 at 10:08 PM, Bob Arnson  wrote:

> On 29-Jan-13 17:39, Eric Schultz wrote:
> > If .Net Framework 4 is already installed, SQL Server installs fine. If
> .Net
> > Framework 4 is not installed, the SQL Server Express install fails
> because
> > it says the .Net Framework is not installed. In fact, it says it needs
> the
> > exact same version as was just installed in the previous step.
> Check the Burn log to see if a reboot was required (and suppressed). If
> so, it won't be "real" until after the reboot.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 

Eric Schultz, Developer Advocate, Outercurve Foundation
http://www.outercurve.org
eschu...@outercurve.org
cell: 920-539-0404
skype: ericschultzwi
@EricOutercurve
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ExePackage that requires .NET installed earlier in Bundle

2013-01-29 Thread Eric Schultz
I'm creating a Bundle that installs the .NET Framework 4 and then SQL
Server Express as needed. The Chain element looks as follows:



  








If .Net Framework 4 is already installed, SQL Server installs fine. If .Net
Framework 4 is not installed, the SQL Server Express install fails because
it says the .Net Framework is not installed. In fact, it says it needs the
exact same version as was just installed in the previous step.

I don't know Burn very well so I'm wondering if the .Net Framework install
needs to be "committed" in some way before it can be used by the Sql Server
install. I tried putting a RollbackBoundary after the .Net install but it
didn't seem to help. Any one have any suggestions?

Thanks,

Eric

--
Eric Schultz, Developer Advocate, Outercurve Foundation
http://www.outercurve.org
eschu...@outercurve.org
cell: 920-539-0404
skype: ericschultzwi
@EricOutercurve
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Installing 32-bit and 64-bit components in same bundle

2013-01-03 Thread Eric Schultz
All,

I'm not very familiar with the addition of bundles to Wix and I'm trying to
figure out if they would work for a scenario I have.

I have a project with a 32-bit and 64-bit MSI's. Additionally, each have
dependencies on other 32-bit or 64-bit MSIs. Basically, what I want is a
single install file that people can run in all cases that will install the
appropriate dependencies and version. Can that be done with a Wix
bundle? If so, do you have any tips that I could use to understand how to
do that?

Eric

--
Eric Schultz, Developer Advocate, Outercurve Foundation
http://www.outercurve.org
eschu...@outercurve.org
cell: 920-539-0404
skype: ericschultzwi
@EricOutercurve
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] sql:SqlDatabase and Windows XP SP3

2012-10-29 Thread Eric Potter
In my installer, there is a sql:SqlDatabase that gets created during the
install. This works perfectly on Windows 7. But on a Windows XP box, the
database is not created. The odd thing is that I can't find anything in the
log file that would indicate why the database wasn't created.

Are there any known issues with windows xp and the sql component? Where
should I be looking for diagnostic information?

thanks

Eric
--
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn support for 32bit and 64bit .NET Framework 4 pre-requisite

2012-05-08 Thread Eric St . John

1.  The detection is for the x86 + x64 package.  In plain english you can read 
the condition as x86 NetFx key exists and either the machine is not 64-bit or 
the x64 NetFx key exists.2.  4.0.3 is an update for .Net 4.  It still requires 
the original .Net 4 to be installed. Instead of creating your own authoring for 
installing .Net 4, I suggest you use the package group that is provided in the 
NetFx extension.  Just add a reference to WixNetFxExtension.dll and include a 
 in your chain. Regards,Eric> From: 
r...@robmensching.com
> Date: Sat, 28 Apr 2012 23:59:16 -0700
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Burn support for 32bit and 64bit .NET Framework 4
> pre-requisite
> 
> IIRC, we chose to install the NETFX that has support for all platforms.
> That's why it's "x86_x64" in the file name.
> 
> On Sat, Apr 28, 2012 at 5:36 AM, Kristjan Laane 
> wrote:
> 
> > Dear fellow developers,
> >
> > -- 1 --
> >
> > I am using the Wix setup bundle as a guide for my own bootstrapper, but it
> > seems to me that the official Wix installer does not work support
> > installing
> > .NET 4 Full on 64bit properly?:
> > I.e. as far as I can tell the DetectCondition is incorrect, because it only
> > targets 32 bit, and there will be no installation happening on 64bit?
> >
> > 
> >   
> >   
> >
> >> />
> >> Variable="Netfx4x64FullVersion"
> > Win64="yes" />
> >
> >   
> >> PerMachine="yes" Permanent="yes" Vital="yes"
> > SourceFile="dotNetFx40_Full_x86_x64.exe"
> >
> > DownloadUrl="
> > http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6
> > -BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe<http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe>
> > "
> >   DetectCondition="Netfx4FullVersion AND (NOT
> > VersionNT64 OR Netfx4x64FullVersion)" />
> >
> >   
> >   
> >   
> >
> > From:
> >
> > http://wix.codeplex.com/SourceControl/changeset/view/a782416c7fbc#src%2fSetu
> > p%2fBundle%2fNetfx.wxs
> >
> > i.e. should it be changed to just DetectCondition="Netfx4FullVersion OR
> > Netfx4x64FullVersion", because the source is dotNetFx40_Full_x86_x64.exe ?
> >
> > -- 2 --
> >
> > Also, I am going to try to point to the newest version of .NET 4 -
> > currently
> > 4.0.3 at http://www.microsoft.com/en-us/download/details.aspx?id=29053
> > Do you think this is better, and will it work?
> > i.e.
> > SourceFile="NDP40-KB2600211-x86-x64.exe"
> >
> > DownloadUrl="
> > http://download.microsoft.com/download/3/3/9/3396A3CA-BFE8-4C9B
> > -83D3-CADAE72C17BE/NDP40-KB2600211-x86-x64.exe<http://download.microsoft.com/download/3/3/9/3396A3CA-BFE8-4C9B-83D3-CADAE72C17BE/NDP40-KB2600211-x86-x64.exe>
> > "
> >
> >
> > Atb,
> > Kristjan
> >
> >
> >
> > --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> 
> 
> 
> -- 
> virtually, Rob Mensching - http://RobMensching.com LLC
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] bootstrap / chainload setup.exe or vbscript from msi without burn

2012-05-07 Thread Eric Nichols
Subject: bootstrap / chainload setup.exe or vbscript from msi without burn
>From reading about burn, it allows you to chain several msi's together from
an exe. I am looking for functionality that would allow me to chain several
exe's from an msi.

I have found examples that require 'dummy' files and a 'dummy' cab as part
of the package and this example leaves an install entry in the registry.

Ideally I would be able to take existing setup.exe's and or vbscript.vbs's
and call them from an msi without distributing any files while preventing
the addition of a program in the listed installed programs.

One task I am trying to accomplish is distribution through a Software
Distribution GPO of a custom Firefox 10esr using its setup.exe. Another
task, also through a Software Distribution GPO, is to install an
Application Compatibility Toolkit Shim Database.
http://technet.microsoft.com/en-us/library/dd837647%28v=ws.10%29.aspx

I have achieved both but only by including dummy files and I end up with
two entries for each task in the list of installed programs, one from the
msi installer and one from the application or sdbinst installer. It would
seem cleaner to roll back the install and not to have to reg del item.

Can anyone provide an example of accomplishing something like this?

I have pasted an example of what I have achieved.



http://schemas.microsoft.com/wix/2006/wi";>



















NOT
Installed
Installed





--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Running ProjectInstaller with Wix?

2011-06-30 Thread Eric Goforth
Hello,

I have an in-house developed windows service that's written in VB.NET
and targets the .NET 4.0 framework.  I'm trying to install it using
wix, as I am doing with several other in-house developed windows
services.

This service has a ProjectInstaller.vb.  Inside the
InitializeComponent sub in that ProjectInstaller.vb, it is adding 3
custom performance counters.  When I install the service on my local
Win7 x64 dev machine using installutil, it works just fine.  Using the
wix-generated msi to install the service on the Win2003 x32 server, I
get a "The requested Performance Counter is not a custom counter, it
has to be initialized as ReadOnly" error when the I run the service
and it tries to access the custom performance counters.

I open perfmon and I see that the performance counters aren't there on
the Win2003 x32 server, so I'm pretty sure that's what my problem is.

Is there anyway to get the wix installer to run the
InitializeComponent in the ProjectInstaller.vb?

Here's a snippet of the Product.wxs:


  
  
  
  
  


Thanks

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Bug in 3.5 Votive?

2011-06-21 Thread Eric Teutsch
I've got an undefined preprocessor variable in my .wxs file, but when I
entered it into the "Define preprocessor variables: edit box as
var.Variable=abc it made no difference.  I then tried the probably really
wrong way of

$(var.Variable)=abc

At this stage the Votive editor wouldn't let me undo this change.  Anything
I tried produced the error message:

The expression """.Variable" cannot be evaluated.  Method
'System.String.Variable' not found

All I could do is close the project without saving it.  

 

PS: Figured out now that I'm supposed to declare it as simply 

Variable=abc

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIXproj file schema?

2011-06-20 Thread Eric Teutsch
Hi, I have to upgrade a number of WIX 2 projects, and we played with Votive
some years back and possibly due to that have some project files with
.wixproj extension.  When opening the solution with VS2010 (after installing
Wix 3.5), the conversion wizard advised that the .wixproj  files must be
opened in the IDE and converted to the latest version before it can be built
by MSBuild.  Fair enough, but I can't find any reference to what a wixproj
file is supposed to look like.  

Also when starting a search on the wix manual website, the pages that are
returned don't specify whether the information is for WIX 2 or 3 or 3.5.
Which makes one uncomfortable

Thanks for any help!
Eric T.

-Original Message-
From: Thom Leigh [mailto:t...@mondago.com] 
Sent: June-20-11 13:21
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Replacing regsvr32 commands with Wix elements

Use heat <http://wix.sourceforge.net/manual-wix3/heat.htm> to harvest your
registration information and create a wix fragment that you can include or
copy/paste from...

It's actually very easy :)

-Original Message-
From: Brad Lemings [mailto:b...@rebit.com]
Sent: 20 June 2011 17:27
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Replacing regsvr32 commands with Wix elements

G'morning (or evening wherever you are):

Our software has a couple of Explorer extensions - a namespace and shell
extension to be exact - which we've always installed and uninstalled by
running regsvr32 commands.  Are there any helpful Wix tutorials circulating
on the net that describe the Wix equivalent for doing this?

Thanks.


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image Editing
and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image Editing
and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Chaining MSIs together

2011-05-12 Thread Hambright, Eric
A bootstrapper is going to be an executable file that contains a "package" of 
your different installers. I'm currently using NSIS for a bootstrapper while 
burn is under development. It won't be a single MSI, but rather an executable. 

Microsoft Installer supports chaining of .MSIs together as of version 4.5. 
You can read more about it here;  
http://softwareinstall.blogspot.com/2008/06/fun-with-msiembeddedchainer.html

I believe installshield supports this functionality. I don't know of other 
tools that do. I think .Net installer is just an .exe and doesn't support 
chaining of MSIs.

-Original Message-
From: Kevin MacDonald [mailto:kevinmacdon...@gmail.com] 
Sent: Thursday, May 12, 2011 4:57 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Chaining MSIs together

So, dotNetInstaller is a package of .NET classes that facilitate chaining 
together MSIs? But, if it requires .NET then wouldn't any bootstrapper one 
builds with dotNetInstaller require that it be bootstrapped itself with .NET? 
My target computers don't necessarily have the .NET runtime installed.

Sorry, perhaps I'm mis-understanding. I'm just now reading up on bootstrappers 
and wrapping my head around what they are. I don't think I understand them well 
enough yet to know if the end product of using a bootstrapper will be a single 
MSI that includes everything necessary for my installation. Or is it a .NET 
executable that internally calls one MSI after another? If that's true I'm not 
sure that will work for me, because my customers require an MSI. I think they 
need it for their systems that allow rapid deployment to multiple machine.

Thanks for responding!

Kevin


On Thu, May 12, 2011 at 2:40 PM, John Cooper  wrote:

> Burn is meant to provide this functionality, but it is under developed.
>  There are plenty of chaining/bootstrapping products out there in the 
> meantime.  One I like is DotNetInstaller:
> http://dotnetinstaller.codeplex.com/ .  You could use this to install 
> the prerequisite Adobe AIR, if necessary, and then your product.
> --
> John M. Cooper
>
> -Original Message-
> From: Kevin MacDonald [mailto:kevinmacdon...@gmail.com]
> Sent: Thursday, May 12, 2011 4:25 PM
> To: wix-users
> Subject: [WiX-users] Chaining MSIs together
>
> Hello,
>
> I have an existing installer that I wrote in NSIS that does several things.
> It installs the Adobe AIR runtime by invoking an executable provided 
> by Adobe. It then installs our AIR application, again using 
> installation utilities provided by Adobe. And finally, it installs 
> media which our AIR application knows where to find. This all works 
> great. However, some of our clients require a single MSI file so that 
> they can do multiple installations from a central location. I started playing 
> with Wix in order to do this.
> However, I have encountered the problem where it does not seem to be 
> possible to chain MSIs together. I was able to kinda get it working by 
> having a custom action invoke the AIR runtime installer using the code
> below:
>
> ExeCommand='-silent' Return='asyncNoWait' />
>
>
>   After='InstallFinalize'>NOT Installed
>
>
> This works because the enclosing MSI doesn't wait for a response, and 
> the other MSI takes a few seconds to launch. This is of course very 
> hacky. Is there no way to do this properly? I don't mind if the two 
> MSIs are not chained, i.e. it would be O.K. if the AIR runtime 
> remained on the machine during an uninstall.
>
> InstallShield advertises that they can chain MSIs. I would rather go 
> the extra mile and use Wix or something similar, rather than fork out 
> $2000 for InstallShield Professional. I'm suprised that Wix can't do 
> the basic task of calling another MSI given how low level it is when 
> InstallShield is able to do it. Am I missing something?
>
> Thanks
>
> Kevin
>
> --
>  Achieve unprecedented app performance and reliability What 
> every C/C++ and Fortran developer should know.
> Learn how Intel has extended the reach of its next-generation tools to 
> help boost performance applications - inlcuding clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> NOTICE: This electronic mail message and any files transmitted with it 
> are intended exclusively for the individual or entity to which it is 
> addressed. The message, together with any attachment, may contain 
> confidential and/or privileged information.
> Any unauthorized review, use, printing, saving, copying, disclosure or 
> distribution is strictly prohibited. If you have received this message 
> in error, please immediately advise the sender by reply email and 
> delete all copies.
>
>
>
> ---

Re: [WiX-users] Upgrading wixproj

2011-01-05 Thread Eric Goforth
Thanks Rob,

I'd like to avoid having to upgrade all our projects at this time.  Is
there a version at http://wix.sf.net/releases that will work with my

\Microsoft\WiX\v3.5\Wix2010.targets style wix projects?

-Eric

On Wed, Jan 5, 2011 at 2:31 AM, Rob Mensching  wrote:
> And to answer the actual question, I think 3.5.1419 has rolled off. That
> build is almost a year out of date, we don't keep development builds around
> for more than a few months typically (and less when we get to Escrow like
> with WiX v3.5).
>
> On Tue, Jan 4, 2011 at 11:30 PM, Rob Mensching  wrote:
>
>> Weekly release are at http://wix.sf.net/releases. Yes, I know, we need to
>> clean all this stuff up. Sorry.
>>
>> Eventually http://wixtoolset.org will have all the information.
>>
>>
>>
>> On Tue, Jan 4, 2011 at 2:14 PM, Eric Goforth wrote:
>>
>>> Hmmm, I'm on codeplex (http://wix.codeplex.com/releases/view/44406)
>>> right now and I don't see a way to download 3.5.1419, is it possible
>>> to do that?  I checked out http://wixtoolset.org/ too, but it looks
>>> like that's just a place-holder site for now.
>>>
>>> -Eric
>>>
>>> On Tue, Jan 4, 2011 at 5:03 PM, Eric Goforth 
>>> wrote:
>>> > Thanks, it looks like he has 3.5.1419, I have 3.5.2415.
>>> >
>>> > On Tue, Jan 4, 2011 at 4:40 PM, jhennessey 
>>> wrote:
>>> >>
>>> >> All builds will say "Windows Installer XML Toolset 3.5" but you need to
>>> check
>>> >> the actual build version (I think the latest is 3.5.2430.0).
>>> >>
>>> >> v3.x\Wix.targets is what is current
>>> >> --
>>> >> View this message in context:
>>> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Upgrading-wixproj-tp5890061p5890254.html
>>> >> Sent from the wix-users mailing list archive at Nabble.com.
>>> >
>>>
>>
> --
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment, and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Upgrading wixproj

2011-01-04 Thread Eric Goforth
Hmmm, I'm on codeplex (http://wix.codeplex.com/releases/view/44406)
right now and I don't see a way to download 3.5.1419, is it possible
to do that?  I checked out http://wixtoolset.org/ too, but it looks
like that's just a place-holder site for now.

-Eric

On Tue, Jan 4, 2011 at 5:03 PM, Eric Goforth  wrote:
> Thanks, it looks like he has 3.5.1419, I have 3.5.2415.
>
> On Tue, Jan 4, 2011 at 4:40 PM, jhennessey  wrote:
>>
>> All builds will say "Windows Installer XML Toolset 3.5" but you need to check
>> the actual build version (I think the latest is 3.5.2430.0).
>>
>> v3.x\Wix.targets is what is current
>> --
>> View this message in context: 
>> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Upgrading-wixproj-tp5890061p5890254.html
>> Sent from the wix-users mailing list archive at Nabble.com.
>>
>> --
>> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
>> to consolidate database storage, standardize their database environment, and,
>> should the need arise, upgrade to a full multi-node Oracle RAC database
>> without downtime or disruption
>> http://p.sf.net/sfu/oracle-sfdevnl
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Upgrading wixproj

2011-01-04 Thread Eric Goforth
Thanks, it looks like he has 3.5.1419, I have 3.5.2415.

On Tue, Jan 4, 2011 at 4:40 PM, jhennessey  wrote:
>
> All builds will say "Windows Installer XML Toolset 3.5" but you need to check
> the actual build version (I think the latest is 3.5.2430.0).
>
> v3.x\Wix.targets is what is current
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Upgrading-wixproj-tp5890061p5890254.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
> --
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment, and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Upgrading wixproj

2011-01-04 Thread Eric Goforth
Hello,

I looked at the other developer's add/remove programs, it showed the
same version as mine:

Windows Installer XML Toolset 3.5

Before the "upgrade," I see:

$(MSBuildExtensionsPath)\Microsoft\WiX\v3.5\Wix2010.targets

In the .wixproj file, after the "upgrade," I see:

$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets

Is v3.x\Wix.targets a newer version than v3.5\Wix2010.targets, it
seems older to me.  Both myself and the other developer are opening
the .wixproj files with VS 2010.

Thanks,
Eric
On Tue, Jan 4, 2011 at 3:57 PM, jhennessey  wrote:
>
> It looks like they have an older version of 3.5 installed than you do. I
> believe it used to v3.5 but was later switched to use v3.x. If you both
> install the same version it should solve your problem.
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Upgrading-wixproj-tp5890061p5890126.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
> --
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment, and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Upgrading wixproj

2011-01-04 Thread Eric Goforth
Hello,

I have installed Windows Installer XML Toolset 3.5 on my development
machine, which is running Vista 32-bit, for what it's worth.  I'm then
opening a .wixproj file using Visual Studio 2010 that was created by a
different developer here using WIX3.5/VS2010, I believe.

At any rate, when I open the file, I get prompted by Visual Studio to
upgrade the solution.  The developer who originally created this file
doesn't get this message.  Prior to my upgrade, when i look at the
.wixproj file, I see the following tags:

$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.5\Wix2010.targets
$(MSBuildExtensionsPath)\Microsoft\WiX\v3.5\Wix2010.targets

After the upgrade has completed, these lines are changed to:

$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets
$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets

This looks like it's rolling back the version to me.  Any idea what's
up?  I also have VS 2008 on my machine, but we're doing all new
development (including this Wix project) in 2010.  I watched the other
developer open this .wixproj file in VS 2010 a few minutes ago, and he
wasn't prompted to do an upgrade.

Thanks,
-Eric

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Light Error LGHT0001 on custom table with binary column

2010-10-24 Thread Eric Schultz
I'm getting an error from light when I build a wix project that has a custom
table with a binary column. The error message returned is as follows:

light.exe : error LGHT0001 : Function failed during execution

Exception Type: System.ComponentModel.Win32Exception

Stack Trace:
   at Microsoft.Tools.WindowsInstallerXml.Msi.Database.Commit()
   at Microsoft.Tools.WindowsInstallerXml.Binder.GenerateDatabase(Output
output, String databaseFile, Boolean keepAddedColumns, Boolean
useSubdirectory)
   at Microsoft.Tools.WindowsInstallerXml.Binder.BindDatabase(Output output,
String databaseFile)
   at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output, String
file)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)

This only happens when I have a custom table with a binary column in it.
Also if I have a row where the cell for the binary column is null, the error
doesn't occur. I've tried multiple files and absolute and relative paths and
nothing seems to make any difference. The relevant Wix code is included
below. Does anyone have any suggestions?

Eric


  
  
  
  
  
  
  
{332EA1F2-2BF2-E0CF-4FF2-5872A34A403B}
Liba
A Sample Package
coapp-bootstrap.exe
2010-06-10
Two
  

--
Nokia and AT&T 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] Custom TimeDate Column Sample

2010-10-23 Thread Eric Schultz
All,

I'm trying to create a custom table for my Wix project. One of the columns
needs to hold a date so I assume I use the TimeDate category with Type 'int'
as suggested in the documentation. When I do this though I get a warning
telling me the column width is wrong. I also am unsure what format of data
I'm supposed to putting in the Data element. I've included the relevant code
below but does anyone have a sample of creating a custom table with a
TimeDate column?

Eric



--- bunch of other columns --




   

 2010-06-10




--
Nokia and AT&T 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] Force silent install always

2010-09-20 Thread Eric Schultz
Hey all,

On the project I'm working on, we need MSI files to never have a UI (even
the built in one), other than the UAC dialog, pop up. This means when a user
double clicks the MSI file in Windows Explorer no dialog will pop up other
than the UAC one.

Is it possible to do this with Wix and if so, how?

Eric
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Detect .NET Framework 3.0

2010-09-06 Thread Eric Teutsch
http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm shows also
NETFRAMEWORK40FULL and NETFRAMEWORK40CLIENT

-Original Message-
From: Ian Ceicys [mailto:ian.cei...@noblegroupinternational.com] 
Sent: September 6, 2010 16:48
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Detect .NET Framework 3.0

I'm looking for a way to detect .NET Framework 4.0. 

Any resources that provide samples on how to detect this framework?

Thanks,
Ian Ceicys

-Original Message-
From: Pally Sandher [mailto:pally.sand...@iesve.com] 
Sent: Tuesday, August 03, 2010 5:25 AM
To: General discussion for Windows Installer XML toolset.;
wix-users-requ...@lists.sourceforge.net
Subject: Re: [WiX-users] Detect .NET Framework 3.0

http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm 

Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501 

http://www.iesve.com
**Design, Simulate + Innovate with the ** Integrated
Environmental Solutions Limited. Registered in Scotland No.
SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow
G20 0SP Email Disclaimer

-Original Message-
From: BSR PHANI [mailto:bsrphani...@gmail.com]
Sent: 03 August 2010 07:28
To: wix-users-requ...@lists.sourceforge.net; General discussion for Windows
Installer XML toolset.
Subject: [WiX-users] Detect .NET Framework 3.0

Hi ,

Can any one please help me that how to detect .NET Framework 3.0(launch
condition) using WIX 3.0?

Thanks,
Phani

--
The Palm PDK Hot Apps Program offers developers who use the Plug-In
Development Kit to bring their C/C++ apps to Palm for a share of $1 Million
in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




--
The Palm PDK Hot Apps Program offers developers who use the Plug-In
Development Kit to bring their C/C++ apps to Palm for a share of $1 Million
in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WriteIIS7ConfigChanges error in Wix 3.5.1714

2010-05-17 Thread Eric St . John

Can you confirm your scenario:


Website exists with virtual dirs.
Your installer locates the site and installs virtual dirs with different paths.
On uninstall, all virtual dirs, regardless of path, are removed.
 

Do you think you could attach your repro source to the bug?

 

Thanks,
Eric
 


From: chilavegp...@mail.ru
To: eric.st.j...@hotmail.com; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] WriteIIS7ConfigChanges error in Wix 3.5.1714
Date: Mon, 17 May 2010 18:01:58 +0400







OK, thanks a lot. Also in 3.5.1714 I found the following – my msi creates 3 
virtual dirs during installation and removes them during uninstallation. Msi, 
built with 3.5.1710 uninstalls properly and removes 3 virtual dirs, but msi 
built with 3.5.1714 uninstalls all virtual dirs (even, which were installed by 
other installers) under selected web site.
 


From: Eric St.John [mailto:eric.st.j...@hotmail.com] 
Sent: Monday, May 17, 2010 17:44
To: chilavegp...@mail.ru; wix-users
Subject: RE: [WiX-users] WriteIIS7ConfigChanges error in Wix 3.5.1714
 
This is similar to a number of bugs I recently fixed in the IIS Extension.  It 
looks like I may have missed one.  I will take a look.  I have opened bug 
3002703 to track the issue.

 

Thanks!

Eric

> From: chilavegp...@mail.ru
> To: wix-users@lists.sourceforge.net
> Date: Mon, 17 May 2010 14:22:23 +0400
> Subject: [WiX-users] WriteIIS7ConfigChanges error in Wix 3.5.1714
> 
> Hi All, please help why such error is happened?
> 
> 
> 
> WriteIIS7ConfigChanges: Entering WriteIIS7ConfigChanges in
> C:\Windows\Installer\MSI78A3.tmp, version 3.5.1714.0
> 
> WriteIIS7ConfigChanges: Error 0x800700b7: Failed to add defaultDocument
> Files element
> 
> WriteIIS7ConfigChanges: Error 0x800700b7: Failed to set DirProps Default
> Documents
> 
> WriteIIS7ConfigChanges: Error 0x800700b7: Failed to configure IIS
> DirProperties.
> 
> WriteIIS7ConfigChanges: Error 0x800700b7: WriteIIS7ConfigChanges Failed.
> 
> CustomAction WriteIIS7ConfigChanges returned actual error code 1603 (note
> this may not be 100% accurate if translation happened inside sandbox)
> 
> Action ended 11:24:20: InstallFinalize. Return value 3.
> 
> --
> 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
 



Hotmail is redefining busy with tools for the New Busy. Get more from your 
inbox. See how.
_
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with 
Hotmail. 
http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5
--

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


Re: [WiX-users] IIS error during Repair Installation?

2010-05-17 Thread Eric St . John

This was actually a bug in the IIS custom actions.  It should be fixed in the 
latest build : 3.5.1714.00.  Please give it a try.
-Eric

> From: houssam.ham...@netiks.com
> To: wix-users@lists.sourceforge.net
> Date: Thu, 6 May 2010 12:03:46 +0300
> Subject: Re: [WiX-users] IIS error during Repair Installation?
> 
> I recommend you to set the ConfigureIfExists="no" attribute for
>  tag then update the website settings using C#/C++ custom
> action.
> 
> Regards,
> Houssam Hamdan
> 
> -Original Message-
> From: Yan, Lu (Shanghai) [mailto:l...@husky.ca] 
> Sent: Thursday, May 06, 2010 5:31 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] IIS error during Repair Installation?
> 
> I have build a sample Wix project which sets up a IIS website on Windows
> 2008 server IIS7.0.6
> 
>  
> 
> It is OK for a fresh install, and the IIS is well configured as I
> expected. But if I am doing a maintenance installation(repair)
> 
> The install ends because of errors. 
> 
> Here is the log message:
> 
> MSI (s) (B8:C0) [10:08:38:983]: Executing op:
> ActionStart(Name=CommitIIS7ConfigTransaction,Description=Committing IIS
> Config Transaction,)
> 
> Action 10:08:38: CommitIIS7ConfigTransaction. Committing IIS Config
> Transaction
> 
> MSI (s) (B8:C0) [10:08:38:986]: Executing op:
> CustomActionSchedule(Action=CommitIIS7ConfigTransaction,ActionType=11777
> ,Source=BinaryData,Target=**,CustomActionData=**)
> 
> MSI (s) (B8:C0) [10:08:38:987]: Executing op:
> ActionStart(Name=WriteIIS7ConfigChanges,Description=Installing Config
> Keys and Values,)
> 
> Action 10:08:38: WriteIIS7ConfigChanges. Installing Config Keys and
> Values
> 
> MSI (s) (B8:C0) [10:08:38:989]: Executing op:
> CustomActionSchedule(Action=WriteIIS7ConfigChanges,ActionType=11265,Sour
> ce=BinaryData,Target=**,CustomActionData=**)
> 
> MSI (s) (B8:10) [10:08:38:995]: Invoking remote custom action. DLL:
> C:\Windows\Installer\MSID0AF.tmp, Entrypoint: WriteIIS7ConfigChanges
> 
> WriteIIS7ConfigChanges:  Error 0x800700b7: Failed add application VDir
> element
> 
> WriteIIS7ConfigChanges:  Error 0x800700b7: Failed to create vdir for
> application
> 
> WriteIIS7ConfigChanges:  Error 0x800700b7: Failed to configure IIS VDir.
> 
> WriteIIS7ConfigChanges:  Error 0x800700b7: WriteIIS7ConfigChanges
> Failed.
> 
> Action ended 10:08:39: InstallFinalize. Return value 3.
> 
> MSI (s) (B8:C0) [10:08:39:093]: User policy value 'DisableRollback' is 0
> 
> MSI (s) (B8:C0) [10:08:39:093]: Machine policy value 'DisableRollback'
> is 0
> 
> MSI (s) (B8:C0) [10:08:39:095]: Executing op:
> Header(Signature=1397708873,Version=405,Timestamp=1017532692,LangId=1033
> ,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,Scri
> ptAttributes=0)
> 
> MSI (s) (B8:C0) [10:08:39:096]: Executing op:
> DialogInfo(Type=0,Argument=1033)
> 
> MSI (s) (B8:C0) [10:08:39:096]: Executing op:
> DialogInfo(Type=1,Argument=Foobar 1.0)
> 
> MSI (s) (B8:C0) [10:08:39:096]: Executing op:
> RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back
> action:,RollbackTemplate=
> 
>  
> 
> It seems reconfigure an existing IIS webapp/webdir fails. 
> 
> I have tried on Wix version 3.5.1602 and 3.5.1623, and neither works.
> 
>  
> 
> Here is my sample code:
> 
> 
> 
>   
> 
> 
> 
>Guid='{C134F063-3A6F-43a5-97EE-9F3FFC67B7C6}'>
> 
>  DiskId='1' Source='default.htm' />
> 
>   
> 
> 
> 
>   
> 
>Guid='{D9821C11-BB9B-4c77-9289-B0128AF5F9C9}'>
> 
>  Directory='InstallDir' WebSite='DefaultWebSite'>
> 
>   
> 
> 
> 
>   
> 
> 
> 
> 
> 
>   
> 
> 
> 
> 
> --
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> 
> 
> --
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
  
_
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1
--

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


Re: [WiX-users] WriteIIS7ConfigChanges error in Wix 3.5.1714

2010-05-17 Thread Eric St . John

This is similar to a number of bugs I recently fixed in the IIS Extension.  It 
looks like I may have missed one.  I will take a look.  I have opened bug 
3002703 to track the issue.
Thanks!Eric

> From: chilavegp...@mail.ru
> To: wix-users@lists.sourceforge.net
> Date: Mon, 17 May 2010 14:22:23 +0400
> Subject: [WiX-users] WriteIIS7ConfigChanges error in Wix 3.5.1714
> 
> Hi All, please help why such error is happened?
> 
>  
> 
> WriteIIS7ConfigChanges:  Entering WriteIIS7ConfigChanges in
> C:\Windows\Installer\MSI78A3.tmp, version 3.5.1714.0
> 
> WriteIIS7ConfigChanges:  Error 0x800700b7: Failed to add defaultDocument
> Files element
> 
> WriteIIS7ConfigChanges:  Error 0x800700b7: Failed to set DirProps Default
> Documents
> 
> WriteIIS7ConfigChanges:  Error 0x800700b7: Failed to configure IIS
> DirProperties.
> 
> WriteIIS7ConfigChanges:  Error 0x800700b7: WriteIIS7ConfigChanges Failed.
> 
> CustomAction WriteIIS7ConfigChanges returned actual error code 1603 (note
> this may not be 100% accurate if translation happened inside sandbox)
> 
> Action ended 11:24:20: InstallFinalize. Return value 3.
> 
> --
> 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
  
_
Hotmail is redefining busy with tools for the New Busy. Get more from your 
inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2
--

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


Re: [WiX-users] With per-user install, some files are placed in the all-users location.

2009-10-16 Thread Eric Anderson
I believe the problem may have been that their identifiers were all uppercase. 
Changing them to mixed case resolved the issue.


-Original Message-
From: Eric Anderson [mailto:eand...@microsoft.com] 
Sent: Friday, October 16, 2009 4:16 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] With per-user install, some files are placed in the 
all-users location.

Here's a long shot: Could the FBX and _394D1CD9 folders be treated differently 
because they consist of all uppercase letters?


-Original Message-
From: Blair [mailto:os...@live.com] 
Sent: Friday, October 16, 2009 3:00 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] With per-user install, some files are placed in the 
all-users location.

In a verbose installation log, search for the properties Content, Audio,
FBX, _394D1CD9, & boku_programming_ui_02.fbm. See which one starts the
deviation from the others. Then look back to where that property gets set
and who sets it.

-Original Message-
From: Eric Anderson [mailto:eand...@microsoft.com] 
Sent: Friday, October 16, 2009 1:51 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] With per-user install, some files are placed in the
all-users location.

Hello,

Our installer project has a large number of content files existing in a
pretty deep folder hierarchy. We use the heat.exe utility to generate a
fragment for all of them. This works great, the xml output looks correct.
But when performing a per-user install, one of the folders always goes to
the all-users location (below Program Files). All other content folders go
the expected location (below AppData/Local/Apps), it's just one of them that
gets misplaced.

I'm not sure how it is possible for files in the same fragment to have
different base paths. Here's a snippet of our content file fragment:

The beginning of the content fragment:





This folder (Audio), and many others at this level, go to the correct
location:





 ...

This folder (FBX), which exists at the same level in the fragment as Audio
(from above), always goes to the all-users location:










I'm pretty new to WiX, so I'm probably just missing something obvious. Any
help is much appreciated.

Thanks,

Eric



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


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


Re: [WiX-users] With per-user install, some files are placed in the all-users location.

2009-10-16 Thread Eric Anderson
Here's a long shot: Could the FBX and _394D1CD9 folders be treated differently 
because they consist of all uppercase letters?


-Original Message-
From: Blair [mailto:os...@live.com] 
Sent: Friday, October 16, 2009 3:00 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] With per-user install, some files are placed in the 
all-users location.

In a verbose installation log, search for the properties Content, Audio,
FBX, _394D1CD9, & boku_programming_ui_02.fbm. See which one starts the
deviation from the others. Then look back to where that property gets set
and who sets it.

-Original Message-
From: Eric Anderson [mailto:eand...@microsoft.com] 
Sent: Friday, October 16, 2009 1:51 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] With per-user install, some files are placed in the
all-users location.

Hello,

Our installer project has a large number of content files existing in a
pretty deep folder hierarchy. We use the heat.exe utility to generate a
fragment for all of them. This works great, the xml output looks correct.
But when performing a per-user install, one of the folders always goes to
the all-users location (below Program Files). All other content folders go
the expected location (below AppData/Local/Apps), it's just one of them that
gets misplaced.

I'm not sure how it is possible for files in the same fragment to have
different base paths. Here's a snippet of our content file fragment:

The beginning of the content fragment:





This folder (Audio), and many others at this level, go to the correct
location:





 ...

This folder (FBX), which exists at the same level in the fragment as Audio
(from above), always goes to the all-users location:










I'm pretty new to WiX, so I'm probably just missing something obvious. Any
help is much appreciated.

Thanks,

Eric



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


--
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] With per-user install, some files are placed in the all-users location.

2009-10-16 Thread Eric Anderson
Hello,

Our installer project has a large number of content files existing in a pretty 
deep folder hierarchy. We use the heat.exe utility to generate a fragment for 
all of them. This works great, the xml output looks correct. But when 
performing a per-user install, one of the folders always goes to the all-users 
location (below Program Files). All other content folders go the expected 
location (below AppData/Local/Apps), it's just one of them that gets misplaced.

I'm not sure how it is possible for files in the same fragment to have 
different base paths. Here's a snippet of our content file fragment:

The beginning of the content fragment:





This folder (Audio), and many others at this level, go to the correct location:





 ...

This folder (FBX), which exists at the same level in the fragment as Audio 
(from above), always goes to the all-users location:










I'm pretty new to WiX, so I'm probably just missing something obvious. Any help 
is much appreciated.

Thanks,

Eric


--
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] High Contrast

2009-10-09 Thread Eric Anderson
Hello, I can confirm we're seeing the same with WiX 3.0, using the theme "High 
Contrast Black" in Win7 RTM.

-Eric

-Original Message-
From: Alex Davis [mailto:alexpdavi...@yahoo.com] 
Sent: den 9 oktober 2009 13:48
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] High Contrast

Thanks Blair. I've uploaded the screenshot here: 
http://www.flickr.com/photos/43382...@n03/3995772779/
In regular mode, we would see some welcome description text on this screen. In 
high-contrast mode, no text is visible.

--- On Fri, 10/9/09, Blair  wrote:


From: Blair 
Subject: Re: [WiX-users] High Contrast
To: "'General discussion for Windows Installer XML toolset.'" 

Date: Friday, October 9, 2009, 7:17 PM


(changing the subject line since it was "blank")

The list server often strips attachments. Could you please post the images
somewhere and supply a link to them?

-Original Message-
From: Alex Davis [mailto:alexpdavi...@yahoo.com] 
Sent: Friday, October 09, 2009 10:52 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] (no subject)

Hi
 
We use Wix 2.0 to build the installer for our product. When running the MSI
after switching to the "high contrast black" color scheme in Windows, the
installer text is not readable (attaching sample screenshot). 
 
While we expected that the installer background would turn black so that the
white text is readable in this mode, the actual behavior seems to be that
the background and text are both white, making most text unreadable. The
problem appears to be that the banner background image on the installer
screen doesn't change due to high contrast. We believe this would impact
visually impaired users.
 
Does anyone have any inputs / workarounds to fix this issue?
 
Thanks
Alex



      


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


--
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] LGHT0204 - directory not in removefile table despite my attempt to remove it

2009-08-14 Thread Eric Napier
Hello Wix group.
I'm following
http://wix.sourceforge.net/manual-wix3/create_start_menu_shortcut.htm to create
a shortcut to my app. I want a menu structure like Programs/Company/Flv
Viewer/shortcut_to_app
Light is giving me the following error:
 error LGHT0204 : ICE64: The directory CompanyMenuFolder is in the user
profile but is not listed in the RemoveFile table.

Below is the relevant xml:

  

  

  
  //This is the close for the earlier TARGETDIR element



  
  
  
  



As you can see, I'm attempting to remove CompanyMenuFolder with a
RemoveFolder element.
--
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] specifying multiple values for a property

2009-08-10 Thread Eric Napier
I want to specify all the domain groups that can use my application.Is there
a way I can get them all in the same property - e.g. msiexec /i my.msi
LEGITGROUP=administrators LEGITGROUP=powerusers LEGITGROUP=someothergroup

The number of permitted groups will be variable. What's the correct way to
implement this?

Thanks
Eric Napier
--
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] conditionally append to a directory

2009-07-27 Thread Eric Napier
If I schedule it after CostFinalize I get the following Light error:
error LGHT0204 : ICE12: CustomAction: append_to_install_path is of type: 51
referring to a Directory. Therefore it must come before CostFinalize @ 1000
in Seq Table: InstallExecuteSequence. CA Seq#: 3999

-- Forwarded message --
From: Eric Napier 
To: wix-users@lists.sourceforge.net
Date: Sun, 26 Jul 2009 10:56:50 -0500
Subject: [WiX-users] conditionally append to a directory
I want to alter the install path for single user installations.
Specifically, when ALLUSERS="", I want to append a 'Software' subdirectory
to the end.I've tried a type 51 action like this:



(HostDir is the usual end of my install path).
I've scheduled this before CostFinalize.

I guess [HostDir] is still empty at that time, because when I attempt to
append to it all I get is 'Software' (nothing preceeding it).

I've also tried a  action with similar results.

Is there a better way to do this?

Thanks



-- Forwarded message --
From: "Alexander Shevchuk" 
To: "'General discussion for Windows Installer XML toolset.'" <
wix-users@lists.sourceforge.net>
Date: Sun, 26 Jul 2009 10:19:16 -0700
Subject: Re: [WiX-users] conditionally append to a directory
>I've scheduled this before CostFinalize.

Directory resolution happens during CostFinalize. You need to schedule your
CA after CostFinalize.
Why are you scheduling your CA before CostFinalize? Any concerns that after
CostFinalize it will be too late to change the installation folder?

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


[WiX-users] conditionally append to a directory

2009-07-26 Thread Eric Napier
I want to alter the install path for single user installations.
Specifically, when ALLUSERS="", I want to append a 'Software' subdirectory
to the end.I've tried a type 51 action like this:



(HostDir is the usual end of my install path).
I've scheduled this before CostFinalize.

I guess [HostDir] is still empty at that time, because when I attempt to
append to it all I get is 'Software' (nothing preceeding it).

I've also tried a  action with similar results.

Is there a better way to do this?

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


Re: [WiX-users] filesearch not finding file

2009-07-22 Thread Eric Napier
Yes, HostDir is the innermost item in my installation hierarchy. It contains
a component and an ini entry (in msi.ini).
So if a different msi with this same structure is executed, I'd expect the
filesearch to find this file. But it's not.
-- Forwarded message --
From: John Ludlow 
To: "General discussion for Windows Installer XML toolset." <
wix-users@lists.sourceforge.net>
Date: Wed, 22 Jul 2009 21:59:59 +0100
Subject: Re: [WiX-users] filesearch not finding file
What sets HostDir?  Does HostDir point to a folder containing msi.ini
(you can check that from the log)?

2009/7/22 Eric Napier :
> Component search is a better choice except that I won't know the old
> component guid.
> So instead I'm checking for the presence of this file. If it's there, I
want
> to fail the install.
>
> -- Forwarded message --
> From: "Wilson, Phil" 
> To: General discussion for Windows Installer XML toolset. <
> wix-users@lists.sourceforge.net>
> Date: Wed, 22 Jul 2009 11:09:47 -0700
> Subject: Re: [WiX-users] filesearch not finding file
> What's the goal here? Are you looking for that file, or is it just a
marker
> for a previous version of the product? If it was previously installed with
> an MSI package a component search would be more reliable - it doesn't
depend
> on directory locations, and it works if the user changes the install
folder
> from the default Program Files location.
>
> Phil Wilson
>
>
> -Original Message-
> From: Eric Napier [mailto:napi...@gmail.com]
> Sent: Wednesday, July 22, 2009 8:29 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] filesearch not finding file
>
> I want to fail an installation if a file (msi.ini) is present. My
filesearch
> element doesn't seem to be finding my file. I've confirmed the file is
> there.
> If I remove the filesearch element, the directory search finds the
directory
> and fails the install. However, when I include the filesearch element it
> never finds my file.
> Can you see my mistake?
>
> My code below.Thanks.
>
>   
> 
>   
> 
>   
>   
>   (REMOVE ~= "ALL") OR (NOT PREVIOUSMSIINSTALLED)
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] filesearch not finding file

2009-07-22 Thread Eric Napier
Component search is a better choice except that I won't know the old
component guid.
So instead I'm checking for the presence of this file. If it's there, I want
to fail the install.

-- Forwarded message --
From: "Wilson, Phil" 
To: General discussion for Windows Installer XML toolset. <
wix-users@lists.sourceforge.net>
Date: Wed, 22 Jul 2009 11:09:47 -0700
Subject: Re: [WiX-users] filesearch not finding file
What's the goal here? Are you looking for that file, or is it just a marker
for a previous version of the product? If it was previously installed with
an MSI package a component search would be more reliable - it doesn't depend
on directory locations, and it works if the user changes the install folder
from the default Program Files location.

Phil Wilson


-Original Message-
From: Eric Napier [mailto:napi...@gmail.com]
Sent: Wednesday, July 22, 2009 8:29 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] filesearch not finding file

I want to fail an installation if a file (msi.ini) is present. My filesearch
element doesn't seem to be finding my file. I've confirmed the file is
there.
If I remove the filesearch element, the directory search finds the directory
and fails the install. However, when I include the filesearch element it
never finds my file.
Can you see my mistake?

My code below.Thanks.

   
 
   
 
   
   
   (REMOVE ~= "ALL") OR (NOT PREVIOUSMSIINSTALLED)
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] filesearch not finding file

2009-07-22 Thread Eric Napier
I want to fail an installation if a file (msi.ini) is present. My filesearch
element doesn't seem to be finding my file. I've confirmed the file is
there.
If I remove the filesearch element, the directory search finds the directory
and fails the install. However, when I include the filesearch element it
never finds my file.
Can you see my mistake?

My code below.Thanks.


  

  


(REMOVE ~= "ALL") OR (NOT PREVIOUSMSIINSTALLED)
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] inifilesearch doesn't execute

2009-07-21 Thread Eric Napier
No, it's not in the windows folder. It's in program files\my company\myapp
Does it have to be in Windows for inifilesearch to work? I thought the
directorysearch element told it where to look?

-Original Message-
From: "Alex Shevchuk" 
To: "'General discussion for Windows Installer XML toolset.'" <
wix-users@lists.sourceforge.net>
Date: Tue, 21 Jul 2009 16:45:36 -0700
Subject: Re: [WiX-users] inifilesearch doesn't execute
Hi Eric,

Are you sure that msi.ini file is in the default windows folder?

Alex



-Original Message-
From: Eric Napier [mailto:napi...@gmail.com]
Sent: Tuesday, July 21, 2009 3:34 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] inifilesearch doesn't execute

I'm having a problem with an ini file search. I'm trying to disallow
installation based on the presence of a value in an ini file.
However, OLDVALUE (the item for which I'm searching) is never set. I've
confirmed the presence of the item in the ini file. The path is correct.
Examining the log, I can find no evidence of this search running.
Can you tell what I'm doing wrong?  My code below.
Thanks


 
   
 


(REMOVE ~=
"ALL") OR (OLDVALUE="")
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] inifilesearch doesn't execute

2009-07-21 Thread Eric Napier
I'm having a problem with an ini file search. I'm trying to disallow
installation based on the presence of a value in an ini file.
However, OLDVALUE (the item for which I'm searching) is never set. I've
confirmed the presence of the item in the ini file. The path is correct.
Examining the log, I can find no evidence of this search running.
Can you tell what I'm doing wrong?  My code below.
Thanks


  

  


(REMOVE ~=
"ALL") OR (OLDVALUE="")
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] controlling install location based on the value of ALLUSERS

2009-07-16 Thread Eric Napier
If ALLUSERS is 1, I want to install to ProgramFilesFolder. If ALLUSERS is
blank, I want to install to LocalAppDataFolder.Any recommendations for how
to accomplish this?
Thanks
--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] renaming a file with install time argument

2009-07-02 Thread Eric Napier
I need to install and invoke an executable file.  I also need to specify the
file name at installation time (some of the arguments are taken from the
file name).That is, at compile time I can include 'myfile.exe'.  But at
install time, I need to rename this file to SomeArgument.exe where
SomeArgument arrived via msiexec param.
What is the best way to do this?

Thanks,
Eric Napier
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to use PathEdit?

2009-05-20 Thread Eric St . John

You mentioned before that you wanted "variable for later usage", these are 
called properties in MSI.  See 
http://msdn.microsoft.com/en-us/library/aa370889(VS.85).aspx.  You'll want to 
set that to a public property (all capital letters) so that it can be specified 
on the commandline when the user doesn't run your installer at full UI.  For 
more information about using the PathEdit control see 
http://msdn.microsoft.com/en-us/library/aa370749(VS.85).aspx.

> Date: Wed, 20 May 2009 11:14:56 -0400
> From: sonukap...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] How to use PathEdit?
> 
> Thanks for checking.
> 
> To what should the attribute be set? The page doesnt say it or I dont see
> it.
> 
> On Wed, May 20, 2009 at 11:08 AM, Eric St.John 
> wrote:
> 
>>
>> See 
>> http://msdn.microsoft.com/en-us/library/aa372835(VS.85).aspx<http://msdn.microsoft.com/en-us/library/aa372835%28VS.85%29.aspx>you
>>  will see that the message states "Control [3] on dialog [2] needs a
>> property linked to it."
>>
>> I suggest setting the contr...@property attribute:
>> http://wix.sourceforge.net/manual-wix3/wix_xsd_control.htm
>> -Eric
>>
>>> Date: Wed, 20 May 2009 11:02:49 -0400
>>> From: sonukap...@gmail.com
>>> To: wix-users@lists.sourceforge.net
>>> Subject: [WiX-users] How to use PathEdit?
>>>
>>> Hello,
>>>
>>> I am new to Wix. I downloaded the latest version. I need to create a
>> dialog,
>>> which allows the user to select a folder - I would like to store the
>>> selected folder in a local variable for later usage. Please note that
>> this
>>> is not for the installation folder. I am using this for a different
>> purpose.
>>> I tried to add a simple PathEdit control into my dialog, however kept
>>> getting error 2819. How can I fix that?
>>>
>>> Thanks
>>>
>> --
>>> 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
>>
>> _
>> Hotmail® has ever-growing storage! Don’t worry about storage limits.
>>
>> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
>>
>> --
>> 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
>>
> --
> 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

_
Hotmail® goes with you. 
http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
--
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


Re: [WiX-users] Using INSTALLDIR in MSM That Eventually Reflects the MSIs INSTALLDIR

2009-05-20 Thread Eric St . John

See http://wix.sourceforge.net/manual-wix3/votive_project_templates.htm
A wixlib is a wix library.  Consider it wix's form of a staticly linked 
library.  If you don't need to share your MSM externally you could just compile 
a wixlib of fragments instead, add a reference to the wixlib in all of your 
products that need the registry keys, then add a componentref to the components 
in the wixlib that contain the keys you need to reuse. 
FWIW I don't really understand why you wouldn't include the file in the MSM.  
-Eric

> Date: Wed, 20 May 2009 11:06:22 -0400
> From: sonukap...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Using INSTALLDIR in MSM That Eventually Reflects 
> the MSIs INSTALLDIR
> 
> I dont know what WixLib is. I am googleing...
> 
> On Wed, May 20, 2009 at 11:00 AM, Eric St.John 
> wrote:
> 
>>
>> Have you considered using a WixLib to do this?
>>
>>> Date: Tue, 19 May 2009 20:17:30 -0700
>>> From: jonathan.new...@ni.com
>>> To: wix-users@lists.sourceforge.net
>>> Subject: Re: [WiX-users] Using INSTALLDIR in MSM That Eventually Reflects
>> the MSIs INSTALLDIR
>>>
>>>
>>> Hi Bob,
>>>
>>> The problem is that the exe that I am referencing is actually in the MSI
>>> that I am merging into. Basically the MSM just contains a bunch of static
>>> registry entries (i.e. basically just adding the registry keys for the
>> exe's
>>> type library information). If I just [#blah.exe] in the MSM, it still
>>> appends the guid which doesn't map to [#blah.exe] in the MSI.
>>>
>>> The reason its an MSM is because these registry keys are merged into all
>> the
>>> different products that contain the blah.exe file.
>>>
>>> Maybe the way things are setup now isn't the best way. I'd be happy to
>>> restructure if that was the better solution.
>>>
>>> Thanks
>>> --
>>> View this message in context:
>> http://n2.nabble.com/Using-INSTALLDIR-in-MSM-That-Eventually-Reflects-the-MSIs-INSTALLDIR-tp2935794p2943957.html
>>> Sent from the wix-users mailing list archive at Nabble.com.
>>>
>>>
>>>
>> --
>>> 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
>>
>> _
>> Hotmail® has ever-growing storage! Don’t worry about storage limits.
>>
>> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
>>
>> --
>> 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
>>
> --
> 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

_
Windows Live™: Keep your life in sync.
http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
--
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


Re: [WiX-users] How to use PathEdit?

2009-05-20 Thread Eric St . John

See http://msdn.microsoft.com/en-us/library/aa372835(VS.85).aspx you will see 
that the message states "Control [3] on dialog [2] needs a property linked to 
it."

I suggest setting the contr...@property attribute: 
http://wix.sourceforge.net/manual-wix3/wix_xsd_control.htm
-Eric

> Date: Wed, 20 May 2009 11:02:49 -0400
> From: sonukap...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] How to use PathEdit?
> 
> Hello,
> 
> I am new to Wix. I downloaded the latest version. I need to create a dialog,
> which allows the user to select a folder - I would like to store the
> selected folder in a local variable for later usage. Please note that this
> is not for the installation folder. I am using this for a different purpose.
> I tried to add a simple PathEdit control into my dialog, however kept
> getting error 2819. How can I fix that?
> 
> Thanks
> --
> 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

_
Hotmail® has ever-growing storage! Don’t worry about storage limits.
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
--
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


Re: [WiX-users] Using INSTALLDIR in MSM That Eventually Reflects the MSIs INSTALLDIR

2009-05-20 Thread Eric St . John

Have you considered using a WixLib to do this?

> Date: Tue, 19 May 2009 20:17:30 -0700
> From: jonathan.new...@ni.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Using INSTALLDIR in MSM That Eventually Reflects the 
> MSIs INSTALLDIR
> 
> 
> Hi Bob,
> 
> The problem is that the exe that I am referencing is actually in the MSI
> that I am merging into. Basically the MSM just contains a bunch of static
> registry entries (i.e. basically just adding the registry keys for the exe's
> type library information). If I just [#blah.exe] in the MSM, it still
> appends the guid which doesn't map to [#blah.exe] in the MSI. 
> 
> The reason its an MSM is because these registry keys are merged into all the
> different products that contain the blah.exe file. 
> 
> Maybe the way things are setup now isn't the best way. I'd be happy to
> restructure if that was the better solution.
> 
> Thanks
> -- 
> View this message in context: 
> http://n2.nabble.com/Using-INSTALLDIR-in-MSM-That-Eventually-Reflects-the-MSIs-INSTALLDIR-tp2935794p2943957.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> 
> --
> 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

_
Hotmail® has ever-growing storage! Don’t worry about storage limits.
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
--
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


Re: [WiX-users] Accessing wxl file strings from c# custom actions.

2009-05-20 Thread Eric St . John

Did you try http://wix.sourceforge.net/manual-wix3/wix_xsd_error.htmYou can 
also try http://wix.sourceforge.net/manual-wix3/wix_xsd_uitext.htm
The error table should only be used to associate text with error strings, 
UIText table is your general purpose bag-o-strings.
-Eric

> From: v-sad...@microsoft.com
> To: wix-users@lists.sourceforge.net
> Date: Wed, 20 May 2009 09:32:48 +0800
> Subject: Re: [WiX-users] Accessing wxl file strings from c# custom actions.
> 
> Thanks Rob,
> I am able to read the Error table, however it doesn't have the error messages 
> I am seeking. Is there any easy way of adding custom errors to error table?
> 
> Thanks
> Sachin
> 
> -Original Message-
> From: Rob Mensching [mailto:r...@wixtoolset.org] 
> Sent: Tuesday, May 19, 2009 5:12 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Accessing wxl file strings from c# custom actions.
> 
> Use the Error table and it all just works.
> 
> Sachin Dubey (Tata Consultancy Services) wrote:
>> Hi,
>>
>> I am curious if it is possible to access localized string text present in 
>> .wxl file within C# custom actions?
>> I am suing DTF to access properties, and want to access localized text to 
>> configure error messages. Is there any other way for this or should I have 
>> resource file containing localized text for the custom actions.
>>
>> Thanks
>> Sachin
>>
>>
>> --
>> 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
>>   
> 
> --
> 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
> 
> 
> --
> 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


_
Hotmail® goes with you. 
http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
--
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


Re: [WiX-users] UAC prompt on feature modification after installation

2009-05-19 Thread Eric St . John

Can you do partial validation in the UI sequence then delegate the rest to a 
deferred CA?  Deffered CAs will run as SYSTEM if Impersonate=no.  MSDN has an 
example that demonstrates how to pass credentials to a deferred CA.  Please see 
http://msdn.microsoft.com/en-us/library/aa372401(VS.85).aspx.
One other option is to determine if the credentials will work by inspection 
rather than execution.  Can inspect the database to determine if the specified 
user has access, without actually connecting to it?
-Eric

> Date: Thu, 14 May 2009 10:38:20 -0500
> From: bphilp...@sqlsentry.net
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] UAC prompt on feature modification after 
> installation
> 
> I'm currently using LogonUser. If I were to use SSPI I think I could
> validate the account, but I also need to impersonate the user. The
> reason is the service uses a connection string and I want to encrypt the
> connection string using the data protection api (DPAPI). So, I log in as
> the service account, impersonate, make sure I can connect to the
> database with that account, create the connection string, encrypt it
> using DPAPI, then revert to the original context. It works fine except
> for the fact that I need the SE_TCB_NAME privilege and from what I can
> tell unless you run elevated that privilege is not granted. When I do
> add/remove programs and do change, I don't get a UAC prompt, and the
> Immediate Actions are definitely not running under an elevated user
> context, which I need them to do.
> 
> I could side step the issue completely if anyone has any good ideas for
> transferring database logon credentials to the service account (we have
> to support sql auth credentials from the service to our database).
> 
> Brooke Philpott, Senior Technical Lead, SQL Sentry, Inc.
> P: 704.895.6241 x228 | F: 704.895.8771 | E: bphilp...@sqlsentry.net | B:
> brooke.blogs.sqlsentry.net
> 
> 
> -Original Message-
> From: Eric St.John [mailto:eric.st.j...@hotmail.com] 
> Sent: Thursday, May 14, 2009 11:21 AM
> To: wix-users
> Subject: Re: [WiX-users] UAC prompt on feature modification after
> installation
> 
> 
> A quick search turned up this KB, not sure if it will
> help.http://support.microsoft.com/kb/180548
> -Eric
> 
>> Date: Wed, 13 May 2009 16:16:26 -0500
>> From: bphilp...@sqlsentry.net
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] UAC prompt on feature modification after
> installation
>> 
>> When I do a fresh install I'm using a bootstrapper to launch the msi
>> with admin rights so I can perform a LogonUser call in order to
> validate
>> the account used during the execution phase for the service. I want to
>> do that validation up front so I don't get an error during the
> execution
>> phase which would roll back the whole install. Everything works fine
>> except today I noticed if I go to change in Add/Remove programs it
>> doesn't elevate. So, when I go to the UI page where I enter in the
>> credentials I get an error that I can't impersonate because I don't
> have
>> those privileges with my current token.
>> 
>>  
>> 
>> Is there a way to elevate upon change in add/remove programs? Is there
> a
>> better way to do the account validation to begin with?
>> 
>>  
>> 
>> -Brooke 
>> 
>>
> 
> --
>> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!
> Your
>> production scanning environment may not be a perfect world - but
> thanks to
>> Kodak, there's a perfect scanner to get the job done! With the NEW
> KODAK i700
>> Series Scanner you'll get full speed at 300 dpi even with all image 
>> processing features enabled. http://p.sf.net/sfu/kodak-com
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> _
> Hotmail(r) has ever-growing storage! Don't worry about storage limits.
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tut
> orial_Storage1_052009
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks
> to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700
> Series Scanner you'll get full speed at 300 dpi even with all 

Re: [WiX-users] Reference Paths do not update Reference Hintpath - ID: 2767279

2009-05-19 Thread Eric St . John

Hi Murray,
The fix for this bug was to change the order that ReferencePaths is used when 
locating an extension.  You should see that RefrencePaths in the .USER file 
will override the value of HintPath, but Votive will not actually change the 
value of the hintpath in the .wixproj.  Note that the .USER file is only used 
in VS, not on the commandline (e.g. msbuild foo.wixproj).
Can you let me know if this is what is happening?
Regards,Eric

> Date: Tue, 19 May 2009 12:13:34 +0800
> From: mhip...@snowdengroup.com
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Reference Paths do not update Reference Hintpath - ID:   
> 2767279
> 
> Hi Guys,
> 
> I was wondering how do I re-open a bug in source forge tracker as it has
> reached 21 days of inactivity. I only just tested it as I was unsure
> what release the fix would be in and can confirm that it has not been
> fixed.
> 
> https://sourceforge.net/tracker/?func=detail&atid=642714&aid=2767279&gro
> up_id=105970
> 
> It seems like sf-robot has closed it and I can't change it anymore. Any
> idea's or should I open a new one pointing to it?
> 
> Thanks,
> Murray
> 
> This e-mail and any attachments to it (the "Communication") are confidential 
> and are for the use only of the intended recipient. The Communication may 
> contain copyright material of the Snowden Group ("Snowden"), or any of its 
> related entities or of third parties. If you are not the intended recipient 
> of the Communication, please notify the sender immediately by return e-mail, 
> delete the Communication, and do not copy, print, retransmit, disclose, store 
> or act in reliance on the Communication. Any views expressed in the 
> Communication are those of the individual sender only, unless expressly 
> stated to be those of Snowden. Although virus protection devices and 
> procedures are in place, Snowden does not guarantee the integrity of the 
> Communication, or that it is free from errors, viruses or interference. 
> Snowden advises email recipients to carry out their own virus checks before 
> opening any attachment.  Please note that the main telephone number for the 
> Snowden Perth office has changed to +61 8 9213 9213.
> 
> 
> __
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email 
> __
> 
> --
> 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

_
Windows Live™: Keep your life in sync.
http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
--
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


Re: [WiX-users] Preserve registry settings on upgrade

2009-05-14 Thread Eric St . John

One solution I have seen implemented is to write an immediate custom action 
that runs before RemoveExistingProducts, queries the registry table for 
registry path and name, reads the values for keys in the table, and overwrites 
the value column of the registry table for the in memory database.  This can be 
scoped by making a custom table that identifies which registry rows to migrate.
This is essentially the same mechanism as the the registry search except you 
are required to write the registry search code yourself.
This isn't actually a better solution, just different.  It might be more 
maintainable and performant than all the registry searches and properties if 
you have a lot of registry values, but its a custom action so it will likely 
have bugs :).
-Eric

> Date: Wed, 13 May 2009 15:56:08 -0500
> From: alex.ivan...@shavlik.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Preserve registry settings on upgrade
> 
> This is what I am doing. I hoped there was a better way.
> 
> 
> -Original Message-
> From: Michael Osmond [mailto:mosm...@baytech.com.au] 
> Sent: Wednesday, May 13, 2009 14:43
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Preserve registry settings on upgrade
> 
> Alex,
> 
> Use the Registry Search to read the values into Properties before the
> upgrade, and use the Properties to write the registry settings.
> 
> Michael  
> 
> 
> From: Alex Ivanoff [alex.ivan...@shavlik.com]
> Sent: Thursday, 14 May 2009 12:34 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Preserve registry settings on upgrade
> 
> Is it possible to preserver registry settings on major upgrade and only
> delete it on uninstall?
> 
> 
> 
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks
> to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks
> to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_
Insert movie times and more without leaving Hotmail®.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] UAC prompt on feature modification after installation

2009-05-14 Thread Eric St . John

A quick search turned up this KB, not sure if it will 
help.http://support.microsoft.com/kb/180548
-Eric

> Date: Wed, 13 May 2009 16:16:26 -0500
> From: bphilp...@sqlsentry.net
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] UAC prompt on feature modification after installation
> 
> When I do a fresh install I'm using a bootstrapper to launch the msi
> with admin rights so I can perform a LogonUser call in order to validate
> the account used during the execution phase for the service. I want to
> do that validation up front so I don't get an error during the execution
> phase which would roll back the whole install. Everything works fine
> except today I noticed if I go to change in Add/Remove programs it
> doesn't elevate. So, when I go to the UI page where I enter in the
> credentials I get an error that I can't impersonate because I don't have
> those privileges with my current token.
> 
>  
> 
> Is there a way to elevate upon change in add/remove programs? Is there a
> better way to do the account validation to begin with?
> 
>  
> 
> -Brooke 
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_
Hotmail® has ever-growing storage! Don’t worry about storage limits.
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] FW: Using a binary key from external merge module in Wix 3

2009-05-14 Thread Eric St . John

Hello Mukesh,
Have you tried setting SuppressModularization=yes on the binary element of your 
merge module?

-Eric
> From: magra...@microsoft.com
> To: wix-users@lists.sourceforge.net
> Date: Thu, 14 May 2009 15:54:20 +0800
> Subject: [WiX-users] FW: Using a binary key from external merge module in 
> Wix 3
> 
> 
> Hi
> 
> I have an external merge module (say External.msm) which I am referencing in 
> my installer. In  Binary table of External.msm I have an entry (say 
> externEntry).
> 
> I have a fragment (say FragmentX) written to define this merge module using 
>  element.
> I have another fragment written that define a feature consuming this 
> mergemodule using  element.
> 
> I have another merge module (Mymodule.msm) written which defines a custom 
> action with its BinaryKey attribute set to value as externEntry. Mymodule.msm 
> is defined in the FragmentX.
> 
> When the code was in wix v1 things built fine. But, in v3 I am getting an 
> error "Unresolved reference to symbol 'Binary:externEntry in section 
> 'Module:Mymodule'."
> 
> What should I do to resolve this issue ?
> 
> Mukesh
> 
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_
Insert movie times and more without leaving Hotmail®.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localization file

2009-05-13 Thread Eric St . John

I assumed you were using a WXL file because you mentioned "that my project 
isn't loading my localization file."
A localization file (WXL) is required if you use loc variables in your setup 
source: IE !(loc.xx).
A localization file is also required if you use an extension (like 
WixUIExtension) that uses loc variables and are building a language that is not 
included with the extension.  en-US is included with WixUIExtension.
-Eric
> Date: Wed, 13 May 2009 11:55:54 -0400
> From: james.macdiar...@eds.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Localization file
> 
> 
> Do I have to have a localization file if this is only going to do en-US
> and inhouse?  When I do a search for localization I'm not seeing
> information on how to include the wxl file. 
> 
> 
> 
> -Original Message-
> From: Eric St.John [mailto:eric.st.j...@hotmail.com] 
> Sent: Tuesday, May 12, 2009 8:44 PM
> To: wix-users
> Subject: Re: [WiX-users] Localization file
> 
> 
> Have you set wixlocalizati...@culture to en-US for the localization
> files you expect to be used when specifying Cultures=en-US?
> 
>  
> 
> -Eric
> 
>  
>> Date: Tue, 12 May 2009 18:44:46 -0400
>> From: james.macdiar...@eds.com
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] Localization file
>> 
>> 
>> I've got the en-US parameter set in the cultures box in votive. Is 
>> there something else I'm missing? I'm getting a lot of errors now that
> 
>> seem to indicate that my project isn't loading my localization file.
>> 
>> Jim
>> --
>>  The NEW KODAK i700 Series Scanners deliver under ANY 
>> circumstances! Your production scanning environment may not be a 
>> perfect world - but thanks to Kodak, there's a perfect scanner to get 
>> the job done! With the NEW KODAK i700 Series Scanner you'll get full 
>> speed at 300 dpi even with all image processing features enabled. 
>> http://p.sf.net/sfu/kodak-com 
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> _
> Windows Live(tm): Keep your life in sync.
> http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks
> to Kodak, there's a perfect scanner to get the job done! With the NEW
> KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all
> image processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_
Hotmail® has a new way to see what's up with your friends.
http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localization file

2009-05-13 Thread Eric St . John

Open up your WXL file and look for the line like this:http://schemas.microsoft.com/wix/2006/localization"; 
Codepage="1252">
Replace "foo" with "en-US".
> Date: Wed, 13 May 2009 10:23:02 -0400
> From: james.macdiar...@eds.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Localization file
> 
> 
> I don't know where to do that. 
> 
> -Original Message-
> From: Eric St.John [mailto:eric.st.j...@hotmail.com] 
> Sent: Tuesday, May 12, 2009 8:44 PM
> To: wix-users
> Subject: Re: [WiX-users] Localization file
> 
> 
> Have you set wixlocalizati...@culture to en-US for the localization
> files you expect to be used when specifying Cultures=en-US?
> 
>  
> 
> -Eric
> 
>  
>> Date: Tue, 12 May 2009 18:44:46 -0400
>> From: james.macdiar...@eds.com
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] Localization file
>> 
>> 
>> I've got the en-US parameter set in the cultures box in votive. Is 
>> there something else I'm missing? I'm getting a lot of errors now that
> 
>> seem to indicate that my project isn't loading my localization file.
>> 
>> Jim
>> --
>>  The NEW KODAK i700 Series Scanners deliver under ANY 
>> circumstances! Your production scanning environment may not be a 
>> perfect world - but thanks to Kodak, there's a perfect scanner to get 
>> the job done! With the NEW KODAK i700 Series Scanner you'll get full 
>> speed at 300 dpi even with all image processing features enabled. 
>> http://p.sf.net/sfu/kodak-com 
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> _
> Windows Live(tm): Keep your life in sync.
> http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks
> to Kodak, there's a perfect scanner to get the job done! With the NEW
> KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all
> image processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_
Hotmail® goes with you. 
http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat and Directory Harvesting - Design Rationale

2009-05-13 Thread Eric St . John

You need a component to have an individually serviceable element because the 
decision MSI makes on whether or not to update/repair a file is based on a 
component's keypath.  If you have more than one file in a component and you 
want to patch the file that is not the keypath you will be forced to include an 
update to the keypath file.  If you have more than one file in a component and 
the file that is not the keypath needs repairing (user deleted, corrupted, etc) 
there is no way to do it.  
In addition, if you ever want to ship the file in a separate installer you must 
ship the component in its entirety; not doing so breaks component reference 
counting.  If, for instance, you took a file out of a component that wasn't the 
keypath, shipped it in another product (using a different GUID since the 
keypath changed), uninstalling the new product would remove the file, leaving 
the original product broken.
See Organizing Applications into 
Components:http://msdn.microsoft.com/en-us/library/aa370561(VS.85).aspxand 
Defining Installer Components: 
http://msdn.microsoft.com/en-us/library/aa368269(VS.85).aspx
-Eric
> From: ree...@duckcreektech.com
> To: wix-users@lists.sourceforge.net
> Date: Wed, 13 May 2009 08:06:22 -0500
> Subject: [WiX-users]  Heat and Directory Harvesting - Design Rationale
> 
> Hi everyone,
> 
> I have noticed that heat will harvest a folder and all subfolders and put the 
> files in individual components.  While following the tutorials, I had learned 
> that generally you put all files that reside in the same folder into a 
> component together, as long as they're your "atomic unit of setup".  Is there 
> an advantage to having a 1-1 relationship between my .dll files and 
> components, as opposed to having several .dll files in the same folder be 
> represented as one component?
> 
> The assumption here is that heat does it this way for a reason, and I'm 
> trying to learn what that is.  I'm open to other lessons learned on this 
> topic as well.
> 
> Thanks,
> -Jeff
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_
Hotmail® has ever-growing storage! Don’t worry about storage limits.
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localization file

2009-05-12 Thread Eric St . John

Have you set wixlocalizati...@culture to en-US for the localization files you 
expect to be used when specifying Cultures=en-US?

 

-Eric

 
> Date: Tue, 12 May 2009 18:44:46 -0400
> From: james.macdiar...@eds.com
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Localization file
> 
> 
> I've got the en-US parameter set in the cultures box in votive. Is
> there something else I'm missing? I'm getting a lot of errors now that
> seem to indicate that my project isn't loading my localization file. 
> 
> Jim
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_
Windows Live™: Keep your life in sync.
http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to check for installed package in WiX 3.0 ?

2009-05-12 Thread Eric St . John

That doesn't work because those are product code guids, not component guids.
Try a registry search under 
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\{productcode}.
Also consider a search under HKCU if both your product and the dependency are 
per-user products.
-Eric
> To: wix-users@lists.sourceforge.net
> From: mathieu.carto...@hotmail.com
> Date: Tue, 12 May 2009 13:38:55 +0200
> Subject: [WiX-users] How to check for installed package in WiX 3.0 ?
> 
> I'd like to check that Crystal Reports Basic for Visual Studio 2008 is 
> installed as a condition for my own installation package.
> 
> I found this in the bootstrapper description for this product 
> (C:\Program Files\Microsoft 
> SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5\product.xml) :
> 
>  
> Product="{AA467959-A1D6-4F45-90CD-11DC57733F32}"/>
> Product="{CE26F10F-C80F-4377-908B-1B7882AE2CE3}"/>
> Product="{2BFA9B05-7418-4EDE-A6FC-620427B3}. "/>
>  
> 
> Trying to mimic this behavior in WiX, I did the following :
> 
>  
> Guid="{AA467959-A1D6-4F45-90CD-11DC57733F32}" />
>  
>  
> Guid="{CE26F10F-C80F-4377-908B-1B7882AE2CE3}" />
>  
>  
> Guid="{2BFA9B05-7418-4EDE-A6FC-620427B3}" />
>  
>  Installed OR 
> CRVSINSTALLED OR CRVSRUNTIMEX86INSTALLED OR 
> CRVSRUNTIMEX64INSTALLED
> 
> But it seems that `ComponentSearch` is looking for package components 
> (files, directories) that have their own ids, rather than looking for 
> the package itself.
> 
> So how can I do this ?
> 
> Mathieu
> 
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_
Windows Live™: Keep your life in sync.
http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Files in use

2009-05-12 Thread Eric St . John

Neil, we run into the same issue with our product, but normally restart manager 
catches it:
MSI (s) (6C:2C) [17:29:11:221]: RESTART MANAGER: Detected that the service 
FooService will be stopped due to a service control action authored in the 
package before the files are updated. So, we will not attempt to stop this 
service using Restart Manager
MSI (s) (6C:2C) [17:29:11:221]: RESTART MANAGER: Detected that the service 
BarService will be stopped due to a service control action authored in the 
package before the files are updated. So, we will not attempt to stop this 
service using Restart Manager
MSI (s) (6C:2C) [17:29:11:221]: Note: 1: 2727 2:  
Action ended 17:29:11: InstallValidate. Return value 1.Are you sure your 
StopServices action is occurring before RemoveFiles?  If this only happens on 
major upgrade and not a regular uninstall it might be worthwhile to know what 
is different about the sequence that trips up the above special case logic in 
RM.
-Eric
> Date: Tue, 12 May 2009 17:02:39 +0100
> From: n...@x2systems.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Files in use
> 
> Even with it disabled I still think it is used. From the log:
> 
> MSI (s) (AC:38) [16:52:55:648]: RESTART MANAGER: Disabled by
> MSIRESTARTMANAGERCONTROL property; Windows Installer will use the
> built-in FilesInUse functionality.
> 
> Then a bit later:
> 
> MSI (s) (AC:D4) [16:53:05:170]: RESTART MANAGER: Detected that
> application with id 3092, friendly name 'zzz Service', service short
> name 'zzzSvc', of type RmService and status 1 holds file[s] in use.
> 
> Neil
> 
> -Original Message-
> From: Neil Sleightholm [mailto:n...@x2systems.com] 
> Sent: 12 May 2009 16:35
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Files in use
> 
> I disabled restart manager in 2 ways, with the property
> MSIRESTARTMANAGERCONTROL set to Disable and by removing the
> MsiRMFilesInUse dialog but I still get the FileInUse dialog. I think
> that means it is not directly attributable to restart manager. I did
> find a KB article that said that WI 4.5 fixed a file in use problem with
> case sensitivity of service names but I am using 4.5 on both systems
> (and 5.0 on Windows 7).
> 
> I am not sure where to go from here, any help much appreciated.
> 
> Neil
> 
> -Original Message-
> From: Rob Mensching [mailto:r...@wixtoolset.org] 
> Sent: 12 May 2009 16:11
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Files in use
> 
> The difference between Vista and XP is the RestartManager. IIRC, there 
> are a few things you can do to suppress the RestartManager usage via 
> MSIRM type properties... that might get you closer.
> 
> Neil Sleightholm wrote:
>> When I run a major upgrade install on Windows Vista or later the files
>> in use (or restart manager) dialog is displayed for the two services I
>> am installing, this doesn't happen on Windows XP (Windows Installer
>> v4.5). The services are controlled by the ServiceControl element and
>> listed in the ServiceControl table.
>>
>>
>>
>> The dialog isn't needed as the services are stopped by the install but
>> only after the InstallValidate action. I thought of moving the
>> StopServices action but that can't be moved before InstallValidate
> which
>> is where it would need to go.
>>
>>
>>
>> Does anyone know why this is happening? Is there any way to stop this
>> dialog being displayed for services on Vista?
>>
>>
>>
>> Thanks
>>
>>
>>
>> Neil
>>
>>
>>
>> Neil Sleightholm
>> X2 Systems Limited
>> n...@x2systems.com <mailto:n...@x2systems.com>
>>
>>
>>
>>
> 
> --
>> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!
> Your
>> production scanning environment may not be a perfect world - but
> thanks to
>> Kodak, there's a perfect scanner to get the job done! With the NEW
> KODAK i700
>> Series Scanner you'll get full speed at 300 dpi even with all image
>> processing features enabled. http://p.sf.net/sfu/kodak-com
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>   
> 
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect wo

Re: [WiX-users] Create a button and use it to launch a URL?

2009-05-11 Thread Eric St . John

Try the following, it uses the shell exec custom action to open the browser:



 



1
1



 
> Date: Mon, 11 May 2009 22:04:49 +0800
> From: heshim...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Create a button and use it to launch a URL?
> 
> > You need a custom action to set the WixShellExecTarget property. That
> > means you also need one to set the target of your app launcher.
> >
> > What's DoURL? Check out how the WixUI dialogs use that custom action:
> > src/ext/UIExtension/wixlib.
> >
> 
> Thanks. I checked some tutorials and come up with this:
> 
> Under , I have  >1
> In the project, I have: 
>  Root='HKCR' Key='http\shell\open\command' />
> 
>  ExeCommand='www.something.com' Return='asyncNoWait'/>
> 
> No error is displayed but the browser doesn't appear either. The log says:
> MSI (c) (38:04) [22:01:36:922]: Doing action: LaunchURL
> Action 22:01:36: LaunchURL.
> Action start 22:01:36: LaunchURL.
> 
> And no further information. Any ideas? Thanks for the help!
> 
> Best regards,
> He Shiming
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_
Insert movie times and more without leaving Hotmail®.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Using Wix and Visual Studio

2009-04-03 Thread Eric Brown (REDMOND)
That does seem to be the problem; if I use a sample C# project, it works fine.

It would be nice if this was more obvious.  Sigh.

-Original Message-
From: Christopher Karper [mailto:christopher.kar...@gmail.com] 
Sent: Friday, April 03, 2009 11:56 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Using Wix and Visual Studio

Yeah, I believe that would be the problem.   That's the missing piece of the
puzzle.

Chris

On Fri, Apr 3, 2009 at 2:40 PM, Simon Dahlbacka
wrote:

> I seem to remember that VC++ projects are not supported as project
> references as they do not use msbuild. Please correct me if I'm wrong
> though..
>
> /Simon
>
> On Fri, Apr 3, 2009 at 9:31 PM, Eric Brown (REDMOND)
>  wrote:
> >
> >  simple
> >  {51fd4fe2-5128-4557-b23c-be67ca3fe745}
> >  True
> >
> >
> > -Original Message-
> > From: Simon Dahlbacka [mailto:simon.dahlba...@gmail.com]
> > Sent: Friday, April 03, 2009 11:22 AM
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] Using Wix and Visual Studio
> >
> > how does the  tag look in your .wixproj file?
> >
> > On Fri, Apr 3, 2009 at 9:13 PM, Eric Brown (REDMOND)
> >  wrote:
> >> Multiple times.   It always comes back yellow.  There's no tooltip to
> provide any further feedback.  (Also, I've tried this with a separate  dummy
> project - I get the same problem.)
> >>
> >> -Original Message-
> >> From: Christopher Karper [mailto:christopher.kar...@gmail.com]
> >> Sent: Friday, April 03, 2009 11:07 AM
> >> To: General discussion for Windows Installer XML toolset.
> >> Subject: Re: [WiX-users] Using Wix and Visual Studio
> >>
> >> That is VS saying the reference is invalid somehow.   I'm not sure what
> the
> >> specific problem is, but have you tried deleting the reference and
> >> recreating it?  Sorry I can't do more to help right now, but I'm
> wrestling
> >> TFS and Team Build, and it's winning.
> >>
> >> Chris
> >>
> >> On Fri, Apr 3, 2009 at 1:24 PM, Eric Brown (REDMOND) <
> >> eric.br...@microsoft.com> wrote:
> >>
> >>> Also, there is that yellow warning icon on the project reference.  I
> don't
> >>> know what that means, and I can't find a reference in the
> documentation.
> >>>
> >>> -Original Message-
> >>> From: Christopher Karper [mailto:christopher.kar...@gmail.com]
> >>> Sent: Friday, April 03, 2009 10:17 AM
> >>> To: General discussion for Windows Installer XML toolset.
> >>> Subject: Re: [WiX-users] Using Wix and Visual Studio
> >>>
> >>> I use spaces in my project names and project references, and they're
> all
> >>> fine.
> >>> I suspect his problem is something else.  I'm not sure what that is,
> since
> >>> this exact scenario, even down to the environment seems to match.
> >>>
> >>> Chris
> >>>
> >>> On Fri, Apr 3, 2009 at 12:29 PM, Eric Brown (REDMOND) <
> >>> eric.br...@microsoft.com> wrote:
> >>>
> >>> > Tried using underscores and renaming; still get the same error
> (CNDL0150:
> >>> > Undefined preprocessor variable).
> >>> >
> >>> > -Original Message-
> >>> > From: Jason Ginchereau [mailto:jason...@microsoft.com]
> >>> > Sent: Thursday, April 02, 2009 5:55 PM
> >>> > To: wix-users@lists.sourceforge.net
> >>> > Subject: Re: [WiX-users] Using Wix and Visual Studio
> >>> >
> >>> > Any characters in the project name that are invalid for WiX
> preprocessor
> >>> > variable names get automatically converted to underscores. So without
> >>> > renaming the project this should work:
> >>> >
> >>> > $(var.My_Test_Project.TargetFilename)
> >>> >
> >>> >
> >>> > -Original Message-
> >>> > From: Alex Cater [mailto:alex.ca...@apdcomms.com]
> >>> > Sent: Thursday, April 02, 2009 4:28 PM
> >>> > To: wix-users@lists.sourceforge.net
> >>> > Subject: Re: [WiX-users] Using Wix and Visual Studio
> >>> >
> >>> >
> >>> > I'm guessing that you cannot have spaces in a project reference
> >>> variable...
> >>> >
> >>> > $(var.My Tes

Re: [WiX-users] Using Wix and Visual Studio

2009-04-03 Thread Eric Brown (REDMOND)

  simple
  {51fd4fe2-5128-4557-b23c-be67ca3fe745}
  True


-Original Message-
From: Simon Dahlbacka [mailto:simon.dahlba...@gmail.com] 
Sent: Friday, April 03, 2009 11:22 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Using Wix and Visual Studio

how does the  tag look in your .wixproj file?

On Fri, Apr 3, 2009 at 9:13 PM, Eric Brown (REDMOND)
 wrote:
> Multiple times.   It always comes back yellow.  There's no tooltip to provide 
> any further feedback.  (Also, I've tried this with a separate  dummy project 
> - I get the same problem.)
>
> -Original Message-
> From: Christopher Karper [mailto:christopher.kar...@gmail.com]
> Sent: Friday, April 03, 2009 11:07 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Using Wix and Visual Studio
>
> That is VS saying the reference is invalid somehow.   I'm not sure what the
> specific problem is, but have you tried deleting the reference and
> recreating it?  Sorry I can't do more to help right now, but I'm wrestling
> TFS and Team Build, and it's winning.
>
> Chris
>
> On Fri, Apr 3, 2009 at 1:24 PM, Eric Brown (REDMOND) <
> eric.br...@microsoft.com> wrote:
>
>> Also, there is that yellow warning icon on the project reference.  I don't
>> know what that means, and I can't find a reference in the documentation.
>>
>> -Original Message-
>> From: Christopher Karper [mailto:christopher.kar...@gmail.com]
>> Sent: Friday, April 03, 2009 10:17 AM
>> To: General discussion for Windows Installer XML toolset.
>> Subject: Re: [WiX-users] Using Wix and Visual Studio
>>
>> I use spaces in my project names and project references, and they're all
>> fine.
>> I suspect his problem is something else.  I'm not sure what that is, since
>> this exact scenario, even down to the environment seems to match.
>>
>> Chris
>>
>> On Fri, Apr 3, 2009 at 12:29 PM, Eric Brown (REDMOND) <
>> eric.br...@microsoft.com> wrote:
>>
>> > Tried using underscores and renaming; still get the same error (CNDL0150:
>> > Undefined preprocessor variable).
>> >
>> > -Original Message-
>> > From: Jason Ginchereau [mailto:jason...@microsoft.com]
>> > Sent: Thursday, April 02, 2009 5:55 PM
>> > To: wix-users@lists.sourceforge.net
>> > Subject: Re: [WiX-users] Using Wix and Visual Studio
>> >
>> > Any characters in the project name that are invalid for WiX preprocessor
>> > variable names get automatically converted to underscores. So without
>> > renaming the project this should work:
>> >
>> > $(var.My_Test_Project.TargetFilename)
>> >
>> >
>> > -Original Message-
>> > From: Alex Cater [mailto:alex.ca...@apdcomms.com]
>> > Sent: Thursday, April 02, 2009 4:28 PM
>> > To: wix-users@lists.sourceforge.net
>> > Subject: Re: [WiX-users] Using Wix and Visual Studio
>> >
>> >
>> > I'm guessing that you cannot have spaces in a project reference
>> variable...
>> >
>> > $(var.My Test Project.TargetFileName)
>> >
>> > Try renaming your test project to MyTestProject so the project reference
>> > variable becomes:
>> >
>> > $(var.MyTestProject.TargetFileName)
>> >
>> > --
>> > View this message in context:
>> > http://n2.nabble.com/Using-Wix-and-Visual-Studio-tp2578030p2578131.html
>> > Sent from the wix-users mailing list archive at Nabble.com.
>> >
>> >
>> >
>> >
>> --
>> > ___
>> > WiX-users mailing list
>> > WiX-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/wix-users
>> >
>> >
>> >
>> >
>> --
>> > ___
>> > WiX-users mailing list
>> > WiX-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/wix-users
>> >
>> >
>> >
>> >
>> --
>> > ___
>> > WiX-users mailing list
>> > WiX-users@lists.sourceforge.net
>> > https://lists.source

Re: [WiX-users] Using Wix and Visual Studio

2009-04-03 Thread Eric Brown (REDMOND)
Multiple times.   It always comes back yellow.  There's no tooltip to provide 
any further feedback.  (Also, I've tried this with a separate  dummy project - 
I get the same problem.)

-Original Message-
From: Christopher Karper [mailto:christopher.kar...@gmail.com] 
Sent: Friday, April 03, 2009 11:07 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Using Wix and Visual Studio

That is VS saying the reference is invalid somehow.   I'm not sure what the
specific problem is, but have you tried deleting the reference and
recreating it?  Sorry I can't do more to help right now, but I'm wrestling
TFS and Team Build, and it's winning.

Chris

On Fri, Apr 3, 2009 at 1:24 PM, Eric Brown (REDMOND) <
eric.br...@microsoft.com> wrote:

> Also, there is that yellow warning icon on the project reference.  I don't
> know what that means, and I can't find a reference in the documentation.
>
> -Original Message-
> From: Christopher Karper [mailto:christopher.kar...@gmail.com]
> Sent: Friday, April 03, 2009 10:17 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Using Wix and Visual Studio
>
> I use spaces in my project names and project references, and they're all
> fine.
> I suspect his problem is something else.  I'm not sure what that is, since
> this exact scenario, even down to the environment seems to match.
>
> Chris
>
> On Fri, Apr 3, 2009 at 12:29 PM, Eric Brown (REDMOND) <
> eric.br...@microsoft.com> wrote:
>
> > Tried using underscores and renaming; still get the same error (CNDL0150:
> > Undefined preprocessor variable).
> >
> > -Original Message-
> > From: Jason Ginchereau [mailto:jason...@microsoft.com]
> > Sent: Thursday, April 02, 2009 5:55 PM
> > To: wix-users@lists.sourceforge.net
> > Subject: Re: [WiX-users] Using Wix and Visual Studio
> >
> > Any characters in the project name that are invalid for WiX preprocessor
> > variable names get automatically converted to underscores. So without
> > renaming the project this should work:
> >
> > $(var.My_Test_Project.TargetFilename)
> >
> >
> > -Original Message-
> > From: Alex Cater [mailto:alex.ca...@apdcomms.com]
> > Sent: Thursday, April 02, 2009 4:28 PM
> > To: wix-users@lists.sourceforge.net
> > Subject: Re: [WiX-users] Using Wix and Visual Studio
> >
> >
> > I'm guessing that you cannot have spaces in a project reference
> variable...
> >
> > $(var.My Test Project.TargetFileName)
> >
> > Try renaming your test project to MyTestProject so the project reference
> > variable becomes:
> >
> > $(var.MyTestProject.TargetFileName)
> >
> > --
> > View this message in context:
> > http://n2.nabble.com/Using-Wix-and-Visual-Studio-tp2578030p2578131.html
> > Sent from the wix-users mailing list archive at Nabble.com.
> >
> >
> >
> >
> --
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> >
> --
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> >
> --
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> --
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> --
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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


Re: [WiX-users] Using Wix and Visual Studio

2009-04-03 Thread Eric Brown (REDMOND)
Also, there is that yellow warning icon on the project reference.  I don't know 
what that means, and I can't find a reference in the documentation.

-Original Message-
From: Christopher Karper [mailto:christopher.kar...@gmail.com] 
Sent: Friday, April 03, 2009 10:17 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Using Wix and Visual Studio

I use spaces in my project names and project references, and they're all
fine.
I suspect his problem is something else.  I'm not sure what that is, since
this exact scenario, even down to the environment seems to match.

Chris

On Fri, Apr 3, 2009 at 12:29 PM, Eric Brown (REDMOND) <
eric.br...@microsoft.com> wrote:

> Tried using underscores and renaming; still get the same error (CNDL0150:
> Undefined preprocessor variable).
>
> -Original Message-
> From: Jason Ginchereau [mailto:jason...@microsoft.com]
> Sent: Thursday, April 02, 2009 5:55 PM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Using Wix and Visual Studio
>
> Any characters in the project name that are invalid for WiX preprocessor
> variable names get automatically converted to underscores. So without
> renaming the project this should work:
>
> $(var.My_Test_Project.TargetFilename)
>
>
> -Original Message-
> From: Alex Cater [mailto:alex.ca...@apdcomms.com]
> Sent: Thursday, April 02, 2009 4:28 PM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Using Wix and Visual Studio
>
>
> I'm guessing that you cannot have spaces in a project reference variable...
>
> $(var.My Test Project.TargetFileName)
>
> Try renaming your test project to MyTestProject so the project reference
> variable becomes:
>
> $(var.MyTestProject.TargetFileName)
>
> --
> View this message in context:
> http://n2.nabble.com/Using-Wix-and-Visual-Studio-tp2578030p2578131.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
>
> --
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> --
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> --
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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


Re: [WiX-users] Using Wix and Visual Studio

2009-04-03 Thread Eric Brown (REDMOND)
Tried using underscores and renaming; still get the same error (CNDL0150: 
Undefined preprocessor variable).

-Original Message-
From: Jason Ginchereau [mailto:jason...@microsoft.com] 
Sent: Thursday, April 02, 2009 5:55 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Using Wix and Visual Studio

Any characters in the project name that are invalid for WiX preprocessor 
variable names get automatically converted to underscores. So without renaming 
the project this should work:

$(var.My_Test_Project.TargetFilename)


-Original Message-
From: Alex Cater [mailto:alex.ca...@apdcomms.com] 
Sent: Thursday, April 02, 2009 4:28 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Using Wix and Visual Studio


I'm guessing that you cannot have spaces in a project reference variable...

$(var.My Test Project.TargetFileName)

Try renaming your test project to MyTestProject so the project reference 
variable becomes:

$(var.MyTestProject.TargetFileName)

-- 
View this message in context: 
http://n2.nabble.com/Using-Wix-and-Visual-Studio-tp2578030p2578131.html
Sent from the wix-users mailing list archive at Nabble.com.


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


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


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


[WiX-users] Using Wix and Visual Studio

2009-04-02 Thread Eric Brown (REDMOND)
I just installed Wix3.0.4805.0-x64-setup from Sourceforge, and I'm trying to 
build a very simple installer from Visual Studio 2008.

I've created a WIX project as well as my application project; however, when I 
add a reference to my application project, the 'references' item has a yellow 
warning icon , and the installer fails to build:

> C:\Program Files (x86)\Windows Installer XML v3\bin\candle.exe 
> -d"DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio 
> 9.0\Common7\IDE\\" -d"SolutionDir=C:\Users\erbrown\Documents\Visual Studio 
> 2008\Projects\My Test Project\\" -dSolutionExt=.sln -d"SolutionFileName=My 
> Test Project.sln" -d"SolutionName=My Test Project" 
> -d"SolutionPath=C:\Users\erbrown\Documents\Visual Studio 2008\Projects\My 
> Test Project\My Test Project.sln" -dConfiguration=Release 
> -dOutDir=bin\Release\ -dPlatform=x86 
> -d"ProjectDir=C:\Users\erbrown\Documents\Visual Studio 2008\Projects\My Test 
> Project\Installer\\" -dProjectExt=.wixproj 
> -dProjectFileName=Installer.wixproj -dProjectName=Installer 
> -d"ProjectPath=C:\Users\erbrown\Documents\Visual Studio 2008\Projects\My Test 
> Project\Installer\Installer.wixproj" 
> -d"TargetDir=C:\Users\erbrown\Documents\Visual Studio 2008\Projects\My Test 
> Project\Installer\bin\Release\\" -dTargetExt=.msi 
> -dTargetFileName=WindowsAccelerators.msi -dTargetName=WindowsAccelerators 
> -d"TargetPath=C:\Users\erbrown\Documents\Visual Studio 2008\Projects\My Test 
> Project\Installer\bin\Release\WindowsAccelerators.msi" -out 
> obj\Release\Product.wixobj -arch x86 Product.wxs
1>C:\Users\erbrown\Documents\Visual Studio 2008\Projects\My Test 
Project\Installer\Product.wxs(13,0): error CNDL0150: Undefined preprocessor 
variable '$(var.My Test Project.TargetFileName)'.
1>Done building project "Installer.wixproj" -- FAILED.
1>
1>Build FAILED.


So, what am I doing wrong?  All the documentation suggests that this should 
just work.

I'm running Visual Studio 2008 Team Developer edition on 64-bit Windows.
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


  1   2   >