hi ,
we are creating the virtual directory from the installer
.
the user has the chance to create the site where he wants to create the
virtual directory. but the problem is installer is creating in both the
default and the selected site. please tell me what might be the reason. the
selected site
Anybody having the following issue?
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/wix-shortcut-run-as-administrator-tp5443294p6192185.html
Sent from the wix-users mailing list archive at Nabble.com.
---
hi all,
we are running c# custom actions as immediate. when we uninstall the product
, the custom action should run with the logged in user previleges. but they
are running as NTAuthority\Networksystem. using this user, our custom
actions are failing. could you please tell me how can I solve it?
HOW to run the uninstallation/change as administrator from ARP panel?
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/HOW-to-run-the-uninstallation-change-as-administrator-from-ARP-panel-tp6055847p6055847.html
Sent from the wix-users mailing list ar
Hi all,
our installer will run the different custom actions at the time of
uninstallation. these custom actions needs the administrator previleges. how
to run my uninstallation "as administrator" from the Add Or Remove Programs
panel. if I run the uninstallation with the EXE(run as administrator)
I am creating "non advertised shortcut", because advertised shortcuts don't
get the option "Rund as administrator" when we right click on the shortcut.
But for the Non Advertised shortcut , the keypath should be registry entry
in HKCU.(ICE 48 validation fails if not.)
I am creating the shortcut
Hi phil,
If I set Advertise="No" it is giving the following error.
Error 71 ICE43: Component aa has non-advertised shortcuts. It should use
a
registry key under HKCU as its KeyPath, not a file.
Error 72 ICE57: Component 'SHORT' has both per-user and per-machine data
Hi all,
Please try to understand the problem and give some solution.
I am executing the powershell exe as vbscript CA as follows.
Function f1()
MsgBox("exe started")
Set objShell = CreateObject("Wscript.Shell")
vPSscrIpt = "powershell.exe -NoExit c:\yyy\aa.ps1"
objShell.Run vPSscrIpt
End Functio
Hi ,
My installer wants to create contentsource in sharepoint2010. I need to run
sharepoint management console to execute my commands.
Please tell me how to do it? Please give me site where I can find some info.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.
Hi ,
we are creating the shortcut from our installer on desktop. But the shortcut
is not having the option "Run As Administrator" .
How can I this menu Item when the user right clicks on the shortcut.
If I create a shortcut manually, I am able to get that option.
Any help is appreciated.
--
Thanks for your suggestion, I got the solution for my problem also. :)
srinivas
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Virtual-directories-not-deleted-when-uninstalling-tp688905p5296608.html
Sent from the wix-users mailing list archive at
Hi,
I am creating my virtual directory under MicrosoftDyanamicsCRM. The site has
its own apppool called CRMAppPool. But after creating the virtual directory,
the apppool of the virtual directory is DefaultAppPool , not as CRMAppPool.
the same thing working in WIX 3.0.
I am using WIX 3.5.1811. Is
Hi ,
how these 2 problems merged? My problem is not solved?
Any one can answer to my question please?
srinivas
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/webapppool-to-my-virtual-directory-tp5242027p5276993.html
Sent from the wix-users maili
hi Sunkesula, Srivardhan,
how your question is merged in to my query? is there any problem ?
srinivas
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-the-existing-apppool-to-my-virtual-directory-other-than-than-the-default-apppool-tp5234
> -- Yan
>
> -Original Message-
> From: MYFLEX [mailto:[hidden
> email]<http://user/SendEmail.jtp?type=node&node=5234125&i=0>]
>
> Sent: Tuesday, 29 June, 2010 11:01
> To: [hidden email] <http://user/SendEmail.jtp?type=node&node=5234125&i=1>
Any body faced the above problem?
Please suggest me some solution..
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/virtual-directory-is-not-created-with-the-apppool-of-the-website-creating-as-default-apppool-tp5259456p5260031.html
Sent
If I don't give any apppool information to the virtual directory , then also
it is taking as default apppool.
virtual directory is created in the CRM Site , but with apppool as default
appPool.
Please tell me what is the reason?
--
View this message in context:
http://windows-installer-xml-wi
Hi all,
I have a problem in creating virtual directory. Please try to understand the
problem and give some solution.
If I create a virtual directory under the existing site other than the
default website, it is creating , but with apppool as default apppool not
the application pool of the websit
Can anyone help me the above problem please?
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/webapppool-to-my-virtual-directory-tp5242027p5258815.html
Sent from the wix-users mailing list archive at Nabble.com.
-
Hi ,
I am creating a virtual directory in the existing site. But the problem is
the virtual directory apppol is by default , "DefaultAppPool" not the
WebSite related apppool. Is this the problem with WIX 3.5?
If we create a virtual directory from IIS , Automatically it takes the
website AppPool
I also have the same problem. Can anyone Please tell me how to solve this.
srinivas
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/AppPool-gets-deleted-during-uninstall-tp5159767p5234250.html
Sent from the wix-users mailing list archive at Nabble
Hi yaan,
thnx for you suggestion. But I did that. Then the compilation is giving the
error as follows.
Error 3 The iis:WebAppPool/@Identity attribute cannot be specified
unless
the element has a Component as an ancestor. A iis:WebAppPool that does not
have a Component ancestor is not i
Hi,
I am creating a virtual directory in the Existing website with WIX 3.5 in
IIS 7.0.The site has its own apppool called CRMAppPool.
Now I am want to set the same AppPool (CRM AppPool)for my virtual directory.
But by default , it is setting as default app pool.
Please tell me how can I refer th
The verbose log says as follows.
MSI (s) (D8:80) [17:58:21:906]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSI1895.tmp, Entrypoint: WriteIIS7ConfigChanges
WriteIIS7ConfigChanges: Error 0x80070002: Site not found for create
application
WriteIIS7ConfigChanges: Error 0x80070002: Fa
hi all,
how can I assign alt key to the Edit Box? in the following image?
please tell me how to add alt key to the edit box.
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n5157453/respond.bmp
--
View this message in context:
http://windows-installer-xml-wix-toolset.6
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Why-wix-3-0-desn-t-support-visual-studio-2010-tp4989909p4989909.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Hi ,
what is the difference between merge modules and library type project in
wix?
both can be included in the different projects. then what is the
difference?.
Please clarify me where can i use merge modules and where can i use
libraries?
Please send any link where i can good information of mer
Hi ,
we have all of our installers in WIX 3.0 . Now i want to upgrade them to wix
3.5
what is the process of migrating these projects?
when I open in visual studion 2010 with wix 3.5 version , it is giving the
following error.
error : The imported project "C:\Program Files
(x86)\MSBuild\Micros
when can we expect Wix 3.5 RTM?
Is it ok to use Wix 3.5 beta versions to build my setups?
--
View this message in context:
http://n2.nabble.com/when-can-we-expect-Wix-3-5-RTM-tp4894232p4894232.html
Sent from the wix-users mailing list archive at Nabble.com.
Does it comes with visual studio or do we have to install it separately?
--
View this message in context:
http://n2.nabble.com/what-is-votive-tp4889738p4894192.html
Sent from the wix-users mailing list archive at Nabble.com.
--
hi,
what is votive?
is it a separate setup to be dowloladed ? if it is from where?
or it comes with visual studio?
or it comes with WIX Setup?
--
View this message in context:
http://n2.nabble.com/what-is-votive-tp4889738p4889738.html
Sent from the wix-users mailing list archive at Nabble.c
Hi ,
my all of my setups are developed in wix 3.0.5419 with visual studio 2008.
Now we are upgrading to visual studion 2010.
what are the steps i should follow to work with visual studio 2010?
can we use wix 3.0.5419 with visual studio 2010?
when i try to install wix on visual studio.. it is givi
Hi ,
I have some doubts about setupbld.exe. I am using wix3.0.5419.
a) is this creates setup.exe bootstapper for the msi?
b) after creating setup.exe from setupbld.exe, can it handle major and
minor upgrade?
b) I tried running the following command ...
setupbld.exe -out "c:\mysetup.exe" -ms "
Yes we have the same GUIDs.
Yes the common components are still in 9 version
we don't have the repair option.
we have not changed anything in 9 version for the common components.
the verbose log is as follows.when I install 9 version of the product. But
this component already installed with 8 ver
Hi ,
Please try to understand the following problem and give me some solution.
1) 8 version of the products installed in the system.
2) now if I install 9 version (latest) of the product , installation is
done.
3) if i uninstall the latest version of the product ,
it is removing the common co
we have upgrade all the visual studio projects to visual studio 2008
But In Build machine we have visual studio 2005 and Wix 3.0.5419(Wix is
upgrade from Wix3.0.2925). I have not upgraded Visual studio 2008 in build
server. I installed .NET Framework3.5 and compiling all the .net projects.
we ha
How to run a batch file which is bundled with the msi.
Please give sample code.
--
View this message in context:
http://n2.nabble.com/Want-to-run-a-batfile-which-is-bundled-with-msi-tp4050201p4050201.html
Sent from the wix-users mailing list archive at Nabble.com.
-
Hi,
we have upgraded the Wix Version 3.0.2925 to Wix 3.05925. after that I am
getting the following error.
candle.exe : error CNDL0288: The variable 'Configuration' with value
'Release' was previously declared with value 'Release'.
we are using Nant to build the solution file with the following
Hi all,
I am doing Minor upgrade for my product. But Minor upgrade not replacing the
files.
Older ones are working fine.But the latest one is not working.
what are the causes, that fails the Minor upgrade.
Is it adding new files under some components?
Please advise some solution.
--
View this m
In my product we have multiple features like A,B,C,D
If in version 1.0 A, B are installed.
in version 2.0 which is major upgrade, if I select C,D It is removing all
the previous features and installing New features. But I want the old
features to be as it is.
for that in upgrade table I have give
talled) from the old product
> installed
> (which of course leaves the old product installed).
>
> -Original Message-
> From: MYFLEX [mailto:shrinuen...@gmail.com]
> Sent: Monday, October 12, 2009 4:49 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-us
My product is having 9 features.
The scenario is as follows.
I installed A,B,C,D Features in version 1
Now 2 is the Major upgrade.
This time if I select C,D,E,F features for upgrade installation , The
upgrade is removing all the files related to
A,B,C,D and installing C,D,E,F feature files.
But
Hi all,
what is the lateststable version of wix . we are using Wix 3.0.2925 version.
I think latest is 3.0.5295.
I have all my projects in Wix 2.0.2925. But they are not being compiled in
Wix 3.0.5295.
in wix 2.0.2925 in the project type , custom action project type is not
there.
I am bit confus
We have different installers for product A , B , C , D
Now we have developed a pack installer which will install all of the
products. what I did is , I created each product as a feature in the pack
installer.
Now what I want is ,
how can I upgrade "A" or "B" or "C" Products with my pack installer
Hi,
I want some help on feature and its levels. how windows installer handles
the multiple features.
And what is install level and feature state?
I am bit confused with these. Please give some links where i can clarify my
doubts.
--
View this message in context:
http://n2.nabble.com/I-want
Hi,
i want some information about how the installer will treat a feature. and
what is install level?
Please send some links where i can get some information about feature state
and levels.
--
View this message in context:
http://n2.nabble.com/what-is-feature-and-it%27s-level--tp2867354p286735
Hi,
we have different dotnet custom actions which we give under the component
tag. like following\
we have different features which will have the individual componentref.
But the problem is even though i don't select a perticular feature for
installation, the custom actions are executed. wh
I have multiple feature in my installer. based on a registry key values, i
want to show the levels of the feature. like selected for installation and
uninstallation. how to set the feature level at dynamically based on the
registry values? I want to write a vbscript custom action. Please tell me
h
Hi,
I want my installer to be silent installation. for that I want to pass the
values to all the properties.
I can want to give all the values in a text file and read them. But my doubt
is when to shedule this custom action?
before executing the msi
msiexec /i /q aa.msi INSTALLDIR= MYPROPERTY
49 matches
Mail list logo