Hi,
I need one clarification.
Does all Vista OS's ( Vista Enter prise x64,Vista Enter prise x86, Vista
Ultimate x64, Vista Ultimate x86, Vista Business x64 etc) are same or
different?
Because Service(Start type is "auto") behavior is different on different OS.
The same is working fine in XP, W
o install it succeed (after you've
> uninstalled it, obviously).
>
> Rob
>
> SaiTeja wrote:
>> Hi,
>>
>> Thanks for response
>>
>> Because the service has dependencies, I created one merge module.msi(with
>> all x86 including debug mergemodule
Hi,
This is regarding Vista Service.
Because the service.exe has dependencies, I created one merge
module.msi(with all x86 including debug mergemodules) and installed. After
that I installed my installer. This time installation is successfully, But
service is not started after reboot automati
.
Thanks in advance,
Rob Hamflett wrote:
>
> It sounds like your service just doesn't work under Vista. Can you run it
> as a normal exe? Have
> you tried putting any logging in your service to see how far it gets?
>
> Rob
>
> SaiTeja wrote:
>> Hi,
Hi,
I have a service installed on windows vista. The startup type for this
service is "Automatic". The service is not starting after reboot. When i try
starting the service from Service Control Manager, the error is something
like "Windows could not start the service on Local Computer Error 1067:
using the command msiexec /x in a custom action
> and i had an error poping up
>
>
> TIA
> ramya
>
>
>
> SaiTeja wrote:
>>
>> Hi,
>>
>> My INSTALDIR refers to C:\Program Files\Test Program\Client
>>
>> Client Folder has, Some file
Hi,
This is regarding Major Upgrades.
The question is I have installed Client Installer (version 6.4) under
C:\test\. It is installed properly.
After that I have Installed Client Installer(Version 6.5 with Upgrade
functionality).
It is detected, and deleted components under C:\test\, and re in
Hi,
I have two installers. One has version 3.2 and another one has version 3.3
with upgrade functionality.
I have implemented the major upgrade feature for my Client installer(version
3.3). First I have instlled installer with version 3.2 after system restarts
again I have installed with version
Hi,
Can anyone explain about "CustomTable"?
Why & Where it is useful?
When I open my Client.msi orca I saw "IsComponentExtended" and "IsSelfReg"
on right side(Tables row).
I know these are InstallShield related. When I apply Dark.exe on Client.MSI
I saw Custom Table.
Below is sample
ough MSIGETPROPERTY
in my C++ DLL and I can use.
SaiTeja wrote:
>
>
>
> Wilson, Phil wrote:
>>
>> Generally speaking you don't need to do this. If you want to ensure space
>> at some directory location you use the ReserveCost mechanism and let
>> Window
ence, and using sample code that tells you to call
> actions like InstallValidate yourself is likely to be giving you a shovel
> for the hole you'll be digging yourself into.
>
> So as is common with many MSI questions:
>
> Advice: Don't do it - use ReserveCost.
>
>
m of the service, not MSI or WiX.
> Have you tried to manually install the service in Vista?
>
> Best regards,
> Sebastian Brand
>
> Instyler Software - http://www.instyler.com
>
>
> On Jan 29, 2008, at 6:23 , SaiTeja wrote:
>
>>
>> Continuation for t
>
> Best regards,
> Sebastian Brand
>
> Instyler Software - http://www.instyler.com
>
>
> On Jan 26, 2008, at 12:27 , SaiTeja wrote:
>
>>
>> Hi,
>>
>> On Cusomize dialog, "This feature requires xxMB on your hard drive"
>>
>>
Hi
This is not Wix related question. Sorry for posting this. But If any one
knows please let me know
Am using Sharp Develop Tool for my Wix Project.
For example(Please see below code) I want to set the ProcessorArchitecture
variable, for this the general way is adding the following command lin
Continuation for the previous mail.
When I start service manually from services.msc, I got error message as
"Windows Couldnot start Service on Local Computer - Error 1067: The process
terminated unexpectedly"
SaiTeja wrote:
>
> Hi,
>
> Service is not started automat
Hi,
Service is not started automatically after reboot in Vista.
The same is working fine in XP.
Following is my WIX Code.
(NOT VersionNT=500) AND (NOT VersionNT64)
Hi,
I tried, but still it is stopped.
Project is Visual C++ -> Win32 -> Win32 project
Please find attached code.
It is working fine in Vista OS 32 bit, windows server 2003 both 32 and 64
bit
Not working in xp 32 bit :(
Any ideas???
Peter Jaworski wrote:
>
>> I created DLL in MicroSoft Vi
Hi,
On Cusomize dialog, "This feature requires xxMB on your hard drive"
Can any one tell me is it possible assign size(xx) to any property? If yes
how?
--
View this message in context:
http://www.nabble.com/Size-of-feature-tp15106940p15106940.html
Sent from the wix-users mailing list archive a
Thanks for responses.
I created DLL in MicroSoft Visual Studio
and the type of file is "Application Extension"
Please find uploadfile for the DLL.
http://www.nabble.com/file/p15081184/invdll.txt invdll.txt
and following is wix code
In dialog
-
1
SERVICE_
Hi,
Am using one DLL custom action.
This custom action am calling when user clicks next button in xyz.dlg
Some machines it is working fine(i.e. opened next dialog) and in some
machines immediately it is displaying Prematurely Stopped dialog and
installation fails.
There is no wrong in dll. Bec
Hi,
I added one component(xyz.exe) property Permanent="yes"
When I uninstall the client, xyz.exe is still there under INSTALLDIR.
I think this becuase of property permanent=yes.
Also when I uninstall the client, the files under C:\Documents and
Settings\All Users\Application Data\Test Machine a
Hi,
Like in install shield, is Wix has Release Flags? If yes can any one tell me
how to do in wix
Note:
For example, if you are creating a trial version of your product and do not
want to include all the features in the build, you can flag features and
then specify those flagged features under t
: TextStyle, ,
The same custom action( UninstallLogonHandler and File Key: XYZ.exe) is
working fine with XP
Thanks
Johan Appelgren wrote:
>
> On Jan 23, 2008 2:20 PM, SaiTeja <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> I have created a WIX installer that works perf
Hi,
I have created a WIX installer that works perfectly on XP.
But When I try in Vista Business, my custom actions are failing
Below is the custom action
Not
Installed
I tried with Impersonate="yes" and Impersonate="no". Still it is failing
Any ideas of what might be this issue wo
Hi,
I added one component(xyz.exe) property Permanent="yes"
When I uninstall the client, xyz.exe is still there under INSTALLDIR.
I think this becuase of property permanent=yes.
Also when I uninstall the client, the files from C:\Documents and
Settings\All Users\Application Data\Test Machine ar
Hi,
Like install shield, in Wix do we have Release Flags? If yes can any one
give related urls?
Note:
For example, if you are creating a trial version of your product and do not
want to include all the features in the build, you can flag features and
then specify those flagged features under the
Hi,
Can anyone explain about "CustomTable"?
Why & Where it is useful?
When I open my Client.msi orca I saw "IsComponentExtended" on right
side(Tables row)
It is showing components which are already there at components on right
side(Tables row)
What is the difference b/w them?
--
View this mes
Hi,
Below is my custom action
While installing am getting the error. Below is the error
Action 11:41:04: InstallServices. Installing new services
Action 11:41:05: StartServices. Starting services
Action 11:41:05: StartGuardIfSafe.
Error 1722. There is a problem with this Windows Instal
Hi,
Can any one give any site or link which gives the source code of upgrade
welcome dialog and upgrade dialog
and some related examples.
Thanks in advance
--
View this message in context:
http://www.nabble.com/upgrade-dialog-tp14949693p14949693.html
Sent from the wix-users mailing list ar
Hi,
Thanks for resp.
The same registry key is there at CurrentControlSet also
and the problem is still there after reboot :(
Any ideas.???
Daryn Mitchell wrote:
>
>> -Original Message-
>> I have one service related binary(guardsvc.exe)
>>
>> It is started properly while installin
Hi,
I have one service related binary(guardsvc.exe)
It is started properly while installing and stoped while uninstalling.
The problem is it is not deleted the corresponding registry
key(HKL\SYSTEM\ControlSet001\Services\guardsvc.exe) and because of this
registry key it is visible in Services.
Hi,
I have one service related binary and debug dlls and some other binaries
under client folder. When I apply heat.exe to get source.wxs(heat.exe dir
C:\client -out source.wxs) I got one message box with OK soft key. The
message is "guarsvc.exe is not valid windows image. Please check this
again
ed component?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja
> Sent: Wednesday, January 16, 2008 5:57 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Service installed but not started
>
>
> I have one servic
I have one service related binary(guardservice.exe) When I use
ServiceInstall along with
ServiceDependency(RPCS,Event Log, Terminal Service), it installs"
successfully but does not start. I tried manually(services.msc) to start
the service, but I get an error saying that the service is taking to
I tried a lot. But I couldn't get any soln :(
Can anyone give any pointer regarding how to solve this issue?
SaiTeja wrote:
>
> Hi,
>
> In my case the Guard service does not allow administrators to stop it, due
> to the possible unpleasant side-effects of stopp
> service following the service message protocols and responding in a timely
> manner.
>
> Phil Wilson
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja
> Sent: Monday, January 07, 2008 10:31 PM
> To:
Hi,
am creating one MSI for both 32 & 64 bit OS.
Except one component is different, remaining all binaries are same for both
OS
GuardSvc32.exe for 32 bit OS and GuardSvc64.exe for 64 bit OS
Problems am facing now is
* On 32 bit OS, Service is started automatically after rebooting–
Stoppin
Hi
I have couple of queries.
1) I have Install Custom actions and Uninstall Custom actions.
I have added Roll back for all custom actions
now my question is How do I find all my custom actions are working fine?
2) I want my MSI should work properly on VISTA OS also
For supporting this, what
u can get a timing race between the service actually
> winding down (and the process terminating) and the attempt to delete it.
> The message might be a consequence of the process still running.
>
> Phil Wilson
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
>
You can use hh.exe
C:\windows\hh.exe as source.
DEÃK JAHN, Gábor-2 wrote:
>
> On Thu, 3 Jan 2008 08:57:04 -0800, Chris Weiss wrote:
>
> Chris,
>
>> the problem of creating a help icon for my .CHM shortcut. Should I
>> be creating a single DLL that only contains the help icon (and if I
>> c
Hi,
In my project am using guarsvc.exe. Following is the code for the same
While Uninstalling am getting the following error.
Service 'Test Service'(guardsvc) couldnot be deleted. Verify that you have
sufficient privile
HI,
following are custom actions
CA_installlog is to install some thing
CA_uninstalllog is to uninstall the same thing.
Following are rollback custom actions for the same
Can any one review this and let me know is the way is right or wrong???
especially sequence
--
View this m
would the Windows Installer service complain about a
>> package marked Intel in the Template Summary that contains 64-bit
>> components.
>>
>> //aj
>>
>>
>> On Jan 4, 2008 10:20 AM, Christopher Painter < [EMAIL PROTECTED]> wrote:
>>
>&
Hi,
1) What is the difference b/w ServiceControl & ServiceInstall ?
2) following is the code Please review
Component is "GuardSvc.exe" and the following are conditions
Install Condition: Not VersionNT=500 --- Only Installs on Windows XP or
later
Control NT Services Installs as a NT Servic
Hi,
While installing am getting following error.
am using all merge modules(ATL,CRT,DebugCRT,DebugMFC,MFCLOC,DebugMFCLOC etc)
can any one tell me what is the problem hre
Action 18:46:08: PublishProduct. Publishing product information
1: ARPPRODUCTICON.exe
1: console.exe
1: help.chm
Action 1
Hi Stefan
after I searched I got
But I didnt udnerstand how to set the variable "env.BUILDTARGET"
Any inputs
Stefan Pavlik-2 wrote:
>
> SaiT
Hi Stefan,
Thanks a lot.
My main aim is I want to set program files folder
Is the following way is correct
Stefan Pavlik-2 wrote:
>
> S
Hi,
How can I check the machine is 32 bit or 64 bit
--
View this message in context:
http://www.nabble.com/Check-machine-type-tp14612557p14612557.html
Sent from the wix-users mailing list archive at Nabble.com.
-
This S
Hi,
1) Is it possible to create one MSI for both 32bit and 64 bit OS
2) If yes
my queries are
1) In my case, except 2 binaries, remaining all binaries are same.
The binaries which are different are service32.exe for 32bit and
service64.exe for 64 bit
So I added win64="yes" for service64.exe.
Hi,
Help Icon(Icon with question mark) at Start->Programs->TestPrg->client
is not displaying properly. below is the code for same.
Can any one tell what is wrong here
--
View this message in context:
http://www.nabble.com/Hel
lease tell me indetail
Calin Iaru wrote:
>
> Your custom action needs to return 0. Check the code and if the function
> CustomAction_SxsMsmInstall returns something else, then you have an error.
>
> SaiTeja wrote:
>> Hi,
>>
>> when I run my msi in Virtual Machin
Hi,
when I run my msi in Virtual Machine am getting following error.
Can any one tell me how to solve this
Action start 11:54:59: InstallValidate.
Action ended 11:54:59: InstallValidate. Return value 1.
Action start 11:54:59: RemoveExistingProducts.
Action ended 11:54:59: RemoveExistingProducts
any, not to change the value. So if you really want to enable the
> MSI log, you may have to provide the bootstrapper.
>
> Chesong Lee
>
> On Dec 18, 2007 3:03 AM, SaiTeja <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> thanks for resp.
>>
>> ya
Hi,
Presently I developed Installer in Windows 2000 server.
My project contains folllowing things
-> Files which are deploy in target machine
-> Dialogs
-> Custom action
some custom actions creates registry keys and its values
some are dll custom actions
-> Merge Modules
-> Dlls
-> Roll back cu
Hi,
am also doing same thing.
You mention Product/@Id=new guid
Product/@UpgradeCode=new guid
but I want use same GUID for product and upgrade in both 32and64bit OS.
also am using exe custom actions to create/remove registry keys and its
values, C DLLs and corresponding Custom actions.
Need
Hi,
thanks for resp.
yaa log file will create through command line
But I want to create log file after installation done automatically to the
path(example d:\sai\log.txt) which i specified through code
Adam Majer-2 wrote:
>
> SaiTeja wrote:
>> Hi,
>>
>> Thanks
Hi,
Following is my Directory structure
Setup.wxs
--
Hi,
Following is Administrator check for WINDOWS Os
Privileged
How to check the same in VISTA OS (32 and 64bits OS's)
--
View this message in context:
http://www.nabble.com/Admin-Check-in-VISTA-OS-tp14384539p14384539.html
Sent from the wix-users mailing list archive at Nabble.com.
---
Hi,
Following is Administrator check for WINDOWS Os
Privileged
How to check the same in VISTA OS(32 and 64bits OS's)
--
View this message in context:
http://www.nabble.com/Administrator-Check-in-VISTA-tp14384485p14384485.html
Sent from the wix-users mailing list archive at Nabble.
Hi,
Following is my Directory structure
Setup.wxs
--
Hi,
Thanks for Info.
Can you suggest for Msi Logging for XP or 2000
Thanks
Stefan Pavlik-2 wrote:
>
> SaiTeja wrote:
>> Hi,
>>
>> thanks for response
>> I tried but not working
>>
>> ->
>> -> C:\Install.txt
>>
>> C
; like?
>
> On Dec 9, 2007 11:45 PM, SaiTeja <[EMAIL PROTECTED]> wrote:
>
>>
>> Hi,
>>
>> Thanks a lot for response.
>>
>> Ofcourse,We can get logs through command line.
>>
>> But my requirement is different.
>>
>> I
Hi,
Following is my Directory structure
Setup.wxs
--
Hi,
Following is my Directory structure
Setup.wxs
--
Hi,
My INSTALDIR refers to C:\Program Files\Test Program\Client
Client Folder has, Some files and One folder with one file
While uninstalling, all files in Client are deleted properly. But Folder is
not deleted.
After uninstalling, In my program files "Test Program Folder, Inside Client
Folder
HI Stefan
Thanks a lot. Its working
Stefan Pavlik-2 wrote:
>
>
> SaiTeja wrote:
>> actually I want to assign C:\ to some property. Presently I hardcoded
>> like
>> this.
>>
>>
>> And am using this property in many places. Suppose if mac
n you tell me how Can I do this
Stefan Pavlik-2 wrote:
>
> SaiTeja wrote:
>> But when I mention only TARGETDIR ie > Name="SourceDir">
>> it is not showing "C:\". It is showing some times D:\ or E:\
>>
>> What is the problem here? How can I
Hi,
it is not showing "C:\". It is showing some times D:\ or E:\
What is the problem here? How can I get drive "C:\"
--
View this message in context:
http://www.nabble.com/TARGETDIR-tp14271857p14271857.html
Sent from the wix-users mailing list archive at Nabble.com.
Hi,
SelChildCostPos - This feature requires [1] on your hard drive.
here [1] - displays size in MB.
I want the only size ie for ex: 55Mb to be assigned to some data type like
int or to property. Is it Possible?
--
View this message in context:
http://www.nabble.com/SelChildCostPos-tp14271258p
Hi,
We can get logs through
1) command line ie msiexec /i asdfg.msi /log c:/log.txt will
create log.txt
2) Like in case of %temp% folder it is created automatically
because of proerty
voicewarmupx
I want to create same log file through coding?
Hi,
My INSTALLDIR refers to C:\Program Files\Test Program\Client
When I change the path in Browse Dialog for example D:\Client, Path is
updated in Custom Setup Dialog. But when I press Install, it is not
installed in new path ie D:\Client.
Can any one tell me whats the problem is
--
View this
Hi,
I want to spawn Error dialog, When user enters any invalid chars(like
!,@,#,$,%,^,&,*,(,),{,},/,\ ) in one of edit field ie User Name or
Organization and press Next button In UserInformation Dialog.
Can any one tell how to solve this
--
View this message in context:
http://www.nabble.com/
:
>
> you can run msiexec through command line
>
> msiexec /i /L*v
>
>
>
> On Dec 7, 2007 2:11 PM, SaiTeja <[EMAIL PROTECTED]> wrote:
>
>>
>> Hi,
>>
>> When I run msi, By default msi logging is created in %temp% folder.
>>
>>
Hi,
When I run msi, By default msi logging is created in %temp% folder.
I want to create msi logging in TARGETDIR (Other than Temp folder) ie
c:\sailogs.txt
can any one tell me how to do this
--
View this message in context:
http://www.nabble.com/Msi-Logging-tf4962012.html#a14212264
Sent fr
UILevel property. It means:
>
>
> UILevel=2
>
>
> UILevel is name of property and 2 is value which means
> INSTALLUILEVEL_NONE.
>
> Regards
>
> Stefan
> SaiTeja wrote:
>> Hi
>>
>> I want to execute some custom actions only in Silent Mode
in two ways.
INSTALLUILEVEL_NONE
For custom action:
SilentInstall
and another way is (No Ppty)
INSTALLUILEVEL_NONE
But its not working fine.
It would be great if any one gave solution
SaiTeja wrote:
>
> Hi Stefan,
>
> Thanks
Hi
Initially my TARGETDIR fefers to C:\. Following is wix code
After that I called Custom action Dll and in dll I setted property PATH to
some other drive(Not C drive)
Below is code for same
Now with new ppty ie PATH, I want to set TARGETDIR as the whatever
Hi,
INSTALLPATH refers - C:\
char PATH[256];
DWORD PATHSize = sizeof(PATH);
MsiGetProperty(hInstaller, "INSTALLPATH", &PATH[0], &PATHSize);
Now am
the same am trying to assign new ppty ie INSTALLNEWPATH
MsiSetProperty(hInstaller,"INSTALLNEWPATH",PATH);
When am tryin
UILEVEL_REDUCED4 Authored UI, wizard dialogs suppressed.
> INSTALLUILEVEL_FULL 5 Authored UI with wizards, progress, errors.
>
> Regards
>
> Stefan
>
> SaiTeja wrote:
>> Hi,
>>
>> I want to execute particular custom action [OR] I want to exec
Hi,
I want to execute particular custom action [OR] I want to execute some lines
of my wix code only in silent mode.
Any answers?
--
View this message in context:
http://www.nabble.com/Condition-for-Silent-Install-tf4935094.html#a14125855
Sent from the wix-users mailing list archive at Nabb
Hi,
am also getting the same error ie 'The System cannot Execute the specified
program'
In my wix code I added following merge modules
Can any one answer this?
Harry Liljeström wrote:
>
> Hi,
>
> I have WiX source code, which contains debug version of an executable.
> Also, in WiX I ha
Yaa I understand.
Could you tell me how to resolve this
Thanks
Rob Mensching-4 wrote:
>
> Your custom action failed (i.e. returned non-zero).
>
> SaiTeja wrote:
>> Hi,
>>
>> Below is my custom action
>>
>> > HideTarge
Hi,
When I apply dark.exe for an existing MSI, am getting following error.
Can any one tell me how to resolve this
C:\Documents and Settings\sai_teja\Desktop\wix-3.0.2925.0-binarieszip>dark.e
xe "Control Client.msi" Control Client.wxs
Microsoft (R) Windows Installer Xml Decompiler Version 3.0.
a bunch pages to find everything you're looking for
> (types, scheduling options, etc.) - maybe there's a page somewhere that
> has
> them all on one page?
>
>
> Daryn.
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTEC
Hi,
I created short cuts using following code
But at the time of un installing created short cut is not deleted.
Can any one tell me what is the problem here???
--
View this message in
Hi Jim
Now I need Type as "1554". Can you tell me the values.
Return= ??
Execute="deferred"
Impersonate=??
HideTarget=??
Also is there a way to find out the same or it is just trail and error
SaiTeja wrote:
>
> Thanks Jim
>
> Its showing now
Hi,
Below is my custom action
Installed And
REMOVE="ALL"
When am trying to uninstall am getting following error. Can any one tell me
what is the probelm???
Error 1721. There is a problem with this Windows Installer package. A
program required for this install to comple
Hi,
Please see the below code.
When I add this code the following dll's are created not under system32. Its
created out side the folder system32.
the dll's are "msvcr71.dll", "msvcp71.dll", "mfc71u.dll" , "mfc7.dll"
Can any one tell me how to modify the below code, so that I can get above
dll
Hi,
Can any review the wix code for the following and give example for last one
Install Service: Stops and Removes the Service on Un install
My wix code:
NOT VersionNT = 500
Control Service: automatic start, but not started during install, will be
started on reboot
--
View this messag
t;
>
> But these values may not be what you want for executing the custom
> action.
>
> Jim
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja
> Sent: Friday, November 16, 2007 12:47 AM
> To: wix-users@lists.source
Hi
below is my custom action.
When I open msi with orca, it is showing type as 2066. But I want type
should be 1042
Could you tell me how to do this
--
View this message in context:
http://www.nabble.com/Custom-Action-type-1042-and-18-tf4819034.html#a13787083
Sent from the wix-users mailin
Hello Jim,
I replaced Execute with "deferred"
now is showing when i open orca type 11346.
But I want type should be 1042
below is code
Please let me know
Jim Williams-3 wrote:
>
> I think you want Execute="deferred".
>
> Jim
>
>>below is my custom action.
>>
>> HideTarget
Hi,
Can any one give me example/How to write custom actions for following types
-> Type 1042.
-> Type 18
Thanks,
--
View this message in context:
http://www.nabble.com/Custom-Action-type-1042-and-18-tf4812070.html#a13768333
Sent from the wix-users mailing list archive at Nabble.com.
-
Hi,
My component have 10files,like abc.exe, def.dll etc... the corresponding wix
code is
-
-
Now i want to create some registry keys and setts value. The value should
install by abc.exe
Following is
Hi
Following is my custom action
After installing, when I try to Un install this it is giving error as "There
ia a problem with this windows installer package. A program reuired for this
install to complete could not be run. Contact your support pers
Hi,
Can any one tell me how to write custom actions for setting Registry.
Wix Student
--
View this message in context:
http://www.nabble.com/Registry-tf4749862.html#a13581924
Sent from the wix-users mailing list archive at Nabble.com.
-
96 matches
Mail list logo