Patch level :2.0 aga
Files correlati :installa.exe Ricompilazione Demo : [ ] Commento :modificato il nome della directory contenente gli zip sul cd x' deve essere a 8 caratteri, in quanto il nostro modernissimo installshield e' a 16 bit git-svn-id: svn://10.65.10.50/trunk@10860 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a579d70664
commit
94d5ac0a57
@ -151,7 +151,7 @@ int ThisYear()
|
||||
int VersionYear()
|
||||
{
|
||||
char ver[32];
|
||||
GetPrivateProfileString("ba", "Versione", "", ver, sizeof(ver), "./eurocampo/zip/install.ini");
|
||||
GetPrivateProfileString("ba", "Versione", "", ver, sizeof(ver), "./eurocamp/zip/install.ini");
|
||||
ver[4] = '\0';
|
||||
return atoi(ver);
|
||||
}
|
||||
@ -172,7 +172,7 @@ bool DongleTest()
|
||||
return TRUE;
|
||||
|
||||
bool ok = FALSE;
|
||||
ifstream keys("./eurocampo/zip/dninst.zip", ios::in | ios::nocreate);
|
||||
ifstream keys("./eurocamp/zip/dninst.zip", ios::in | ios::nocreate);
|
||||
if (keys.good())
|
||||
{
|
||||
char line[256];
|
||||
@ -311,7 +311,7 @@ LRESULT CALLBACK MainWndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
if (wParam == 1000)
|
||||
{
|
||||
if (DongleTest())
|
||||
Run("eurocampo\\disk1\\setup.exe");
|
||||
Run("eurocamp\\disk1\\setup.exe");
|
||||
}
|
||||
else if (wParam == 1001)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user