| View previous topic :: View next topic |
| Author |
Message |
GEM
Joined: 21 Nov 2008 Posts: 1017 Location: Lotharingie
|
Posted: Wed May 27, 2009 4:47 pm Post subject: burk |
|
|
bye
Last edited by GEM on Tue Dec 22, 2009 4:43 pm; edited 51 times in total |
|
| Back to top |
|
 |
dhariwal
Joined: 11 Mar 2009 Posts: 188 Location: Pakistan
|
Posted: Wed May 27, 2009 6:17 pm Post subject: |
|
|
fantastic man !!
giving it a try tonight....
your help and contribution is very truly appreciated.
Kind Regards,
Dhariwal |
|
| Back to top |
|
 |
dhariwal
Joined: 11 Mar 2009 Posts: 188 Location: Pakistan
|
Posted: Wed May 27, 2009 9:45 pm Post subject: |
|
|
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 |
|
 |
dhariwal
Joined: 11 Mar 2009 Posts: 188 Location: Pakistan
|
Posted: Wed May 27, 2009 10:49 pm Post subject: |
|
|
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 |
|
 |
GEM
Joined: 21 Nov 2008 Posts: 1017 Location: Lotharingie
|
Posted: Thu May 28, 2009 9:05 am Post subject: |
|
|
bye
Last edited by GEM on Thu Jun 25, 2009 3:14 pm; edited 1 time in total |
|
| Back to top |
|
 |
GEM
Joined: 21 Nov 2008 Posts: 1017 Location: Lotharingie
|
Posted: Thu May 28, 2009 1:40 pm Post subject: |
|
|
bye
Last edited by GEM on Thu Jun 25, 2009 3:14 pm; edited 1 time in total |
|
| Back to top |
|
 |
GEM
Joined: 21 Nov 2008 Posts: 1017 Location: Lotharingie
|
Posted: Thu May 28, 2009 6:21 pm Post subject: |
|
|
bye
Last edited by GEM on Thu Jun 25, 2009 3:14 pm; edited 1 time in total |
|
| Back to top |
|
 |
dhariwal
Joined: 11 Mar 2009 Posts: 188 Location: Pakistan
|
Posted: Fri May 29, 2009 9:41 am Post subject: |
|
|
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
i will keep you posted as i further test it.
Thanks
Dhariwal |
|
| Back to top |
|
 |
GEM
Joined: 21 Nov 2008 Posts: 1017 Location: Lotharingie
|
Posted: Fri May 29, 2009 2:39 pm Post subject: |
|
|
bye
Last edited by GEM on Thu Jun 25, 2009 3:15 pm; edited 1 time in total |
|
| Back to top |
|
 |
GEM
Joined: 21 Nov 2008 Posts: 1017 Location: Lotharingie
|
Posted: Sat May 30, 2009 5:49 pm Post subject: |
|
|
bye
Last edited by GEM on Thu Jun 25, 2009 3:15 pm; edited 1 time in total |
|
| Back to top |
|
 |
jitu.hds
Joined: 29 Jul 2008 Posts: 183 Location: delhi
|
Posted: Sat Jun 13, 2009 2:39 pm Post subject: |
|
|
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 |
|
 |
GEM
Joined: 21 Nov 2008 Posts: 1017 Location: Lotharingie
|
Posted: Sat Jun 13, 2009 3:52 pm Post subject: |
|
|
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 |
|
 |
jitu.hds
Joined: 29 Jul 2008 Posts: 183 Location: delhi
|
Posted: Mon Jun 15, 2009 7:17 am Post subject: |
|
|
Thanx GEM,
I'll give a try ......
regards _________________ jitu |
|
| Back to top |
|
 |
jitu.hds
Joined: 29 Jul 2008 Posts: 183 Location: delhi
|
Posted: Mon Jun 15, 2009 8:23 am Post subject: |
|
|
yup!!!!!.......Its done finally
thanx GEM for your amaging work & help....
regards _________________ jitu |
|
| Back to top |
|
 |
GEM
Joined: 21 Nov 2008 Posts: 1017 Location: Lotharingie
|
Posted: Mon Jun 15, 2009 9:12 am Post subject: |
|
|
bye
Last edited by GEM on Thu Jun 25, 2009 3:16 pm; edited 1 time in total |
|
| Back to top |
|
 |
|