[WiX-users] Upgrade Help

2010-07-14 Thread Thode, Katelyn
Hello, I am working on creating a wix installer to upgrade an existing application. If I try to install an older version of the application, the installer indicates that a newer version is installed and exits the setup as expected. The issue I am having occurs when a newer version is

Re: [WiX-users] Upgrade Help

2010-07-14 Thread Thode, Katelyn
for the shortcuts in both old and new versions? -Original Message- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: Wednesday, July 14, 2010 7:45 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Upgrade Help Hello, I am working on creating a wix installer to upgrade

Re: [WiX-users] Upgrade Help

2010-07-14 Thread Thode, Katelyn
to remove the previous shortcuts on installation. -Original Message- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: Wednesday, July 14, 2010 9:09 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrade Help Yes, the shortcuts do

[WiX-users] Porting installer to WiX

2010-07-15 Thread Thode, Katelyn
I am working on porting an InstallShield installer over to wix. I don't have the source code for the installer and the installer itself is an executable file. Is there a way to get the GUIDs for the product Id and upgrade code from the executable file? Thanks, Katelyn Note: The information

Re: [WiX-users] Porting installer to WiX

2010-07-15 Thread Thode, Katelyn
Installer XML toolset. Subject: Re: [WiX-users] Porting installer to WiX Yes, a million info programs around Try SuperORCA On Fri, Jul 16, 2010 at 2:39 AM, Thode, Katelyn katelyn.th...@guidancesoftware.com wrote: I am working on porting an InstallShield installer over to wix.  I don't have the source

Re: [WiX-users] Porting installer to WiX

2010-07-15 Thread Thode, Katelyn
of the exe (something like Winzip might show you that), or if you run it then there'll be an MSI file pop out somewhere to be installed, then you can use Orca to look at it, and Dark to decompile it to WiX source. Phil Wilson -Original Message- From: Thode, Katelyn [mailto:katelyn.th

Re: [WiX-users] Porting installer to WiX

2010-07-16 Thread Thode, Katelyn
Thanks - I do have it all ported over without looking at the previous source code. I am just interested in getting the upgrade GUID and the previous product GUIDs. I was able to locate the extracted .msi files on my hard drive. Thank you all for your help. -Original Message- From:

[WiX-users] Custom Action not running

2010-07-16 Thread Thode, Katelyn
I am in the process of testing my installer on different operating systems. The installer was created using 32-bit XP. Everything works as expected and the Custom Action is run. The exit dialog states that the application has been installed. When I try running the installer on 32-bit Vista,

Re: [WiX-users] Porting installer to WiX

2010-07-16 Thread Thode, Katelyn
Thanks - that worked perfectly! -Original Message- From: Michael Urman [mailto:mur...@gmail.com] Sent: Friday, July 16, 2010 10:05 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Porting installer to WiX While extracting it from the temp folder, or

Re: [WiX-users] Custom Action not running

2010-07-16 Thread Thode, Katelyn
suspect that your custom action does not have the necessary privilege to install drivers. Have you looked at DifxApp? -Original Message- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: Friday, July 16, 2010 8:17 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users

Re: [WiX-users] Custom Action not running

2010-07-19 Thread Thode, Katelyn
for upgrades, repairs, rollbacks, removals, patching, etc. -Original Message- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: Friday, July 16, 2010 8:50 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom Action not running I did

[WiX-users] Logging Error

2010-07-19 Thread Thode, Katelyn
I am attempting to log the installation of a package I created. When I run the following command line: msiexec.exe /I C:/comp/code/libdbg/tfuInstaller.msi /l*v C:/Documents and Settings/name/My Documents/tfuInstaller.txt I get an error message that states: This installation package could not

Re: [WiX-users] Custom Action not running

2010-07-19 Thread Thode, Katelyn
of the database accesses and creates the property for the deferred action to use. -Original Message- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: Monday, July 19, 2010 11:35 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom

Re: [WiX-users] Logging Error

2010-07-19 Thread Thode, Katelyn
path separators (\) in the paths? From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] I am attempting to log the installation of a package I created. When I run the following command line: msiexec.exe /I C:/comp/code/libdbg/tfuInstaller.msi /l*v C:/Documents and Settings

Re: [WiX-users] Custom Action not running

2010-07-20 Thread Thode, Katelyn
that performs all of the database accesses and creates the property for the deferred action to use. -Original Message- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: Monday, July 19, 2010 11:35 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX

[WiX-users] .NET Framework 2.0 Bootstrapper

2010-07-20 Thread Thode, Katelyn
I am trying to use Microsoft Visual Studio 2005's bootstrapper to install the .NET Framework 2.0 if necessary. Based on documentation I have found, I have the following in my .wixproj file: ItemGroup BootstrapperFile Include=Microsoft.Net.Framework.2.0 ProductName.NET Framework

Re: [WiX-users] .NET Framework 2.0 Bootstrapper

2010-07-20 Thread Thode, Katelyn
Engineer | Gibbs and Associates Phone: 805-523-0004 Email: dani...@gibbscam.com www.GibbsCAM.com -Original Message- Message: 6 Date: Tue, 20 Jul 2010 13:48:56 -0400 From: Thode, Katelyn katelyn.th...@guidancesoftware.com Subject: [WiX-users] .NET Framework 2.0 Bootstrapper

Re: [WiX-users] .NET Framework 2.0 Bootstrapper

2010-07-20 Thread Thode, Katelyn
-0400 From: Thode, Katelyn katelyn.th...@guidancesoftware.com Subject: [WiX-users] .NET Framework 2.0 Bootstrapper To: wix-users@lists.sourceforge.net wix-users@lists.sourceforge.net Message-ID: 0fb074876ea3344bacf850c6c47681df0bd18...@postva.guidancesoftware.com Content-Type: text

Re: [WiX-users] .NET Framework 2.0 Bootstrapper

2010-07-20 Thread Thode, Katelyn
- Message: 6 Date: Tue, 20 Jul 2010 13:48:56 -0400 From: Thode, Katelyn katelyn.th...@guidancesoftware.com Subject: [WiX-users] .NET Framework 2.0 Bootstrapper To: wix-users@lists.sourceforge.net wix-users@lists.sourceforge.net Message-ID: 0fb074876ea3344bacf850c6c47681df0bd18

[WiX-users] Re-evaluate NETFRAMEWORK20 Property

2010-07-21 Thread Thode, Katelyn
I was wondering if it is possible to re-evaluate the NETFRAMEWORK20 property after it was previously evaluated. My setup is that, when the next button is pressed on the welcome dialog, if the .NET Framework 2.0 is not installed, a dialog appears with a link to the website to install the .NET

Re: [WiX-users] Re-evaluate NETFRAMEWORK20 Property

2010-07-21 Thread Thode, Katelyn
Disclaimer -Original Message- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: 21 July 2010 15:15 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Re-evaluate NETFRAMEWORK20 Property I was wondering if it is possible to re-evaluate the NETFRAMEWORK20 property after

Re: [WiX-users] Re-evaluate NETFRAMEWORK20 Property

2010-07-21 Thread Thode, Katelyn
Disclaimer -Original Message- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: 21 July 2010 16:17 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Re-evaluate NETFRAMEWORK20 Property Is there a bootstrapper that I can use

Re: [WiX-users] Re-evaluate NETFRAMEWORK20 Property

2010-07-21 Thread Thode, Katelyn
- Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: 21 July 2010 17:02 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Re-evaluate