Open ERP Forum
   IndexIndex   SearchSearch     RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   RSSRSS   Mailing ListMailing List   Log inLog in 

burk
Goto page 1, 2, 3, 4, 5  Next  
Post new topic   Reply to topic    Open Object Forum Index -> General discussion
View previous topic :: View next topic  
Author Message
GEM



Joined: 21 Nov 2008
Posts: 1017
Location: Lotharingie

PostPosted: Wed May 27, 2009 4:47 pm    Post subject: burk Reply with quote

bye

Last edited by GEM on Tue Dec 22, 2009 4:43 pm; edited 51 times in total
Back to top
View user's profile Send private message
dhariwal



Joined: 11 Mar 2009
Posts: 188
Location: Pakistan

PostPosted: Wed May 27, 2009 6:17 pm    Post subject: Reply with quote

fantastic man !!

giving it a try tonight....

your help and contribution is very truly appreciated.

Kind Regards,
Dhariwal
Back to top
View user's profile Send private message
dhariwal



Joined: 11 Mar 2009
Posts: 188
Location: Pakistan

PostPosted: Wed May 27, 2009 9:45 pm    Post subject: Reply with quote

i guess a little copy/paste error

it should be:
echo.
echo Downloading OpenERP Addons/Development version...
bzr clone lp:~openerp/openobject-addons/trunk addons
xcopy /E addons\* server\bin\addons\
echo OpenERP Addons downloaded !

rather than:
echo.
echo Downloading OpenERP Addons/Development version...
bzr clone lp:~openerp/openobject-addons/trunk-extra-addons addons
xcopy /E addons\* server\bin\addons\
echo OpenERP Addons downloaded !


well its running the make.bat ... lets c how it goes
Back to top
View user's profile Send private message
dhariwal



Joined: 11 Mar 2009
Posts: 188
Location: Pakistan

PostPosted: Wed May 27, 2009 10:49 pm    Post subject: Reply with quote

it works....

now i can create a database (haven't tried the demo database yet) and can log into openerp ... still have to test different functions and see if they work fine....

by the way, during the make.bat process it was complaining about missing modules (loads of them) ..... not sure if those need to be resolved or it should b fine just like that....


GEM thanks for the efforts and help, most kind of you


regards,
dhariwal
Back to top
View user's profile Send private message
GEM



Joined: 21 Nov 2008
Posts: 1017
Location: Lotharingie

PostPosted: Thu May 28, 2009 9:05 am    Post subject: Reply with quote

bye

Last edited by GEM on Thu Jun 25, 2009 3:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
GEM



Joined: 21 Nov 2008
Posts: 1017
Location: Lotharingie

PostPosted: Thu May 28, 2009 1:40 pm    Post subject: Reply with quote

bye

Last edited by GEM on Thu Jun 25, 2009 3:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
GEM



Joined: 21 Nov 2008
Posts: 1017
Location: Lotharingie

PostPosted: Thu May 28, 2009 6:21 pm    Post subject: Reply with quote

bye

Last edited by GEM on Thu Jun 25, 2009 3:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
dhariwal



Joined: 11 Mar 2009
Posts: 188
Location: Pakistan

PostPosted: Fri May 29, 2009 9:41 am    Post subject: Reply with quote

Hi,

It seems both take the same time really. I am running two virtual pc's one is dev and one is demo ... the new 5.0.1 release and the one we created installer for almost took the same time .... i guess it also depends how busy the machine is

but i did notice that the UI is slightly different ... for example if u open the partner list, you will see that the expansion button (+) and (-) buttons are not placed properly and there are some additional options in the filter area....

no biggie ... i must still check if it functions properly ... but it is on its own a great achievement to create an installer Smile

i will keep you posted as i further test it.


Thanks
Dhariwal
Back to top
View user's profile Send private message
GEM



Joined: 21 Nov 2008
Posts: 1017
Location: Lotharingie

PostPosted: Fri May 29, 2009 2:39 pm    Post subject: Reply with quote

bye

Last edited by GEM on Thu Jun 25, 2009 3:15 pm; edited 1 time in total
Back to top
View user's profile Send private message
GEM



Joined: 21 Nov 2008
Posts: 1017
Location: Lotharingie

PostPosted: Sat May 30, 2009 5:49 pm    Post subject: Reply with quote

bye

Last edited by GEM on Thu Jun 25, 2009 3:15 pm; edited 1 time in total
Back to top
View user's profile Send private message
jitu.hds



Joined: 29 Jul 2008
Posts: 183
Location: delhi

PostPosted: Sat Jun 13, 2009 2:39 pm    Post subject: Reply with quote

hi GEM & Dhariwal,
really amaging work!!!.....I tried to make win server exe I did ...but I got problem in creating client...
can you please tell me what is missing??
I am getting error....
---------
------
- StartMenu::Show
- System::Alloc
- System::Call
- System::Copy
- System::Free
- System::Get
- System::Int64Op
- System::Store
- TypeLib::GetLibVersion
- TypeLib::Register
- TypeLib::UnRegister
- UserInfo::GetAccountType
- UserInfo::GetName
- UserInfo::GetOriginalAccountType
- VPatch::GetFileCRC32
- VPatch::GetFileMD5
- VPatch::vpatchfile
- nsDialogs::Create
- nsDialogs::CreateControl
- nsDialogs::CreateItem
- nsDialogs::GetUserData
- nsDialogs::OnBack
- nsDialogs::OnChange
- nsDialogs::OnClick
- nsDialogs::OnNotify
- nsDialogs::SelectFileDialog
- nsDialogs::SelectFolderDialog
- nsDialogs::SetRTL
- nsDialogs::SetUserData
- nsDialogs::Show
- nsExec::Exec
- nsExec::ExecToLog
- nsExec::ExecToStack

!define: "MUI_INSERT_NSISCONF"=""
Can't open script "openerp-client-installer.nsi"

C:\erpplus\trunk\openerp-client-5.0.0-2>makensis /DVERSION=5.0.0-2.exe openerp-client-installer.nsi
I even tried this command but got same error..
makensis /DVERSION=5.0.0-alpha setup.nsi[by which I created my server]

regards
_________________
jitu
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
GEM



Joined: 21 Nov 2008
Posts: 1017
Location: Lotharingie

PostPosted: Sat Jun 13, 2009 3:52 pm    Post subject: Reply with quote

Hello,
in mode console type :
cd C:\erpplus\trunk\name_of_the_sources_client_folder (enter)
python setup.py py2exe (enter stand the end of first build)
makensis /DVERSION=name_you_want_to give_for_the_client_build setup.nsi (enter) setup.nsi (or name_of_the_file.nsi which is in the source's folder)

hope this will help you
A+
Back to top
View user's profile Send private message
jitu.hds



Joined: 29 Jul 2008
Posts: 183
Location: delhi

PostPosted: Mon Jun 15, 2009 7:17 am    Post subject: Reply with quote

Thanx GEM,
I'll give a try ......
Smile

regards
_________________
jitu
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
jitu.hds



Joined: 29 Jul 2008
Posts: 183
Location: delhi

PostPosted: Mon Jun 15, 2009 8:23 am    Post subject: Reply with quote

yup!!!!!.......Its done finally Very Happy

thanx GEM for your amaging work & help....


regards
_________________
jitu
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
GEM



Joined: 21 Nov 2008
Posts: 1017
Location: Lotharingie

PostPosted: Mon Jun 15, 2009 9:12 am    Post subject: Reply with quote

bye

Last edited by GEM on Thu Jun 25, 2009 3:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Open Object Forum Index -> General discussion All times are GMT + 2 Hours
Goto page 1, 2, 3, 4, 5  Next
Page 1 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum