Hi

In relation to Carolina's post, do you guys have any date for Burn? Is there a 
release we can play with?

I have the 3.5.1419 release of the package and I see a tool called 
burnstub.exe; what is that?

Thanks
Dacian


--- On Fri, 4/16/10, Carolina Zuqueto Amaral <carolina.ama...@conv.com.br> 
wrote:

From: Carolina Zuqueto Amaral <carolina.ama...@conv.com.br>
Subject: [WiX-users] Bootstrapper
To: "'General discussion for Windows Installer XML toolset.'" 
<wix-users@lists.sourceforge.net>
Date: Friday, April 16, 2010, 3:22 PM

Hi,

I created a bootstrapper, but it isn´t efficient.
There is a program what when it is installed, the bootstrapper does not 
recognize. And the program is reinstalled.
This  program is the HASP.
How can I solve this?

PROJ File:

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
  <ItemGroup>

    <BootstrapperFile Include="aMicrosoft.Windows.Installer.4.5">
      <ProductName>Windows Installer 4.5</ProductName>
    </BootstrapperFile>

    <BootstrapperFile Include="cMicrosoft.Net.Framework.3.5.SP1">
      <ProductName>Microsoft .NET Framework 3.5 SP1</ProductName>
    </BootstrapperFile>

    <BootstrapperFile Include="Microsoft.Sql.Server.Express.10.0">
      <ProductName>Microsoft Sql Server ExpresS 2008</ProductName>
    </BootstrapperFile>

    <BootstrapperFile Include="HASP">
      <ProductName>HASP</ProductName>
    </BootstrapperFile>

  </ItemGroup>

  <Target Name="Bootstrapper">
    <GenerateBootstrapper
      ApplicationFile="AssetHealth\AssetHealth_en.msi"
      ApplicationName="Convergencia Asset Health Client"
      BootstrapperItems="@(BootstrapperFile)"
      OutputPath=".\readysetup AssetHealthClient EN-US 4.5 2008"
      Culture="en-us"
    />
  </Target>
</Project>

HASP -  Package:

<?xml version="1.0" encoding="utf-8" ?>
<Package
  xmlns="http://schemas.microsoft.com/developer/2004/01/bootstrapper";
  Name="DisplayName"
  Culture="Culture"
  LicenseAgreement="eula.txt"
>
    <!-- Defines list of files to be copied on build -->
    <PackageFiles>
        <PackageFile Name="eula.txt"/>
    </PackageFiles>

                <InstallChecks>
                               <RegistryCheck Property="HASP" 
Key="HKLM\SOFTWARE\Classes\Installer\Products\EBC414A23FDC6C849AB13D4D25F2E85B" 
Value="Version" />
                </InstallChecks>

  <Commands Reboot="Defer">
        <Command PackageFile="HASPUserSetup.exe" Arguments=' /qb' >

            <!-- These checks determine whether the package is to be installed 
-->
            <InstallConditions>
                <!-- This indicates HASP is already installed -->
                <BypassIf Property="HASP" 
Compare="VersionGreaterThanOrEqualTo"/>

                <!-- Block install if user does not have admin privileges -->
                <FailIf Property="AdminUser" Compare="ValueEqualTo" 
Value="false" String="AdminRequired"/>

                <!-- Block install on less than Windows XP SP2 -->
                <FailIf Property="VersionNT" Compare="VersionLessThan" 
Value="5.1.2" String="InvalidPlatformWinNT"/>

                <!-- Block install on W2K3 with no service pack -->
                <FailIf Property="VersionNT" Compare="VersionEqualTo" 
Value="5.2.0" String="InvalidPlatformWinNT"/>

                <!-- Block install if the platform is IA-64 -->
                <FailIf Property="ProcessorArchitecture" Compare="ValueEqualTo" 
Value="IA64" String="InvalidPlatformArchitecture" />
            </InstallConditions>

            <ExitCodes>
                <ExitCode Value="0" Result="Success"/>
                <ExitCode Value="1602" Result="Fail" String="UserCancelled"/>
                <ExitCode Value="1603" Result="Fail" String="GeneralFailure"/>
                <ExitCode Value="3010" Result="SuccessReboot"/>
                <DefaultExitCode Result="Fail" FormatMessageFromSystem="true" 
String="GeneralFailure" />
            </ExitCodes>

        </Command>
    </Commands>

    <!-- Defines a localizable string table for error messages-->
    <Strings>
        <String Name="DisplayName">HASP</String>
        <String Name="Culture">en</String>
        <String Name="AdminRequired">Administrator permissions are required to 
install HASP Contact your administrator.</String>
        <String Name="InvalidPlatformWinNT">Installation of the HASP requires 
Windows XP SP2, Windows 2003 SP1, Windows Vista, or later. Contact your 
application vendor.</String>
        <String Name="UserCancelled">The user has cancelled the installation. 
HASP has not been installed.</String>
        <String Name="GeneralFailure">A failure occurred attempting to install 
HASP.</String>
        <String 
Name="HASPUserSetupEXE">http://www.aladdin.com/support/hasp-srm/enduser.aspx</String>
    </Strings>

</Package>

HASP - Product:

 <?xml version="1.0" encoding="utf-8" ?>

<Product
  xmlns="http://schemas.microsoft.com/developer/2004/01/bootstrapper";
  ProductCode="HASP">

    <!-- Defines list of files to be copied on build -->
    <PackageFiles CopyAllPackageFiles="IfNotHomeSite">
        <PackageFile Name="HASPUserSetup.exe" PublicKey="" />
    </PackageFiles>

</Product>


Thanks,

Carolina Zuqueto Amaral
carolina.ama...@conv.com.br<mailto:carolina.ama...@conv.com.br>
tel +55 21 2494-5476
cel +55 21 9524-7186


________________________________
Confidencialidade: A informação contida nesta mensagem de e-mail, incluindo 
quaisquer anexos, é confidencial e está reservada apenas à pessoa ou entidade 
para a qual foi endereçada. Se você não é o destinatário ou a pessoa 
responsável por encaminhar esta mensagem ao destinatário, você está, por meio 
desta, notificado que não deverá rever, retransmitir, imprimir, copiar, usar ou 
distribuir esta mensagem de e-mail ou quaisquer anexos. Caso você tenha 
recebido esta mensagem por engano, por favor, contate o remetente imediatamente 
e apague esta mensagem de seu computador ou de qualquer outro banco de dados. 
Grato.

Confidentiality Notice: The information contained in this email message, 
including any attachment, is confidential and is intended only for the person 
or entity to which it is addressed. If you are neither the intended recipient 
nor the employee or agent responsible for delivering this message to the 
intended recipient, you are hereby notified that you may not review, 
retransmit, convert to hard copy, copy, use or distribute this email message or 
any attachments to it. If you have received this email in error, please contact 
the sender immediately and delete this message from any computer or other data 
bank. Thank you.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



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

Reply via email to