msi offerred folder path

  • Thread starter Thread starter W1EO
  • Start date Start date
W

W1EO

Guest
Let me rephrase my query concerning target path for installation using Visual 2012.

I have a developed program that installs properly using the msi installer. I would like to change the default folder path that the installer offers to the client. Where might I find that initial folder path so I can change it?

Dave W.


I’m truly up against a stone wall. I am attempting to determine if a specific file has been recently written to by another program. My periodic recirculation loop finds a new file at startup (LastWriteTime is zero). If I manually transfer a new file it is also found immediately. If I transfer using Team Viewer from one computer to this one, the file is found immediately. However, if the other program creates/writes a new version of the file, my loop finds the first such file immediately but it only finds subsequent new files spasmodically. If I leave my program looping, it will usually find the new file after several minutes. If I examine the created/written file, I find it has indeed been updated with new data appended and a new date modified has been posted. Yet my loop returns the same ftWrite.dwHighDateTime value as previously returned. I suspect it is not truly reading the new Write Time. Why? if(interval==0) { if(_access_s("C:/RMS/RMS TRIMODE/LOGS/RMS Trimode_ADIF_201211.adi",00)==0)//ch

Continue reading...
 

Similar threads

W
Replies
0
Views
197
W
W
Replies
0
Views
205
W
W
Replies
0
Views
65
W
W
Replies
0
Views
71
W
Back
Top