thanks. It worked.
Regards, Subramanyeswari
--
View this message in context:
http://n2.nabble.com/customising-dialogs-tp4749910p4755860.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Download Inte
Hi,
I am attempting to build an installer which works on different operating
systems. A problem I am having is to ensure on a windows 7 and win2008 server
machine running IIS7, there is IIS6 compatiblity. I used the following
property and condition:
>From my understa
Hi,
I have a script which attaches a database as part of the install. The script
works on an XP machine and windows 2003 server, but when I try it on a windows
2008 box, I get an SQL error saying "failed to eceute SQL string, error : Could
not open new database 'mydb'".
I think this lo
I've found the following statement in standard WiX MaintenanceWelcomeDlg.
Installed AND NOT RESUME AND NOT Preselected
It has no attribute Overridable='yes'.
I have the following problem with that. I try to remove this dialog in my
WiX code in case of Patch mode (a). Al
Sorry, I have specified incorrect information.
If I set Overridable='yes' in (a) statement or remove (a) statement, I
receive the following dialog sequence when I run msp:
(MaintenanceWelcomeDlg -> MaintenanceTypeDlg -> VerifyReadyDlg) ->
PatchWelcomeDlg
Also I've tried describe it as follows:
I am creating a Wix 3.0 installer for a product and have come against a number
of issues (migrating from InstallShield). I had a general look around but
cant find the answers so im hoping someone can help me:
1) The doc tells me that I should have one component per file and I want
to h
Did you upgrade from 3.0 to 3.5? I had a similar problem with the
targets file and it was due to it not being replaced on upgrade. I
fixed it by uninstalling and reinstalling.
Neil
Neil Sleightholm
n...@x2systems.com
On 17 Mar 2010, at 13:02, "Brad Cunningham"
wrote:
> I just installed W
Surprisingly easy to do!
Simply perform an: msiexec /x {GUID}
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for paralle
thanks a lot Bob.
MSI logs already surprised me in a good way so I'll need to try it out.
By any chance, can you tell how to find in log, when a button (e.g.
"Repair") have been pressed or when did the progress dialog appeared?
thanks
Jacek
2010/3/18 Bob Arnson
> On 3/17/2010 6:08 AM, Jacek P
Ok,
So I have a preprocessor variable that I want to pass from my TFS Build process
to my wix project. I don't know how to do this. I've been scouring the web
and trying multiple things but can't get it to work.
I have a preprocessor variable called BuildPath used throughout my main wxs
file
HI,
I have included SQL server 2005 express via the bootstrapper on my install.
The problem I am getting is when the installation is complete, I find the
website installed cannot connect to the DB and neither cna the windows service.
The reason being that the server has been installed wit
In proj file:
In wixproj file:
ProductVersion=$(ProductVersion);
Then in wxs file:
-Original Message-
From: Kerber, Cameron [mailto:cameron.ker...@philips.com]
Sent: Thursday, March 18, 2010 5:44 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] TFS Build and Wi
We have a program that produces some files (it's a cache of some info. it finds
when first run) that have to be deleted when the program is either uninstalled
or a new version installed. Thus, when the new version is run, it recreates the
cache with the updated info. from the new version. The pr
Does anyone know how to get past the following error in Wix 3.0/3.5 for
installing a service. The below code works fine in Wix 2.0. Has there been a
major change that I am unaware of?
ICE03: Invalid identifier; Table: ServiceControl, Column: ServiceControl,
Key(s): Build Service (LGHT0204) -
Hello All,
We have RTM version of our product and we are on our way to release update1
(minor upgrade). During this period, a new component was added to the installer
which also adds a new entry in DuplicateFile table. When I try to build a patch
I see following error
error PYRO0260 : Product '
I'm running a database script as part of my installation. There is a
text box that the user can type the name of a SQL Server. During the
install process a script is run on the server specified by the user. On
uninstall I want to run another script that will the undo all the
changes to the database
make a separate one more component having "servicecontrol' element only.
On 18-03-2010 10:30, Michael Schlitt wrote:
> Does anyone know how to get past the following error in Wix 3.0/3.5 for
> installing a service. The below code works fine in Wix 2.0. Has there been
> a major change that I a
Write the property to the registry
hklm\software\[company]\[productname]\[version]\DatabaseName=Value
Read the property during uninstall. If property isn't found, don't
execute the uninstll script.
Wendell
On Thu, Mar 18, 2010 at 2:46 PM, David J. D'Amico wrote:
> I'm running a database script
You can ignore issue (2), I figured that one out. Any help on the COM
registration issue would be much appreciated.
sanjay
> -Original Message-
> From: Sanjay Poria [mailto:sanjay.po...@xanalys.com]
> Sent: 18 March 2010 13:21
> Subject: [WiX-users] Creating ProgramMenuFolders and COM Se
Hi
I'm using Wix v3.5.1512.0. I've been playing with XmlConfig to modify the
root web.config file, but ran into a strange issue today.
I originally had the following in a component:
When I tried to build the project, I received the following error:
Error 2
Hi all,
I have a WAR file that I need to install in a pre-installed Tomcat
directory. Does the following mean: "Stop Tomcat, install or uninstall the
WAR file, Start Tomcat."?
I have checked the event logs and see Tomcat is stopped and started, and I
have looked at verbose logs
On 3/18/2010 8:06 AM, Oleksandr Y. Nechyporenko wrote:
> I've assumed that since I haven't published NewDialog event for Next button
> in PatchWelcomeDlg, and have published EndDialog event with value "Return",
> it will not show MaintenanceWelcomeDlg when I click Next.
That's not how it works: It
On 3/18/2010 2:30 PM, Michael Schlitt wrote:
> ICE03: Invalid identifier; Table: ServiceControl, Column: ServiceControl,
> Key(s): Build Service (LGHT0204) - C:\Users\mschlitt\Documents\SharpDevelop
> Projects\SetupProjectService\SetupProjectService\Files.wxs:6
>
Like it says, you have an in
Thanks for the feedback Neil. I installed WiX on another build server (a
clean install, no previous version of WiX) and it appears to have fixed the
problem. I need to go back and un-install and re-install WiX on the
original server and see if that fixes the original issue.
Thanks again,
--Brad
On 3/18/2010 10:26 AM, Jacek Pospychała wrote:
> By any chance, can you tell how to find in log, when a button (e.g.
> "Repair") have been pressed or when did the progress dialog appeared?
>
I'd use the timestamps.
--
sig://boB
http://joyofsetup.com/
---
On 3/18/2010 8:28 PM, Jacques Eloff wrote:
> When I tried to build the project, I received the following error:
> Error 2 ICE27: Action: 'DuplicateFiles' in InstallExecuteSequence table must
> come after the 'InstallFiles' action.
>
> If I add a bogus element in the component everything compiles a
On 3/18/2010 12:18 PM, Hoyt, David wrote:
> We have a program that produces some files (it's a cache of some info. it
> finds when first run) that have to be deleted when the program is either
> uninstalled or a new version installed. Thus, when the new version is run, it
> recreates the cache w
On 3/18/2010 9:10 PM, Zachary Young wrote:
> I have checked the event logs and see Tomcat is stopped and started, and I
> have looked at verbose logs from the installer, but I am not sure of the
> exact sequencing of the three events: stop, install/uninstall file, start. I
> have also looked at the
Filed as 2972975.
Thanks,
Jacques
On Thu, Mar 18, 2010 at 6:20 PM, Bob Arnson wrote:
> On 3/18/2010 8:28 PM, Jacques Eloff wrote:
> > When I tried to build the project, I received the following error:
> > Error 2 ICE27: Action: 'DuplicateFiles' in InstallExecuteSequence table
> must
> > come af
29 matches
Mail list logo