|
Christoph M?ller
Posts: 26
Joined: 2010-07-07
|
hi
while deploying the application i am copying CorFlags.exe with my setup.
for taht i have added the custom action and for that custom action i am giving the argument like this "[TARGETDIR]Myapp.exe” /32BIT+ " and thismyapp.exe is not the main project in my setup. it is sub project and this will run seperatly..
smae in all actions(install/committ/roolback/uninstall)
after this when i am deploying the application in windows 64 bit, myapp.exe is not copying in INSTALLDIR
is it b'coz of this custom action??
Thanks |
|
Posted 19 Jul, 2010 04:44:17
|
|
Top
|
|
Andrei Smolin
Add-in Express team
Posts: 18619
Joined: 2006-05-11
|
Hi Christoph,
Christoph M?ller wrote:
is it b'coz of this custom action??
Sorry, I don't know the answer at the moment.
Do you run the installer with administrative permissions? Is UAC set to its default level? In what folder do you install the add-in?
Andrei Smolin
Add-in Express Team Leader |
|
Posted 19 Jul, 2010 06:38:29
|
|
Top
|
|
Christoph M?ller
Posts: 26
Joined: 2010-07-07
|
Hi
Thanks for your reply..
yeah i am running the insatller with admin permission.
and in applicatinon folder i am installing the add-in
please help me
Thanks |
|
Posted 19 Jul, 2010 06:42:05
|
|
Top
|
|
Andrei Smolin
Add-in Express team
Posts: 18619
Joined: 2006-05-11
|
Hi Christoph,
What Windows version are you using? Is UAC on? Do you run setup.exe or .MSI?
Andrei Smolin
Add-in Express Team Leader |
|
Posted 20 Jul, 2010 06:07:50
|
|
Top
|
|
Christoph M?ller
Posts: 26
Joined: 2010-07-07
|
i am running .msi and i will check with my client about his windows version and UAC. |
|
Posted 22 Jul, 2010 01:43:43
|
|
Top
|
|
Andrei Smolin
Add-in Express team
Posts: 18619
Joined: 2006-05-11
|
Hi Christoph,
When installing with administrative permissions on a system with UAC enabled, it is recommended to tun setup.exe, not .MSI. This ensures that all pre-requisites are installed prior to installing your add-in.
Andrei Smolin
Add-in Express Team Leader |
|
Posted 22 Jul, 2010 07:05:51
|
|
Top
|
|
Christoph M?ller
Posts: 26
Joined: 2010-07-07
|
hi
i am running setup.exe and my system UAC is disable.
even though
while deploying the application in 64bit i am copying CorFlags.exe with my setup.
for taht i have added the custom action and for that custom action i am giving the argument like this "[TARGETDIR]Myapp.exe” /32BIT+ " and this myapp.exe is not the main project in my setup. it is sub project and this will run seperatly..
smae in all actions(install/committ/roolback/uninstall)
after this when i am deploying the application in windows 64 bit, secman64.dll is not copying in INSTALLDIR
is it b'coz of this custom action??
but i am using securitymanager in both application. so when when i am running "myapp.exe" the security alerts are not coming..
but when i am runing the main application.. while sending mails "The 'Secman.OutlookSecurityManager' COM object is not registered" error is coming..
why it is happeing..
this is not happening.. in 32Bit machines
Thanks |
|
Posted 26 Aug, 2010 01:38:58
|
|
Top
|
|
Christoph M?ller
Posts: 26
Joined: 2010-07-07
|
how can i attached sample project for your refernce
Thanks |
|
Posted 26 Aug, 2010 02:21:31
|
|
Top
|
|
Eugene Astafiev
Guest
|
Hi Christoph,
You can use the support e-mail address (see readme.txt). |
|
Posted 26 Aug, 2010 06:34:02
|
|
Top
|
|