Re: [WiX-users] Wix 3.5 - Unresolved reference to symbol 'Property:ApplicationFolderName'

2012-04-10 Thread Omar
Hi again,

For more information: the error only appears when I show the dialog 
before the WelcomeDlg.
If I show the dialog before the ProgressDlg for example, it builds 
correctly...

This doesn't work (see error messages + warnings in previous message):



NOT 
DTSDIR.X64

NOT DTSDIR




While, this works without any error/warning:



NOT 
DTSDIR.X64

NOT DTSDIR




There must be some bug which tries to load the WixUI_Advanced when 
referencing WelcomeDlg inside the InstallUiSequence?

I'll test with that to ensure that it's correctly working, but at least, 
it builds without problems.

Let me know if I'm doing something wrong...

Thank you,

Omar

Le 05/04/2012 14:25, Omar a écrit :
> Hi,
>
> I'm updating to Wix 3.5 (I think I used WiX 3.0 before, but I need
> support for VS 2010).
> But I now have problems with my current installer.
>
>
> I'm using a custom UI (sorry for long code...):
> -
> 
> http://schemas.microsoft.com/wix/2006/wi";
> xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
> 
> 
> 
> 
> 
> 
>  Blue="0" Green="0" Red="255"/>
>
> 
> 
>
> 
> 
> 
> 
> 
> 
> 
> 
>
>  Value="Return" Order="999">1
>
>  Value="LicenseAgreementDlg">1
>
>  Value="WelcomeDlg">1
>  Value="CustomizeDlg" Order="2">LicenseAccepted = "1"
>
>  Value="MaintenanceTypeDlg" Order="1">WixUI_InstallMode = "Change"
>  Value="LicenseAgreementDlg" Order="2">WixUI_InstallMode =
> "InstallCustom"
>  Value="ShortcutDlg" Order="1">1
>
>  Value="CustomizeDlg" Order="1">1
>  Value="VerifyReadyDlg">1
>
>  Value="ShortcutDlg" Order="1">WixUI_InstallMode = "InstallCustom"
>  Value="CustomizeDlg" Order="2">WixUI_InstallMode = "Change"
>  Value="MaintenanceTypeDlg" Order="3">WixUI_InstallMode = "Repair" OR
> WixUI_InstallMode = "Remove"
>
>  Value="MaintenanceTypeDlg">1
>
>  Event="NewDialog" Value="CustomizeDlg">1
>  Event="NewDialog" Value="VerifyReadyDlg">1
>  Event="NewDialog" Value="VerifyReadyDlg">1
>  Value="MaintenanceWelcomeDlg">1
> 
>
> 
> 
> 
> -
>
>
> Like that it works correctly I don't have any error.
>
> But I also have a custom error Dialog that is displayed if some
> necessary things are not installed on the workstation.
> Here it is :
>
> -
> 
> http://schemas.microsoft.com/wix/2006/wi";>
>
> 
>
> 
> 
>  Title="[ProductName] Setup">
>  Height="60" TabSkip="no" Transparent="yes" NoPrefix="yes">
> SQL Server $(var.SqlVersion) Integration Services was not detected
> on this computer. Please install Integration Services before installing
> [ProductName].
> 
>  ToolTip="!(loc.ErrorDlgErrorIconTooltip)" FixedSize="yes" IconSize="32"
> Text="!(loc.WaitForCostingDlgIcon)" />
>
>  TabSkip="yes" Text="!(loc.WixUIOK)">
> 1
> 
> 
>
> 
> 
> NOT
> DTSDIR.X64
> 
> NOT
> DTSDIR
> 
> 
> 
> 
> 
> -
>
> As soon as I build my project, I start having errors such as:
>
> ...\src\ext\UIExtension\wixlib\WixUI_Advanced.wxs(38): error LGHT0094: 
> Unresolved reference to symbol 'Property:ApplicationFolderName' in section 
> 'Fragment:'.
> ...\src\ext\UIExtension\wixlib\InstallScopeDlg.wxs(23): error LGHT0094: 
> Unresolved reference to symbol 'Property:WixAppFolder' in section 'Fragment:'.
>
>
> I saw another user who has the same problem:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-5-Unresolved-reference-to-symbol-Property-ApplicationFolderName-td5776565.html
> And Rob answered him to specify some necessary things for WixUI_Advanced.
> Except that I don't use WixUI_Advanced, I use a custom UI that only
> references WixUI_Common!!
>
> Anyway, I tried to add the necessary things for WixUI_Advanced, so I
> don't have this error anymore.
> It seems to work, but it throws some other errors:
>
> ...\src\ext\UIExtension\wixlib\WixUI_Advanced.wxs(125): error LGHT0170: The 
> InstallUISequence table contains an action 'WelcomeDlg' that i

[WiX-users] Wix 3.5 - Unresolved reference to symbol 'Property:ApplicationFolderName'

2012-04-05 Thread Omar
Hi,

I'm updating to Wix 3.5 (I think I used WiX 3.0 before, but I need 
support for VS 2010).
But I now have problems with my current installer.


I'm using a custom UI (sorry for long code...):
-

http://schemas.microsoft.com/wix/2006/wi"; 
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>




















1

1

1
LicenseAccepted = "1"

WixUI_InstallMode = "Change"
WixUI_InstallMode = 
"InstallCustom"
1

1
1

WixUI_InstallMode = "InstallCustom"
WixUI_InstallMode = "Change"
WixUI_InstallMode = "Repair" OR 
WixUI_InstallMode = "Remove"

1

1
1
1
1





-


Like that it works correctly I don't have any error.

But I also have a custom error Dialog that is displayed if some 
necessary things are not installed on the workstation.
Here it is :

-

http://schemas.microsoft.com/wix/2006/wi";>







SQL Server $(var.SqlVersion) Integration Services was not detected 
on this computer. Please install Integration Services before installing 
[ProductName].




1





NOT 
DTSDIR.X64

NOT 
DTSDIR





-

As soon as I build my project, I start having errors such as:

...\src\ext\UIExtension\wixlib\WixUI_Advanced.wxs(38): error LGHT0094: 
Unresolved reference to symbol 'Property:ApplicationFolderName' in section 
'Fragment:'.
...\src\ext\UIExtension\wixlib\InstallScopeDlg.wxs(23): error LGHT0094: 
Unresolved reference to symbol 'Property:WixAppFolder' in section 'Fragment:'.


I saw another user who has the same problem: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-5-Unresolved-reference-to-symbol-Property-ApplicationFolderName-td5776565.html
And Rob answered him to specify some necessary things for WixUI_Advanced.
Except that I don't use WixUI_Advanced, I use a custom UI that only 
references WixUI_Common!!

Anyway, I tried to add the necessary things for WixUI_Advanced, so I 
don't have this error anymore.
It seems to work, but it throws some other errors:

...\src\ext\UIExtension\wixlib\WixUI_Advanced.wxs(125): error LGHT0170: The 
InstallUISequence table contains an action 'WelcomeDlg' that is declared in two 
different locations.  Please remove one of the actions or set the 
Overridable='yes' attribute on one of their elements.
...\src\ext\UIExtension\wixlib\WixUI_Minimal.wxs(63): error LGHT0171: The 
location of the action related to previous error.
...\src\ext\UIExtension\wixlib\ExitDialog.wxs(37): warning LGHT1050: The 
AdminUISequence table contains actions 'ExitDialog' and 'EnesysExitDialog' 
which both have the same sequence number -1.  Please change the sequence number 
for one of these actions to avoid an ICE warning.
...\EnesysExitDialog.wxs(29): warning LGHT1051: The location of the action 
related to previous warning.
...\src\ext\UIExtension\wixlib\ExitDialog.wxs(33): warning LGHT1050: The 
InstallUISequence table contains actions 'ExitDialog' and 'EnesysExitDialog' 
which both have the same sequence number -1.  Please change the sequence number 
for one of these actions to avoid an ICE warning.
...\src\EnesysISInstaller\EnesysExitDialog.wxs(25): warning LGHT1051: The 
location of the action related to previous warning.


But I don't reference any of those files with errors (Advanced, Minimal, 
ExitDialog)

Is there some bug or did I miss something?

Thank you

Omar


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] CPU Usage 50%, VS IDE Very Slow

2009-02-10 Thread Omar Cristaldo
I did a couple of Setups with the 3.0.4014.0 version of Wix. Then upgrade the 
version of Wix to the latest betas of the product. To do this I had to 
implement the changes described in Article 
(http://blogs.msdn.com/jasongin/archive/2008/07/09/votive-project-platform-configurations.aspx).
 After making these changes, the Visual Studio became extremely slow and the 
CPU of the process remains at a 50% (when you want to edit or view files of wix 
Setups, this doesn't happend with other kind of files or projects).

The solution that I have has several projects (amount 90) because is a Build 
Solution.

Anyone experienced this problema?

Thanks

Omar Cristaldo
--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Editing a file on installmode = Change

2008-12-08 Thread Omar Sharif

Hi,

I have an installer which asks for a license key.
The license key is stored in an xml file, but it's not very obvious for
users, and it may be difficult to change it manually, so I would like to
allow users to change the license key directly through the installation (in
Change mode).

I created a custom page where I ask a license key, which is set in one of my
features. But, when I click on Change for changing installation property,
the feature is already installed, so the key would not be changed, as the
feature would not be re-installed. Is there a way to allow users to change
the license key, by relaunching the feature ? Or by creating a fake feature,
I don't know ?!

Thanks
-- 
View this message in context: 
http://n2.nabble.com/Editing-a-file-on-installmode-%3D-Change-tp1630948p1630948.html
Sent from the wix-users mailing list archive at Nabble.com.


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Registry problems

2007-09-20 Thread Omar Ferrer
I'm currently using WiX 3, and I'm trying to register an OCX, but I'm having
problems with it.
First of all, I'm trying to register and .OCX that is already in the
computer, and not included on the package itself.
Is that possible?
Second of all, I'm trying to register an .OCX, in the HKCR, but it keeps
making it on the HKCU or the HKCM.  The account has administrator privileges
by the way.

This is what I'm using for the Register:



 

Any help would be greatly appreciated.

Thanks in advance,
Omar Ferrer
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users