[WiX-users] Browse option in WebVirtualDir........

2007-08-28 Thread Abhishek R,HiRePro
Hi,

 

How to Enable the option Browse in WebVirtualDir Element..

 

I want to browse the files from IIS.

 

Need some help

 

Thanks

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error - Failed to read IIsWebs table

2007-08-28 Thread david adams

If you are using the current release, you may want to report this as a bug.  
This bug was fixed in 2.0 previously.  
David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 28 Aug 2007 00:05:10 
+0530Subject: [WiX-users] Error - Failed to read IIsWebs table


 Hi List, I need to install two websites. wxs file is included below. If header 
attribute is not in WeAddress element, later website overwrirtes the former 
one. And, if header is included, it gives error during installation, Failed to 
read IIsWebs table. ( -2147024774). But if I delete Default Web Site from 
client machine before installation, it works perfectly. Portion of the log file 
is also included below. Product  Package / 
Media ../ Directory Id=TARGETDIR Name=SourceDir
Directory Id=ProgramFilesFolder   Directory Id=SETUPDIR 
Name=iPlatSet   Directory Id=iPlatformDir Name=iPlatfrm 
LongName=iPlatform Component Id='defaultPage' 
Guid=76D92FAD-31A4-1409-B390-B038B468F3FAFile 
Id=/ /Component Directory 
Id=Includes Name=Includes/Directory Directory 
Id=iPlatformStyles Name=iPlStyl LongName=iPlatformStyles /   
  Directory Id=iPlatformIncludes Name=iPlInc 
LongName=iPlatformIncludes / Directory 
Id=iPlatformImages Name=iPlImg LongName=iPlatformImages /
  /Directory  Directory Id=iAdminDir Name=iAdmin
  Directory Id=iAdminiPlatformStyles Name=iAdiPSt 
LongName=iPlatformStyles / Directory 
Id=iAdminiPlatformIncludes Name=iAdiPInc LongName=iPlatformIncludes /
 Directory Id=iAdminiPlatformImages Name=iAdiPlIm 
LongName=iPlatformImages /  /Directory   
/Directory/DirectoryComponent 
Id='iAdminWebsiteComponent' Guid='4861389C-F297-3BB9-6C8D-004AE349E49F'
   WebSite Id='iAdminWebSite' Description='eiAdmin' Directory='iAdminDir' 
DirProperties='iAdminDirProperties'   WebAddress 
Id='iAdminAddress' Port='80' IP='*' Header='iAdmin' /   /WebSite 
   /ComponentComponent Id='iPlatformWebsiteComponent' 
Guid='72B25738-E4D7-E583-6864-5817E30A7D7E'   WebSite 
Id='iPlatformWebSite' Description='eiPlatform' Directory='iPlatformDir' 
DirProperties='iPlatformDirProperties'   WebAddress 
Id='iPlatformAddress' Port='80' Header='iPlatform' IP='*'/   
/WebSite/ComponentComponent 
Id='addRegistryComponent' Guid='4909294A-1BE1-8BAE-E7AE-240242F3E10E'  
  Registry Root='HKLM' KeyPath='yes' 
Key='SYSTEM\CurrentControlSet\Control\Lsa' Name='DisableLoopbackCheck' 
Value='1' Type='integer'//Component /Directory 
WebDirProperties Id='iPlatformDirProperties' AnonymousAccess='no' 
WindowsAuthentication='yes' / Feature Id=iPlatformFeature Level=1 
Title=iPlatform Project   ComponentRef Id=/ 
/Feature  Property Id=SETUPDIR Value=C:\Inetpub\wwwroot /   
/ProductAny help appreciated.

Change is good. See what's different about Windows Live Hotmail. Check it out! 
_
Find a local pizza place, movie theater, and moreā€¦.then map the best route!
http://maps.live.com/default.aspx?v=2ss=yp.bars~yp.pizza~yp.movie%20theatercp=42.358996~-71.056691style=rlvl=13tilt=-90dir=0alt=-1000scene=950607encType=1FORM=MGAC01-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Different action on uninstall

2007-08-28 Thread Benas
 'REMOVE=ALL is true when user clicks uninstall.

But if user double click on msi file there he'll be able to pick from repair
or uninstall and if he pick up uninstall the condition 'REMOVE=ALL is
false.
What condition should i use if i want it be true for all uninstall actions?



2007/8/1, Rob Hamflett [EMAIL PROTECTED]:

 The Installed property will tell you if the product is installed or
 not.  So a Custom Action with a
 condition of 'NOT Installed' will only be trigger on install.  A condition
 of 'Installed' is
 obviously the opposite to this, but it's also true for repairs and
 maintenance.  If you need to tell
 the difference between these and an actual uninstall, I think a condition
 of 'REMOVE=ALL' is what
 you want.

 Rob

 Benas wrote:
  I need some property to detect if it's installation or uninstallation
  process
 
  2007/8/1, Benas [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:
 
  During installation I'm calling extern C function in my cpp dll.
 
  But during uninstallation i want to call other function from the
  same dll - how can i do that?
 
 
  Thanks for answers,
  Benas
 
 
 
 
  --
  Pagarbiai,
  Benediktas Lipnickas
 
 
  
 
 
 -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now   http://get.splunk.com/
 
 
  
 
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
Pagarbiai,
Benediktas Lipnickas
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] minor upgrade: reinstall flag?

2007-08-28 Thread Craig Ward
I'm trying to respond to a minor upgrade in my InstallExecuteSequence
section. If I execute my .msi file using the following params:

  msiexec /i mymsi.msi REINSTALL=ALL REINSTALLMODE=vomus

Is there a particular flag (ie: REINSTALL) that I can expect to be on?
I'm trying to respond with:

  Custom Action=MyAction After=InstallFinalize
Reinstall
  /Custom

, but my action is not being invoked.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Filesize Limitation?

2007-08-28 Thread Dieter Oberndorfer
Hi,
i want to distribute a directory with large file in it with an msi package. The 
size of the directory is 5,51 GB.
The biggest files are 2 files of 2 GB, 1 file of 1 GB, 1 file of 500MB
Now when i want to build the msi, link throws an error:

fatal error LGHT0017 : Failed to create cab ... with error 0x80004005

If I remove one of the 2 GB file, everything runs fine...
The version of wix toolset is 2.0.5325.0, running on Win XP SP2.

Thanks for your help
cheers 
Dieter

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Filesize Limitation?

2007-08-28 Thread Schrieken, Rene
See:http://www.msifaq.com/a/1043.htm

I think you should split your files...


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dieter
Oberndorfer
Sent: Tuesday, August 28, 2007 4:46 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Filesize Limitation?

Hi,
i want to distribute a directory with large file in it with an msi
package. The size of the directory is 5,51 GB.
The biggest files are 2 files of 2 GB, 1 file of 1 GB, 1 file of 500MB
Now when i want to build the msi, link throws an error:

fatal error LGHT0017 : Failed to create cab ... with error 0x80004005

If I remove one of the 2 GB file, everything runs fine...
The version of wix toolset is 2.0.5325.0, running on Win XP SP2.

Thanks for your help
cheers 
Dieter


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] minor upgrade: reinstall flag?

2007-08-28 Thread Brian Simoneau
Properties are case-sensitive, so try REINSTALL in your condition.

-Brian Simoneau 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Craig Ward
Sent: Tuesday, August 28, 2007 8:35 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] minor upgrade: reinstall flag?

I'm trying to respond to a minor upgrade in my InstallExecuteSequence
section. If I execute my .msi file using the following params:

  msiexec /i mymsi.msi REINSTALL=ALL REINSTALLMODE=vomus

Is there a particular flag (ie: REINSTALL) that I can expect to be on?
I'm trying to respond with:

  Custom Action=MyAction After=InstallFinalize
Reinstall
  /Custom

, but my action is not being invoked.



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Do we like the same books?

2007-08-28 Thread perverthermit
I just joined Shelfari to connect with other book lovers. Come see the books I 
love and see if we have any in common. Then pick my next book so I can keep on 
reading.

Click below to join my group of friends on Shelfari!

http://www.shelfari.com/Register.aspx?ActivityId=4546549InvitationCode=b4fd1a28-2fba-4f60-8c14-89f422ed82b0

perverthermit

Shelfari is a free site that lets you share book ratings and reviews with 
friends and meet people who have similar tastes in books.  It also lets you 
build an online bookshelf, join book clubs, and get good book recommendations 
from friends.  You should check it out.



You have received this email because perverthermit ([EMAIL PROTECTED]) directly 
invited you to join his/her community on Shelfari.

It is against Shelfari's policies to invite people who you don't know directly. 
Follow this link (http://www.shelfari.com/actions/[EMAIL 
PROTECTED]activityid=4546549) to prevent future invitations to this address. 
If you believe you do not know this person, you may view 
(http://www.shelfari.com/perverthermit) his/her Shelfari page or report him/her 
in our feedback (http://www.shelfari.com/Feedback.aspx) section.

Shelfari, 616 1st Ave #300, Seattle, WA 98104
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixShellExec CAQuietExec their options

2007-08-28 Thread Alexei

Although this seems to have been answered already I'm unclear as to why you
can not use an immediate CA. Can you not just schedule it after CostFinalize
in the InstallExecuteSequence?


koawmfot wrote:
 
 I need to lauch an executable at the end of my installation.  currently i
 use the CAQuietExec function and launch the executable with its parameters
 and it is fine.  the problem is that the command i execute creates a
 result
 text file.  the file is supposed to be created in the application's
 INSTALLDIR (and is created there when the app is launched through its
 shortcut).  instead, the text file is created in the system32 directory.
 
 so my question is, is there any way to specify a working directory for
 CAQuietExec function?  what options do i have for the WixShelExec since i
 need this to be a silent install and cannot use an immediate CA since
 there
 will be no UI?
 
 

-- 
View this message in context: 
http://www.nabble.com/WixShellExec---CAQuietExec---their-options-tf4319604.html#a12370893
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Image Transparency

2007-08-28 Thread Mark.Farmer
Can anyone let me know how to imbed images with transparent backgrounds
both for PushButton control, and Bitmap control.  I can only get bmp and
jpeg to show up, and neither support transparency.  If I use gif or png,
the images do not show up.
I have tried wix 2.0 and 3.0.

Thanks in advance.

~mark

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX integration in to dev env (tallow ...)

2007-08-28 Thread chamanzan

Hi All,

   I'm trying to understand how WiX can be integrated in to a typical
development / build environment such that keeping the installer up to date
becomes a minimal effort and maintained by the developers.  This at least is
what I understood is one of the goals of people who use WiX. 

   My initial thinking was that the installer build would be just another
step that would get run in the build.  For example if an additional manual
page was added to a doc tree this would automatically get picked up and
included in the installer.  If developers needed to add a new registry key
for a component then they would modify that component's .wxs fragement and
voila the next build would create it.

   My main challenge so far seems to be the creation of components fragments
which cover file assets, I've seen a number of tallow post processors to
make some of this possible but am not clear what is the correct approach. 
Running tallow say on a Document directory will create a fragment file each
time.  Should the post processor generate new GUID's for components in there
each time? or should I reuse GUID for components which have not changed (no
new files)?  Before I go and write another one of these I'm just wondering
were the project is going with this element ... does 3.0 cover this aspect
better then 2.0?  Is there a requiremnts doc for tallow++ which one could
look at to understand all the complexities of such a tool (which being a
newbie I'm no doubt missing)?

   My WiX Bible so to speak has been the 2.0 turorial at
http://www.tramontana.co.hu/wix/index.php#TOC;. My apologies in advance if
I have missed posts or further docs which explain this.  

thanks in advance for your help.

kind regards,

Kaveh.


-- 
View this message in context: 
http://www.nabble.com/WiX-integration-in-to-dev-env-%28tallow-...%29-tf4344917.html#a12378485
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Checkbox on exit dialog

2007-08-28 Thread Sriram Vasudevan
Hi,

 

I am using properties WIXUI_EXITDIALOGOPTIONALTEXT and
WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT to show a checkbox in the finish
dialog that gives an option to the user to start our program on finish.

 

However, this does not take effect when the user installs some features,
and then adds new features. When thenuser adds new features, the
ExitDialog does not show the checkbox.

 

Is there a way to show checkboxes, and optional texts in the ExitDialog
on installation of features after the initial install?

 

Thanks!

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Using the sca.wixlib lib and SqlScript element

2007-08-28 Thread Leo ...

I have the below SqlScript component defined and linked with sca.wixlib.  The 
script(s) didn't get executed.  What am I missing?  Thx!
 
Binary Id=ScriptToRun.sql  
   src=$(var.sourceLoc)\ScriptToRun.sql /
Binary Id=UninstallScriptToRun.sql 
   src=$(var.sourceLoc)\UninstallScriptToRun.sql /
 
Component Id=SQLScript Guid=AB9C67G4-BA9C-4888-972H-AE3CB5A16E78
CreateFolder/
SqlScript Id=SomeScript SqlDb=SomeDatabase 
   BinaryKey=ScriptToRun.sql Sequence=001
   ContinueOnError=no ExecuteOnInstall=yes 
   ExecuteOnReinstall=yes ExecuteOnUninstall=no/
SqlScript Id=UninstallScript SqlDb=SomeDatabase 
   BinaryKey=UninstallScriptToRun.sql Sequence=002
   ContinueOnError=yes ExecuteOnUninstall=yes 
   ExecuteOnInstall=no ExecuteOnReinstall=no /
/Component-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] The problem of uac in maintenance

2007-08-28 Thread JosephLee

I made an MSI database with wix and use it on vista. In the database, I use
the self registration when a service start. So when i take an maintenance
install. Just like remove, the service i installed doesn't change at all.
But when i execute this installer with an administrator command, everything
will be OK.  I checked some articles on MSDN, it says that the maintenance
of the product is managed after it has been installed. Does anyone know how
to fix this problem, thanks very much.

By the way, it is also OK in the Add/Remove Programs. 
-- 
View this message in context: 
http://www.nabble.com/The-problem-of-uac-in-maintenance-tf4345367.html#a12379829
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Different action on uninstall

2007-08-28 Thread JosephLee

Try Remove=YourFeatureName, it take effect when you changed the Feature
status.


Benas wrote:
 
  'REMOVE=ALL is true when user clicks uninstall.
 
 But if user double click on msi file there he'll be able to pick from
 repair
 or uninstall and if he pick up uninstall the condition 'REMOVE=ALL is
 false.
 What condition should i use if i want it be true for all uninstall
 actions?
 
 
 
 2007/8/1, Rob Hamflett [EMAIL PROTECTED]:

 The Installed property will tell you if the product is installed or
 not.  So a Custom Action with a
 condition of 'NOT Installed' will only be trigger on install.  A
 condition
 of 'Installed' is
 obviously the opposite to this, but it's also true for repairs and
 maintenance.  If you need to tell
 the difference between these and an actual uninstall, I think a condition
 of 'REMOVE=ALL' is what
 you want.

 Rob

 Benas wrote:
  I need some property to detect if it's installation or uninstallation
  process
 
  2007/8/1, Benas [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:
 
  During installation I'm calling extern C function in my cpp dll.
 
  But during uninstallation i want to call other function from the
  same dll - how can i do that?
 
 
  Thanks for answers,
  Benas
 
 
 
 
  --
  Pagarbiai,
  Benediktas Lipnickas
 
 
 
 
 
 
 -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now   http://get.splunk.com/
 
 
 
 
 
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

 
 
 
 -- 
 Pagarbiai,
 Benediktas Lipnickas
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 

-- 
View this message in context: 
http://www.nabble.com/Different-action-on-uninstall-tf4198893.html#a12379860
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Create Database Error

2007-08-28 Thread Daniel Wilson
Hello,

I'm trying to use wix 3.0 to create a SQLExpress database and run four
scripts to populate it. I get a non-specific error saying that the
database couldn't be created when I try to install. I'm fairly certain
that the error is in the SqlDatabase node, becasue I can comment out
the SqlScript nodes and get the same error.

The SQLExpress instance is set up to use windows authentication, so I
don't have a user node. I can view the instance in the sql express
management console by specifying the server as localhost\SQLEXPRESS
(as imitated by the wix code below).

Any help with this would be greatly appreciated; wix 3.0 documentation
on this subject is scarce.

Thanks so much,

Dan

---

  Binary Id='CreateLogin_Network_Service'
SourceFile='database\1_CreateLogin_Network_Service.sql' /
  Binary Id='CreateDBSchemas' SourceFile=database\2_CreateDBSchemas.sql' /
  Binary Id='Add_db_data' SourceFile=database\3_Add_db_data.sql' /
  Binary Id='Add_Tables_And_Stored_Procs'
SourceFile='database\4_Add_Tables_And_Stored_Procs.sql' /

.
.
.

  Directory Id=TARGETDIR Name=SourceDir
Directory Id='ProgramFilesFolder' Name='PFiles'
  Directory Id=INSTALLDIR Name=InstallDir
  Component Id='SqlComponent'
Guid='{A45BFBEF-1C37-44df-846F-C424B182EF08}'
  sql:SqlDatabase Id='SqlDatabase' Database='DbName'
Server='localhost\SQLEXPRESS' CreateOnInstall='yes'
ConfirmOverwrite='no' DropOnUninstall='no' ContinueOnError='no'
sql:SqlScript Sequence='1' Id='CreateDB1'
BinaryKey='CreateLogin_Network_Service' ExecuteOnInstall='yes' /
sql:SqlScript Sequence='2' Id='CreateDB2'
BinaryKey='CreateDBSchemas' ExecuteOnInstall='yes' /
sql:SqlScript Sequence='3' Id='CreateDB3'
BinaryKey='Add_db_data' ExecuteOnInstall='yes' /
sql:SqlScript Sequence='4' Id='CreateDB4'
BinaryKey='Add_Tables_And_Stored_Procs' ExecuteOnInstall='yes' /
  /sql:SqlDatabase
/Component

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users