Hi,

My requirement of the install is to register a dll.  I don't have any exe' nor 
manulas.  Simply registering a dll.

It is giving the following error on running the setup.  Kindly see error.jpg.

I tried to register the dll manually, them i am getting the following error
'c:\program files\Test\BuildShell64.dll is not executable and no registration 
helper is registered for this file type'

I am also attaching wxs file.

where i am going wrong? Please guide me.

Regards, Subramanyeswari


      
<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Product Name='Foobar 1.0' Id='04FC7EE1-ABE6-40EE-984B-F4D4E19E4239'
    Language='1033' Codepage='1252' Version='1.0.0' Manufacturer='Acme Ltd.'>

    <Package Id='????????-????-????-????-????????????' Keywords='Installer'
      Description="Acme's Foobar 1.0 Installer"
      Comments='Foobar is a registered trademark of Acme Ltd.' 
Manufacturer='Acme Ltd.'
      InstallerVersion='100' Languages='1033' Compressed='yes' 
SummaryCodepage='1252' />

    <Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />
    <Property Id='DiskPrompt' Value="Acme's Foobar 1.0 Installation [1]" />

    <Directory Id='TARGETDIR' Name='SourceDir'>
      <Directory Id='ProgramFilesFolder' Name='PFiles'>
        <Directory Id='Test' Name='Test'>
          <Directory Id='INSTALLDIR'  LongName='BuildShell 1.0'>

              <Component Id='Library' 
Guid='05C66CC9-9BF1-4AD4-81E7-2E2796DBD3B4'>
              <File Id='BuildShellDLL' Name='BuildShell64.dll' SelfRegCost='1' 
DiskId='1' Source='BuildShell64.dll' Vital='yes'/>

</Component>
           

          </Directory>
        </Directory>
      </Directory>
  <Directory Id="ProgramMenuFolder" LongName="Programs">
        
      </Directory>
</Directory>
  



    <Feature Id='Complete' Level='1'>
      <ComponentRef Id='Library' />
     
    </Feature>


  </Product>
</Wix>
------------------------------------------------------------------------------
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

Reply via email to