[WiX-users] How to assign a self signed certificate to port 443 ofwebsite

2011-06-28 Thread Thai-Hoa Nguyen
During uninstallation, you need to remove port 443 by writing a CA function to execute this: netsh.exe http delete sslcert ipport=0.0.0.0:443

[WiX-users] When the DB creation is complete?

2011-06-16 Thread Thai-Hoa Nguyen
Hello... I'm using WiX 3.5 SQL Extension to create a database, create tables, and copy a windows service, and start the windows service. I'm trying to write a custom action to read a value in the database before the service is started. The custom action is run before "StartServices" sequence

[WiX-users] Failed to configure IIS web svc ext

2011-05-13 Thread Thai-Hoa Nguyen
I'm using WiX 3.5 which I downloaded on January 3, 2011. Once a while, the installer returns these errors. Please tell me how to fix this? Thank you. WriteIIS7ConfigChanges: Entering WriteIIS7ConfigChanges in C:\Windows\Installer\MSI155.tmp, version 3.5.2430.0 WriteIIS7ConfigChanges: Error

[WiX-users] Generate SSL certificate during install time

2011-04-19 Thread Thai-Hoa Nguyen
Hello... I'm looking for a way to create a SSL certificate during install time. I don't think makecert.exe is allowed to distribute. Please give me your suggestions. Thank you. --

[WiX-users] How to copy log file

2011-03-18 Thread Thai-Hoa Nguyen
Hello... MsiLogFileLocation has the location of the log file. I am unable to create a custom action to copy the log file when the installation is complete. NOT Installed What is a good way to copy the log file to a desired location when the installation is complete? Thank you.

Re: [WiX-users] Run the installer as administrator

2011-03-16 Thread Thai-Hoa Nguyen
**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: Thai-Hoa Nguyen [mailto:taiwa...@hotmai

[WiX-users] Run the installer as administrator

2011-03-15 Thread Thai-Hoa Nguyen
Hello... My installer requires to run as administrator. What property can I set in Wix file to make the installer run as administrator? If it's not possible? Can the installer prompt an error if it is not run as admin? Thank you. -

[WiX-users] how to include Component Win64 in heat.exe result.

2011-03-08 Thread Thai-Hoa Nguyen
When running heat.exe, what flag do I use to turn on the Component Win64 attribute? Thank you. -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an

Re: [WiX-users] Using Heat.exe for Minor Upgrade

2011-03-08 Thread Thai-Hoa Nguyen
blog entry: > > http://www.wintellect.com/CS/blogs/jrobbins/archive/2010/08/31/paraffin-3-5-now-with-better-minor-upgrade-support.aspx > > > > Hope it helps! > > > > John > > Wintellect > > http://www.wintellect.com > > +1-877-968-5528 > > > >

[WiX-users] Upgrade SQL Database

2011-03-07 Thread Thai-Hoa Nguyen
Hello... I created an installation 1.0 which creates a database and insert data into it. This installation prompts the user to enter the SQL user and password. This installation doesn't remember the SQL user and password anywhere. I then created an MINOR UPGRADE installation to modify the

[WiX-users] How to Enable logging always

2011-03-07 Thread Thai-Hoa Nguyen
Hello... Is there a setting in Wix to enable logging as always? Thank you. -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connec

[WiX-users] Using Heat.exe for Minor Upgrade

2011-03-03 Thread Thai-Hoa Nguyen
Hello... I created an installation 1.0 to install many files. I used heat.exe to generate the file list with unique GUIDs. I'm now doing the minor upgrade installation, how do I use heat.exe or something else to generate the file list from a directory of old and new files? Generate the new

[WiX-users] Encrypt and store the SQL sa password in the windows registry

2011-02-15 Thread Thai-Hoa Nguyen
Hello I'm currently storing the SQL sa password so the database can be uninstalled later. Is there a quick and easy way to encrypt and decypt the password in Wix? Thank you. -

[WiX-users] WCF server cannot connect to the remote database.

2011-02-07 Thread Thai-Hoa Nguyen
I have a WCF service which is run as a windows service. This WCF service connects to a SQL server. I used Wix / ServiceInstall to register the WCF service. There is no database connection issue when both WCF service and SQL server are on the local machine. When installing WCF server on mach

[WiX-users] (no subject)

2011-01-29 Thread Thai-Hoa Nguyen
Hello... please help me with this issue. The installer sets a default value and allows the user to enter a new value. When the user enters a new value, it is used during the installation. But the default value is used instead of the user-entry’s new value during uninstallation. I found thi

[WiX-users] Unable to find database during un-installation

2011-01-29 Thread Thai-Hoa Nguyen
Hello... please help me with this issue. The installer sets a default value and allows the user to enter a new value. When the user enters a new value, it is used during the installation. But the default value is used instead of the user-entry’s new value during uninstallation. I found